IconEditor/IconEditorGrid.py

changeset 3591
2f2a4a76dd22
parent 3539
0c2dc1446ebf
child 3656
441956d8fce5
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
620 self.__updateImageRect(self.__pasteRect.topLeft(), 620 self.__updateImageRect(self.__pasteRect.topLeft(),
621 self.__pasteRect.bottomRight() + QPoint(1, 1)) 621 self.__pasteRect.bottomRight() + QPoint(1, 1))
622 622
623 def __drawTool(self, pos, mark): 623 def __drawTool(self, pos, mark):
624 """ 624 """
625 Public method to perform a draw operation depending of the current 625 Private method to perform a draw operation depending of the current
626 tool. 626 tool.
627 627
628 @param pos widget coordinate to perform the draw operation at (QPoint) 628 @param pos widget coordinate to perform the draw operation at (QPoint)
629 @param mark flag indicating a mark operation (boolean) 629 @param mark flag indicating a mark operation (boolean)
630 @return flag indicating a successful draw (boolean) 630 @return flag indicating a successful draw (boolean)

eric ide

mercurial