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


Public Member Functions | |
| vtkTypeRevisionMacro (vtkKWSimpleEntryDialog, vtkKWMessageDialog) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | Create (vtkKWApplication *app) |
| virtual int | Invoke () |
| virtual vtkKWEntryWithLabel * | GetEntry () |
Static Public Member Functions | |
| vtkKWSimpleEntryDialog * | New () |
Protected Member Functions | |
| vtkKWSimpleEntryDialog () | |
| ~vtkKWSimpleEntryDialog () | |
Protected Attributes | |
| vtkKWEntryWithLabel * | Entry |
Definition at line 26 of file vtkKWSimpleEntryDialog.h.
|
|
|
|
|
|
|
|
Reimplemented from vtkKWMessageDialog. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkKWMessageDialog. |
|
|
Create the widget. Reimplemented from vtkKWMessageDialog. |
|
|
Access to the entry |
|
|
Invoke the dialog and display it in a modal manner. This method returns a zero if the dilaog was killed or canceled, nonzero otherwise. Reimplemented from vtkKWDialog. |
|
|
Definition at line 50 of file vtkKWSimpleEntryDialog.h. |
1.3.5