Share and Money Management 0.18devel
Public Member Functions | List of all members
gui.dialogs.DlgPortfolioReport Class Reference

Dialog to select start and end date for the portfolio report. More...

Inheritance diagram for gui.dialogs.DlgPortfolioReport:

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
 

Detailed Description

Dialog to select start and end date for the portfolio report.

See also
gui.report.createPortfolioReport()

Constructor & Destructor Documentation

◆ __init__()

def gui.dialogs.DlgPortfolioReport.__init__ (   self,
  parent 
)

Initialise dialog.

Parameters
selfThe object pointer
parentThe 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.

Here is the call graph for this function:

Member Function Documentation

◆ getEndDate()

def gui.dialogs.DlgPortfolioReport.getEndDate (   self)

◆ getStartDate()

def gui.dialogs.DlgPortfolioReport.getStartDate (   self)

◆ OnRadio()

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__().

Here is the caller graph for this function:

The documentation for this class was generated from the following file: