Package gui :: Package analyses :: Module auto_model_free :: Class Protocol_mode_sel_window
[hide private]
[frames] | no frames]

Class Protocol_mode_sel_window

source code


The protocol mode selector window object.

Instance Methods [hide private]
 
__init__(self)
Set up the window.
source code
 
build_auto(self, sizer)
Build the fully automated part of the window.
source code
 
build_manual(self, sizer)
Build the manual part of the window.
source code
 
select_ellipsoid(self, event=None)
The ellipsoid global model has been selected.
source code
 
select_final(self, event=None)
The final stage of the protocol has been selected.
source code
 
select_full_analysis(self, event=None)
The full analysis has been selected.
source code
 
select_local_tm(self, event=None)
The local_tm global model has been selected.
source code
 
select_prolate(self, event=None)
The prolate global model has been selected.
source code
 
select_oblate(self, event=None)
The oblate global model has been selected.
source code
 
select_sphere(self, event=None)
The sphere global model has been selected.
source code
Method Details [hide private]

build_auto(self, sizer)

source code 

Build the fully automated part of the window.

Parameters:
  • sizer (wx.BoxSizer instance) - The sizer to pack the elements into.

build_manual(self, sizer)

source code 

Build the manual part of the window.

Parameters:
  • sizer (wx.BoxSizer instance) - The sizer to pack the elements into.

select_ellipsoid(self, event=None)

source code 

The ellipsoid global model has been selected.

Parameters:
  • event (wx event) - The wx event.

select_final(self, event=None)

source code 

The final stage of the protocol has been selected.

Parameters:
  • event (wx event) - The wx event.

select_full_analysis(self, event=None)

source code 

The full analysis has been selected.

Parameters:
  • event (wx event) - The wx event.

select_local_tm(self, event=None)

source code 

The local_tm global model has been selected.

Parameters:
  • event (wx event) - The wx event.

select_prolate(self, event=None)

source code 

The prolate global model has been selected.

Parameters:
  • event (wx event) - The wx event.

select_oblate(self, event=None)

source code 

The oblate global model has been selected.

Parameters:
  • event (wx event) - The wx event.

select_sphere(self, event=None)

source code 

The sphere global model has been selected.

Parameters:
  • event (wx event) - The wx event.