Main window (screen) for MOCOP.
|
__init__(self,
parent)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
prepareToolBar(self)
Prepares the toolbar on top of screen. |
source code
|
|
|
prepareMenu(self)
Prepares the menu on top of screen. |
source code
|
|
|
actionHelp_triggered(self,
checked=False)
When the actionHelp menu item is triggered. |
source code
|
|
|
actionAbout_triggered(self,
checked=False)
When the actionAbout menu item is triggered. |
source code
|
|
|
actionLicense_triggered(self,
checked=False)
When the actionLicense menu item is triggered. |
source code
|
|
|
|
|
serverConnectionLost(self)
Called when the connection to the server is gone. |
source code
|
|
|
serverConnectionUp(self)
Called when the server connection is back again. |
source code
|
|
|
|
|
setAvailState(self)
Sets the main window's state as available. |
source code
|
|
|
setBusyState(self)
Sets the main window's state as busy. |
source code
|
|
|
setErrState(self)
Sets the main window's state as error. |
source code
|
|
|
incRemoteCallCount(self)
Increases the number of remote calls by one and sets the main window
state accordingly. |
source code
|
|
|
decRemoteCallCount(self)
Decreases the number of remote calls by one and sets the main window
state accordingly. |
source code
|
|
|
|
|
|
|
|
|
|
|
_removeFromStack(self,
pageWidget)
Removes a given screen from its related stacked widget. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|