Share and Money Management 0.18devel
|
Application main class. More...
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... | |
Application main class.
Initialize the application and main window
def gui.SMMGui.__init__ | ( | self, | |
redirect = False , |
|||
filename = None |
|||
) |
Constructor.
self | The object pointer |
redirect | Redirect sys.stdout and sys.stderr to a separate window |
filename | Redirect to a file instead of a window |
References smm.deinit(), smm.has_database(), and smm.init().
def gui.SMMGui.OnExit | ( | self | ) |
def gui.SMMGui.OnInit | ( | self | ) |
wxWindows calls this method to initialize the application