

Public Member Functions | |
| def | __init__ |
| def | getObj |
| def | moveBy |
| def | myMove |
| def | selected |
Public Attributes | |
| obj | |
| item | |
| def gui.CItems.TextItem.getObj | ( | self | ) |
The composite object which contains the text
Definition at line 36 of file CItems.py.
References Solution.obj, and gui.CItems.TextItem.obj.
| def gui.CItems.TextItem.moveBy | ( | self, | |
| dx, | |||
| dy | |||
| ) |
Request the text move by x,y
Definition at line 39 of file CItems.py.
References gui.CItems.TextItem.myMove(), Solution.obj, and gui.CItems.TextItem.obj.
| def gui.CItems.TextItem.myMove | ( | self, | |
| dx, | |||
| dy | |||
| ) |
The real move
Definition at line 47 of file CItems.py.
Referenced by gui.CItems.TextItem.moveBy(), and gui.CItems.PointItem.moveBy().
| def gui.CItems.TextItem.selected | ( | self | ) |
The canvas item has been selected
Definition at line 50 of file CItems.py.
References Solution.obj, and gui.CItems.TextItem.obj.
| gui.CItems.TextItem.obj |
Definition at line 34 of file CItems.py.
Referenced by gui.CItems.PointItem.clear(), gui.CItems.LineItem.clear(), gui.CItems.TextItem.getObj(), gui.CItems.PointItem.getObj(), gui.CItems.LineItem.getObj(), gui.CItems.TextItem.moveBy(), and gui.CItems.TextItem.selected().