|
Share and Money Management 0.18devel
|
Dialog to select start and end date for the portfolio report. More...
Public Member Functions | |
| def | __init__ (self, parent) |
| Initialise dialog. More... | |
| def | OnRadio (self, event) |
| Enable / disable widgets depending on the active radio button. More... | |
| def | getStartDate (self) |
| Return the start date for a report. More... | |
| def | getEndDate (self) |
| Return the end date for a report. More... | |
| def | __init__ (self, *args, **kwds) |
Additional Inherited Members | |
Public Attributes inherited from gui.UIPortfolioReport.UIPortfolioReport | |
| rbn_CalendarYear | |
| ccYear | |
| rbn_FromTo | |
| dp_From | |
| dp_To | |
| static_line | |
| bn_OK | |
| bn_Cancel | |
Dialog to select start and end date for the portfolio report.
| def gui.dialogs.DlgPortfolioReport.__init__ | ( | self, | |
| parent | |||
| ) |
Initialise dialog.
| self | The object pointer |
| parent | The parent object |
Reimplemented from gui.UIPortfolioReport.UIPortfolioReport.
References gui.UIPortfolioReport.UIPortfolioReport.ccYear, gui.UIPortfolioReport.UIPortfolioReport.dp_From, gui.UIPortfolioReport.UIPortfolioReport.dp_To, gui.dialogs.DlgPortfolioReport.OnRadio(), gui.dialogs.DlgPositionReport.OnRadio(), gui.UIPortfolioReport.UIPortfolioReport.rbn_CalendarYear, and gui.UIPortfolioReport.UIPortfolioReport.rbn_FromTo.
| def gui.dialogs.DlgPortfolioReport.getEndDate | ( | self | ) |
Return the end date for a report.
References gui.UIPortfolioReport.UIPortfolioReport.ccYear, gui.UIPortfolioReport.UIPortfolioReport.dp_To, and gui.UIPortfolioReport.UIPortfolioReport.rbn_CalendarYear.
| def gui.dialogs.DlgPortfolioReport.getStartDate | ( | self | ) |
Return the start date for a report.
References gui.UIPortfolioReport.UIPortfolioReport.ccYear, gui.UIPortfolioReport.UIPortfolioReport.dp_From, and gui.UIPortfolioReport.UIPortfolioReport.rbn_CalendarYear.
| def gui.dialogs.DlgPortfolioReport.OnRadio | ( | self, | |
| event | |||
| ) |
Enable / disable widgets depending on the active radio button.
References gui.UIPortfolioReport.UIPortfolioReport.ccYear, gui.UIPortfolioReport.UIPortfolioReport.dp_From, gui.UIPortfolioReport.UIPortfolioReport.dp_To, and gui.UIPortfolioReport.UIPortfolioReport.rbn_CalendarYear.
Referenced by gui.dialogs.DlgPortfolioReport.__init__().