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


Public Member Functions | |
| vtkTypeRevisionMacro (vtkKWTclInteractor, vtkKWTopLevel) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | Create (vtkKWApplication *app) |
| virtual void | AppendText (const char *text) |
| virtual void | EvaluateCallback () |
| virtual void | DownCallback () |
| virtual void | UpCallback () |
| virtual void | UpdateEnableState () |
Static Public Member Functions | |
| vtkKWTclInteractor * | New () |
Protected Member Functions | |
| vtkKWTclInteractor () | |
| ~vtkKWTclInteractor () | |
Protected Attributes | |
| vtkKWFrame * | ButtonFrame |
| vtkKWPushButton * | DismissButton |
| vtkKWFrame * | CommandFrame |
| vtkKWLabel * | CommandLabel |
| vtkKWEntry * | CommandEntry |
| vtkKWTextWithScrollbars * | DisplayText |
| int | TagNumber |
| int | CommandIndex |
A widget to interactively execute Tcl commands
Definition at line 32 of file vtkKWTclInteractor.h.
|
|
|
|
|
|
|
|
Reimplemented from vtkKWTopLevel. Reimplemented in vtkKWTkcon. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkKWTopLevel. Reimplemented in vtkKWTkcon. |
|
|
Create the widget. Reimplemented from vtkKWTopLevel. Reimplemented in vtkKWTkcon. |
|
|
Append text to the display window. Can be used for sending debugging information to the command prompt when no standard output is available. Reimplemented in vtkKWTkcon. |
|
|
Evaluate the tcl string |
|
|
Callback for the down arrow key |
|
|
Callback for the up arrow key |
|
|
Update the "enable" state of the object and its internal parts. Depending on different Ivars (this->Enabled, the application's Limited Edition Mode, etc.), the "enable" state of the object is updated and propagated to its internal parts/subwidgets. This will, for example, enable/disable parts of the widget UI, enable/disable the visibility of 3D widgets, etc. Reimplemented from vtkKWTopLevel. Reimplemented in vtkKWTkcon. |
|
|
Definition at line 68 of file vtkKWTclInteractor.h. |
|
|
Definition at line 69 of file vtkKWTclInteractor.h. |
|
|
Definition at line 70 of file vtkKWTclInteractor.h. |
|
|
Definition at line 71 of file vtkKWTclInteractor.h. |
|
|
Definition at line 72 of file vtkKWTclInteractor.h. |
|
|
Definition at line 73 of file vtkKWTclInteractor.h. |
|
|
Definition at line 75 of file vtkKWTclInteractor.h. |
|
|
Definition at line 76 of file vtkKWTclInteractor.h. |
1.3.5