Share and Money Management 0.16
|
Namespaces | |
namespace | config |
The configuration module handles configuration entries stored in a file. | |
namespace | controls |
namespace | dialogs |
Implementation of the logic behind the dialogs. | |
namespace | helper |
Functions to support GUI functions e.g. | |
namespace | images |
namespace | log |
This module provides a own logger class as well as specific functions to improve Pythons logging facility. | |
namespace | mako_filters |
Additional filters for Mako templete engine. | |
namespace | panel |
The panel classes presents various information to the user. | |
namespace | reports |
Create detailed reports about of positions or according to the calendar. | |
namespace | UIBasePanelOpenPositionDetails |
namespace | UIBasePanelOpenPositionList |
namespace | UIBasePanelSummary |
namespace | UIBasePanelWatchList |
namespace | UIFetchQuotes |
namespace | UIHtml |
namespace | UIPortfolioReport |
namespace | UIPositionReport |
namespace | UIPreferences |
namespace | UIShare |
namespace | UITrade |
Classes | |
class | MainWindow |
Main window of our application. More... | |
class | SMMGui |
Application main class. More... | |
Variables | |
py_version_installed = _(u'Es wird Python Version %s verwendet') | |
Message about installed Python versions. More... | |
wx_version_err = _(u'Dieses Programm benötigt mindestens wxPython Version %s') | |
Too old wxPython error message. More... | |
wx_notinstalled_err = _(u'wxPython ist nicht installiert.') | |
wxPython isn't installed error message More... | |
wx_version_installed = _(u'Es wird wxPython Version %s verwendet') | |
Message about installed wxPython versions. More... | |
string | wx_min_version = '3.0' |
Minimum wxPython version. More... | |
wx_cur_version = wx.version() | |
gui.py_version_installed = _(u'Es wird Python Version %s verwendet') |
Message about installed Python versions.
gui.wx_cur_version = wx.version() |
string gui.wx_min_version = '3.0' |
Minimum wxPython version.
gui.wx_notinstalled_err = _(u'wxPython ist nicht installiert.') |
wxPython isn't installed error message
gui.wx_version_err = _(u'Dieses Programm benötigt mindestens wxPython Version %s') |
Too old wxPython error message.
gui.wx_version_installed = _(u'Es wird wxPython Version %s verwendet') |
Message about installed wxPython versions.