Public Member Functions | Public Attributes | Private Member Functions | Private Attributes
rxbag.util.base_frame.BaseFrame Class Reference

List of all members.

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

Detailed Description

A Frame that can save/load its position and size. 

Definition at line 35 of file base_frame.py.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Definition at line 86 of file base_frame.py.

Definition at line 80 of file base_frame.py.

Definition at line 83 of file base_frame.py.

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.

Save position and size of frame to config

Definition at line 67 of file base_frame.py.


Member Data Documentation

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.


The documentation for this class was generated from the following file:


rxbag
Author(s): Tim Field
autogenerated on Mon Oct 6 2014 07:26:07