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


This element implements a "previous" button. It is not a standard workflow element per se, but it can be used to return to the previous step in the workflow. It deactivates the current active checkpoint and activates the last inactive checkpoint.
Public Member Functions | |
| vtkTypeRevisionMacro (SignElementPreviousButton, SignElement) | |
| virtual void | PrintSelf (ostream &os, vtkIndent indent) |
| bool | ActivateElement () |
| Activates this element. | |
| bool | DeActivateElement () |
| Deactivates this element. | |
| void | SetPreviousButton (vtkKWPushButton *b) |
| Sets a pointer to the actual GUI push button. | |
| void | SetFirstElement (SignElement *el) |
| Sets a pointer to the first element in the workflow list. | |
Static Public Member Functions | |
| static SignElementPreviousButton * | New () |
Protected Member Functions | |
| SignElementPreviousButton () | |
| ~SignElementPreviousButton () | |
| SignElementPreviousButton (const SignElementPreviousButton &) | |
| void | operator= (const SignElementPreviousButton &) |
|
|
|
|
|
|
|
|
|
|
|
Activates this element.
Implements SignElement. |
|
|
Deactivates this element.
Reimplemented from SignElement. |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Sets a pointer to the first element in the workflow list.
|
|
|
Sets a pointer to the actual GUI push button.
|
|
||||||||||||
|
|
1.4.6