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

Application main class. More...

Inheritance diagram for gui.SMMGui:

Public Member Functions

def __init__ (self, redirect=False, filename=None)
 Constructor. More...
 
def OnInit (self)
 wxWindows calls this method to initialize the application More...
 
def OnExit (self)
 Do some cleanup actions. More...
 

Detailed Description

Application main class.

Initialize the application and main window

Constructor & Destructor Documentation

◆ __init__()

def gui.SMMGui.__init__ (   self,
  redirect = False,
  filename = None 
)

Constructor.

Parameters
selfThe object pointer
redirectRedirect sys.stdout and sys.stderr to a separate window
filenameRedirect to a file instead of a window

References smm.deinit(), smm.has_database(), and smm.init().

Here is the call graph for this function:

Member Function Documentation

◆ OnExit()

def gui.SMMGui.OnExit (   self)

Do some cleanup actions.

References smm.deinit().

Here is the call graph for this function:

◆ OnInit()

def gui.SMMGui.OnInit (   self)

wxWindows calls this method to initialize the application


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