Share and Money Management 0.18devel
|
Public Member Functions | |
def | __init__ (self, *args, **kwds) |
Initialise dialog. More... | |
Public Member Functions inherited from gui.controls.BaseDialog | |
def | __init__ (self, *args, **kwargs) |
Initialise dialog. More... | |
def | installOwnOKEventHandler (self) |
Bind own event handler for pressing OK to allow a proper validation. More... | |
def | OnOK (self, event) |
Own OK button handler to validate the dialog logically using validateDialog() More... | |
def | ShowModal (self) |
Show the dialog modal and process dialogs input. More... | |
Public Attributes | |
tc_Name | |
tc_Symbol | |
tc_WKN | |
tc_ISIN | |
cc_Currency | |
cc_Exchange | |
cc_Kind | |
cc_Source | |
tc_Notes | |
static_line_1 | |
bn_OK | |
bn_Cancel | |
def gui.UIShare.UIShare.__init__ | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
Initialise dialog.
Reimplemented from gui.controls.BaseDialog.
Reimplemented in gui.dialogs.DlgShare.
gui.UIShare.UIShare.bn_Cancel |
gui.UIShare.UIShare.bn_OK |
gui.UIShare.UIShare.cc_Currency |
gui.UIShare.UIShare.cc_Exchange |
Referenced by gui.dialogs.DlgShare._processInput(), and gui.dialogs.DlgShare._setShare().
gui.UIShare.UIShare.cc_Kind |
gui.UIShare.UIShare.cc_Source |
gui.UIShare.UIShare.static_line_1 |
gui.UIShare.UIShare.tc_ISIN |
gui.UIShare.UIShare.tc_Name |
gui.UIShare.UIShare.tc_Notes |
Referenced by gui.dialogs.DlgShare._processInput(), and gui.dialogs.DlgShare._setShare().
gui.UIShare.UIShare.tc_Symbol |
gui.UIShare.UIShare.tc_WKN |