コード例 #1
0
ファイル: gp17v1_front.py プロジェクト: fuinha/openmolar1
    def print_(self):
        self.set_offset(gp17config.GP17i_OFFSET_LEFT,
                        gp17config.GP17i_OFFSET_TOP)
        self.set_scaling(gp17config.GP17i_SCALE_X, gp17config.GP17i_SCALE_Y)

        painter = PrintedForm.print_(self)
        self._fill(painter)
コード例 #2
0
    def print_(self):
        self.set_offset(
            gp17config.GP17i_OFFSET_LEFT, gp17config.GP17i_OFFSET_TOP)
        self.set_scaling(gp17config.GP17i_SCALE_X, gp17config.GP17i_SCALE_Y)

        painter = PrintedForm.print_(self)
        self._fill(painter)
コード例 #3
0
ファイル: gp17_back.py プロジェクト: atarist/openmolar1
 def __init__(self):
     PrintedForm.__init__(self)
     self.rects = RECTS
コード例 #4
0
ファイル: gp17v1_front.py プロジェクト: fuinha/openmolar1
 def __init__(self):
     PrintedForm.__init__(self)
     self.row = 1
     self.rects = RECTS
コード例 #5
0
 def __init__(self, parent=None):
     PrintedForm.__init__(self, parent)
     self.row = 1
     self.rects = RECTS
コード例 #6
0
ファイル: gp17v1_back.py プロジェクト: pqyptixa/openmolar1
 def __init__(self, parent=None):
     PrintedForm.__init__(self, parent)
     self.rects = RECTS