#include <vtkKWTkcon.h>
Inheritance diagram for vtkKWTkcon:
Public Member Functions | |
vtkTypeRevisionMacro (vtkKWTkcon, vtkKWTclInteractor) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Create (vtkKWApplication *app) |
virtual void | AppendText (const char *text) |
virtual void | Focus () |
virtual void | UpdateEnableState () |
Static Public Member Functions | |
vtkKWTkcon * | New () |
Protected Member Functions | |
vtkKWTkcon () | |
~vtkKWTkcon () | |
Protected Attributes | |
vtkKWTkconInternals * | Internals |
A widget to interactively execute Tcl commands using a tkcon console.
Definition at line 33 of file vtkKWTkcon.h.
|
|
|
|
|
Reimplemented from vtkKWTclInteractor. |
|
|
|
Reimplemented from vtkKWTclInteractor. |
|
Create the widget. Reimplemented from vtkKWTclInteractor. |
|
Append text to the display window. Reimplemented from vtkKWTclInteractor. |
|
Set focus to this widget. Override the superclass to focus on the console. Reimplemented from vtkKWWidget. |
|
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 vtkKWTclInteractor. |
|
PIMPL Encapsulation for STL containers Reimplemented from vtkKWWidget. Definition at line 64 of file vtkKWTkcon.h. |