|
Share and Money Management 0.18devel
|
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 an 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 = _("Es wird Python Version %s verwendet") | |
| Message about installed Python versions. More... | |
| wx_version_err = _("Dieses Programm benötigt mindestens wxPython Version %s") | |
| Too old wxPython error message. More... | |
| wx_notinstalled_err = _("wxPython ist nicht installiert.") | |
| wxPython isn't installed error message More... | |
| wx_version_installed = _("Es wird wxPython Version %s verwendet") | |
| Message about installed wxPython versions. More... | |
| string | wx_min_version = "4.0" |
| Minimum wxPython version. More... | |
| wx_cur_version = wx.version() | |
| gui.py_version_installed = _("Es wird Python Version %s verwendet") |
Message about installed Python versions.
| gui.wx_cur_version = wx.version() |
| string gui.wx_min_version = "4.0" |
Minimum wxPython version.
| gui.wx_notinstalled_err = _("wxPython ist nicht installiert.") |
wxPython isn't installed error message
| gui.wx_version_err = _("Dieses Programm benötigt mindestens wxPython Version %s") |
Too old wxPython error message.
| gui.wx_version_installed = _("Es wird wxPython Version %s verwendet") |
Message about installed wxPython versions.