|
void | post_action () |
|
void | post_action_message (std::string message) |
|
void | post_action_usage (std::string usage) |
|
|
| ControllerInterface (QWidget *parent=0) |
|
| QtCustomDialog (QWidget *parent=0) |
|
|
void | opened () |
|
void | closed () |
|
void Seg3D::ControllerInterface::PostActionMessage |
( |
qpointer_type |
controller, |
|
|
std::string |
message |
|
) |
| |
|
static |
POSTACTIONMESSAGE: Post a message in the Controller message label
void Seg3D::ControllerInterface::PostActionUsage |
( |
qpointer_type |
controller, |
|
|
std::string |
usage |
|
) |
| |
|
static |
POSTACTIONUSAGE: Post a message in the controller usage label
void Seg3D::ControllerInterface::SetActionType |
( |
qpointer_type |
controller, |
|
|
std::string |
action_type |
|
) |
| |
|
static |
SETACTIONTYPE: Set the action types available
void Seg3D::ControllerInterface::UpdateActionHistory |
( |
qpointer_type |
controller | ) |
|
|
static |
These functions are static as they are called from the callback stack and as they may be delay, it is not clear whether the AppController still exists, hence the static functions check for the existence first These functions also relay the function calls to the right thread. UPDATEACTIONHISTORY: Force the Controller to update its action history widget
void Seg3D::ControllerInterface::UpdateLogHistory |
( |
qpointer_type |
controller, |
|
|
bool |
relay, |
|
|
int |
message_type, |
|
|
std::string |
message |
|
) |
| |
|
static |
UPDATELOGHISTORY: Force the Controller to update its log history widget
void Seg3D::ControllerInterface::UpdateStateEngine |
( |
qpointer_type |
controller | ) |
|
|
static |
UPDATESTATEENGINE: Force the Controller to update the state engine widget
void Seg3D::ControllerInterface::UpdateUndoBuffer |
( |
qpointer_type |
controller | ) |
|
|
static |
UPDATEUNDOBUFFER: Update the undo buffer
The documentation for this class was generated from the following files: