Share and Money Management 0.18devel
|
Class to simplify creating and controlling of Position lists. More...
Public Member Functions | |
def | createHeader (self) |
Creates a header only list. More... | |
def | add (self, position) |
Add a single smm.objects.Position object to the list. More... | |
Public Member Functions inherited from gui.controls.BaseListSmall | |
def | __init__ (self, control) |
Create the list header and enable the column sorter. More... | |
def | add (self, element) |
Add a single object to the list. More... | |
def | clean (self) |
Clean the list. More... | |
def | createHeader (self) |
Creates a header only list. More... | |
def | createPopupMenu (self) |
Create the popup menu. More... | |
def | populate (self, element_list) |
Creates a list of smm.objects.Position objects. More... | |
def | OnShowPopup (self, event) |
Display the pop-up menu. More... | |
Additional Inherited Members | |
Static Public Attributes inherited from gui.controls.BaseListSmall | |
control = None | |
Reference to a SortedListCtrl. More... | |
bool | hasPopup = False |
List has a popup menu. More... | |
popupmenu = None | |
Reference to the pop-up menu. More... | |
Class to simplify creating and controlling of Position lists.
Wrapper class to consolidate code to maintain Position lists.
def gui.controls.PositionListSmall.add | ( | self, | |
position | |||
) |
Add a single smm.objects.Position object to the list.
self | The object instance itself |
position | A single smm.objects.Position |
Reimplemented from gui.controls.BaseListSmall.
References gui.controls.BaseListSmall.control.
Referenced by gui.controls.BaseListSmall.populate().
def gui.controls.PositionListSmall.createHeader | ( | self | ) |
Creates a header only list.
Reimplemented from gui.controls.BaseListSmall.
References gui.controls.BaseListSmall.control.
Referenced by gui.controls.BaseListSmall.__init__().