The relax controller window.
|
|
wx.Gauge instance
|
add_gauge(self,
parent,
sizer,
desc,
tooltip=None)
Add a gauge to the sizer and return it. |
source code
|
|
|
|
wx.TextCtrl instance
|
add_text(self,
parent,
sizer,
desc,
tooltip=None)
Add the current data pipe element. |
source code
|
|
str or None
|
|
|
|
|
|
|
|
|
|
|
|
|
reset(self)
Reset the relax controller to its initial state. |
source code
|
|
wx.Sizer instance
|
|
|
update_controller(self)
Update the relax controller. |
source code
|
|
|
update_gauge(self)
Update the main execution gauge. |
source code
|
|
|
update_mf(self)
Update the model-free specific elements. |
source code
|
|
|
update_rx(self)
Update the Rx specific elements. |
source code
|
|