#include <SignElement.h>
Inheritance diagram for SignElement:


Public Member Functions | |
| vtkTypeRevisionMacro (SignElement, vtkObject) | |
| void | SetContext (SignContext *) |
| Sets the SIGN context. | |
| bool | CheckInputs () |
| Checks the inputs of this element to determine if it can be activated. | |
| virtual bool | ActivateElement ()=0 |
| Activates the element. | |
| virtual bool | DeActivateElement () |
| Deactivates the element. | |
| void | AddInput (SignElement *element, bool status=false) |
| Adds an input that has to be complete before this element can be activated. | |
| void | AddToDeactivateList (SignElement *element) |
| Adds an element that will be deactivated when this element is activated. | |
| bool | IsActive () |
| Returns if this element is active. | |
| bool | IsCheckPoint () |
| Returns if this element is a check point. | |
| void | IsCheckPoint (bool val) |
| Sets this element to be a check point or not. | |
| std::string | GetTitle () |
| Gets the GUI name of the element. | |
| void | SetTitle (std::string title_) |
| Sets the GUI name of the element. | |
| SignCompositeWidget * | GetWidget () |
| Gets the widget that belongs to the element. | |
Protected Member Functions | |
| SignElement () | |
| ~SignElement () | |
| void | Complete () |
| void | DeComplete () |
| SignElement (const SignElement &) | |
| void | operator= (const SignElement &) |
Static Protected Member Functions | |
| static void | OnElementReady (vtkObject *caller, unsigned long event, void *data, void *calldata) |
| static void | OnElementNotReady (vtkObject *caller, unsigned long event, void *data, void *calldata) |
Protected Attributes | |
| SignContext * | context |
| bool | active |
| SignCompositeWidget * | widget |
| bool | ischeckpoint |
Friends | |
| class | SignElementPreviousButton |
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Adds an input that has to be complete before this element can be activated.
|
|
|
Adds an element that will be deactivated when this element is activated.
|
|
|
Checks the inputs of this element to determine if it can be activated.
|
|
|
|
|
|
Deactivates the element.
Reimplemented in SignElementAcquireFiducials, SignElementCalibrateTool, SignElementCheckpoint, SignElementControlLines, SignElementDICOMServer, SignElementIdentifyFiducials, SignElementNavigate, SignElementNextButton, SignElementPreviousButton, SignElementPushButton, SignElementRegistration, and SignElementWriteState. |
|
|
|
|
|
Gets the GUI name of the element.
|
|
|
Gets the widget that belongs to the element.
|
|
|
Returns if this element is active.
|
|
|
Sets this element to be a check point or not.
|
|
|
Returns if this element is a check point.
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
Sets the SIGN context.
|
|
|
Sets the GUI name of the element.
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6