Public Member Functions | |
def | __init__ |
Public Attributes | |
Position | |
Size | |
Private Member Functions | |
def | _config_height |
def | _config_property |
def | _config_width |
def | _config_x |
def | _config_y |
def | _load_config |
def | _on_close |
def | _save_config |
Private Attributes | |
_config | |
_config_key |
A Frame that can save/load its position and size.
Definition at line 35 of file base_frame.py.
def rxbag.util.base_frame.BaseFrame.__init__ | ( | self, | |
parent, | |||
config_name, | |||
config_key, | |||
id = wx.ID_ANY , |
|||
title = 'Untitled' , |
|||
pos = wx.DefaultPosition , |
|||
size = (800, 300 , |
|||
style = wx.DEFAULT_FRAME_STYLE |
|||
) |
Definition at line 39 of file base_frame.py.
def rxbag.util.base_frame.BaseFrame._config_height | ( | self | ) | [private] |
Definition at line 89 of file base_frame.py.
def rxbag.util.base_frame.BaseFrame._config_property | ( | self, | |
property | |||
) | [private] |
Definition at line 91 of file base_frame.py.
def rxbag.util.base_frame.BaseFrame._config_width | ( | self | ) | [private] |
Definition at line 86 of file base_frame.py.
def rxbag.util.base_frame.BaseFrame._config_x | ( | self | ) | [private] |
Definition at line 80 of file base_frame.py.
def rxbag.util.base_frame.BaseFrame._config_y | ( | self | ) | [private] |
Definition at line 83 of file base_frame.py.
def rxbag.util.base_frame.BaseFrame._load_config | ( | self | ) | [private] |
Load position and size of the frame from config
Definition at line 54 of file base_frame.py.
def rxbag.util.base_frame.BaseFrame._on_close | ( | self, | |
event | |||
) | [private] |
Definition at line 49 of file base_frame.py.
def rxbag.util.base_frame.BaseFrame._save_config | ( | self | ) | [private] |
Save position and size of frame to config
Definition at line 67 of file base_frame.py.
Definition at line 39 of file base_frame.py.
Definition at line 39 of file base_frame.py.
Definition at line 56 of file base_frame.py.
Definition at line 56 of file base_frame.py.