Share and Money Management 0.18devel
Namespaces | Classes | Variables
gui Namespace Reference

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

Variable Documentation

◆ py_version_installed

gui.py_version_installed = _("Es wird Python Version %s verwendet")

Message about installed Python versions.

◆ wx_cur_version

gui.wx_cur_version = wx.version()

◆ wx_min_version

string gui.wx_min_version = "4.0"

Minimum wxPython version.

◆ wx_notinstalled_err

gui.wx_notinstalled_err = _("wxPython ist nicht installiert.")

wxPython isn't installed error message

◆ wx_version_err

gui.wx_version_err = _("Dieses Programm benötigt mindestens wxPython Version %s")

Too old wxPython error message.

◆ wx_version_installed

gui.wx_version_installed = _("Es wird wxPython Version %s verwendet")

Message about installed wxPython versions.