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


Public Member Functions | |
| vtkTypeRevisionMacro (vtkPVGhostLevelDialog, vtkKWDialog) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | Create (vtkKWApplication *app) |
| virtual int | Invoke () |
| void | SetGhostLevel (int level) |
| virtual int | GetGhostLevel () |
Static Public Member Functions | |
| vtkPVGhostLevelDialog * | New () |
Protected Member Functions | |
| vtkPVGhostLevelDialog () | |
| ~vtkPVGhostLevelDialog () | |
Protected Attributes | |
| int | GhostLevel |
| vtkKWFrame * | Separator |
| vtkKWLabel * | Label |
| vtkKWFrame * | ButtonFrame |
| vtkKWFrame * | SelFrame1 |
| vtkKWFrame * | SelFrame2 |
| vtkKWFrame * | SelFrame3 |
| vtkKWPushButton * | SelButton1 |
| vtkKWPushButton * | SelButton2 |
| vtkKWPushButton * | SelButton3 |
Asks the user which ghostlevel he wants.
Definition at line 33 of file vtkPVGhostLevelDialog.h.
|
|
|
|
|
|
|
|
Reimplemented from vtkKWDialog. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkKWDialog. |
|
|
Create the widget. Reimplemented from vtkKWDialog. |
|
|
GhostLevel selected by the user. SetGhostLevel is for internal use only. |
|
|
GhostLevel selected by the user. SetGhostLevel is for internal use only. |
|
|
Invoke the dialog and display it in a modal manner. This method returns a zero if the dilaog was killed or canceled, nonzero otherwise. After Invoke(), the ghostlevel chosen by the user can by obtained with GetGhostLevel Reimplemented from vtkKWDialog. |
|
|
Definition at line 60 of file vtkPVGhostLevelDialog.h. |
|
|
Definition at line 62 of file vtkPVGhostLevelDialog.h. |
|
|
Definition at line 63 of file vtkPVGhostLevelDialog.h. |
|
|
Definition at line 64 of file vtkPVGhostLevelDialog.h. |
|
|
Definition at line 66 of file vtkPVGhostLevelDialog.h. |
|
|
Definition at line 67 of file vtkPVGhostLevelDialog.h. |
|
|
Definition at line 68 of file vtkPVGhostLevelDialog.h. |
|
|
Definition at line 70 of file vtkPVGhostLevelDialog.h. |
|
|
Definition at line 71 of file vtkPVGhostLevelDialog.h. |
|
|
Definition at line 72 of file vtkPVGhostLevelDialog.h. |
1.3.5