Pan-Tilt Panel configuration dialog. More...
Public Member Functions | |
def | __init__ |
Constructor. | |
def | close |
Destroy window callback. | |
def | createWidgets |
Create gui widgets with supporting data and show. | |
def | initData |
Initialize class state data. | |
def | ok |
Destroy window callback. | |
Public Attributes | |
m_bttnCancel | |
m_bttnOk | |
m_config | |
m_filename | |
m_saved | |
m_varForceRecalib | |
m_varWarnCalib | |
m_varWarnRelease | |
Static Public Attributes | |
ConfigDft = \ | |
Configuration default. | |
string | ConfigFileName = "hek_panel.xml" |
hek_panel application configuration file name. | |
tuple | Home = os.path.expanduser("~") |
User's home directory. | |
PathNameDft = Home+os.path.sep+\ | |
string | UserDirName = ".roadnarrows" |
User-specific configuration directory (in home directory). |
Pan-Tilt Panel configuration dialog.
Definition at line 51 of file PanelConfig.py.
def hekateros_control.PanelConfig.ConfigDlg.__init__ | ( | self, | |
master = None , |
|||
cnf = {} , |
|||
kw | |||
) |
Constructor.
cnf | Configuration dictionary. |
kw | Keyword options. |
Definition at line 79 of file PanelConfig.py.
def hekateros_control.PanelConfig.ConfigDlg.close | ( | self | ) |
Destroy window callback.
Definition at line 242 of file PanelConfig.py.
Create gui widgets with supporting data and show.
Definition at line 144 of file PanelConfig.py.
def hekateros_control.PanelConfig.ConfigDlg.initData | ( | self, | |
kw | |||
) |
Initialize class state data.
kw | Keyword options. |
Definition at line 131 of file PanelConfig.py.
def hekateros_control.PanelConfig.ConfigDlg.ok | ( | self | ) |
Destroy window callback.
Definition at line 213 of file PanelConfig.py.
hekateros_control::PanelConfig.ConfigDlg::ConfigDft = \ [static] |
Configuration default.
Definition at line 66 of file PanelConfig.py.
string hekateros_control::PanelConfig.ConfigDlg::ConfigFileName = "hek_panel.xml" [static] |
hek_panel application configuration file name.
Definition at line 59 of file PanelConfig.py.
tuple hekateros_control::PanelConfig.ConfigDlg::Home = os.path.expanduser("~") [static] |
User's home directory.
Definition at line 53 of file PanelConfig.py.
Definition at line 144 of file PanelConfig.py.
Definition at line 144 of file PanelConfig.py.
Definition at line 131 of file PanelConfig.py.
Definition at line 131 of file PanelConfig.py.
Definition at line 131 of file PanelConfig.py.
Definition at line 144 of file PanelConfig.py.
Definition at line 144 of file PanelConfig.py.
Definition at line 144 of file PanelConfig.py.
hekateros_control::PanelConfig.ConfigDlg::PathNameDft = Home+os.path.sep+\ [static] |
Definition at line 61 of file PanelConfig.py.
string hekateros_control::PanelConfig.ConfigDlg::UserDirName = ".roadnarrows" [static] |
User-specific configuration directory (in home directory).
Definition at line 56 of file PanelConfig.py.