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


This element integrates a GUI push button into the workflow. When the button is pressed, this element completes and activates the next element.
Public Member Functions | |
| vtkTypeRevisionMacro (SignElementPushButton, SignElement) | |
| virtual void | PrintSelf (ostream &os, vtkIndent indent) |
| bool | ActivateElement () |
| Activates the button. | |
| bool | DeActivateElement () |
| Deactivates the button. | |
| void | SetPushButton (vtkKWPushButton *b) |
| Sets a pointer to the actual GUI button that controls this element. | |
Static Public Member Functions | |
| static SignElementPushButton * | New () |
Protected Member Functions | |
| SignElementPushButton () | |
| ~SignElementPushButton () | |
| SignElementPushButton (const SignElementPushButton &) | |
| void | operator= (const SignElementPushButton &) |
|
|
|
|
|
|
|
|
|
|
|
Activates the button.
Implements SignElement. |
|
|
Deactivates the button.
Reimplemented from SignElement. |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Sets a pointer to the actual GUI button that controls this element.
|
|
||||||||||||
|
|
1.4.6