#include <vtkPVStringEntry.h>
Inheritance diagram for vtkPVStringEntry:
Public Member Functions | |
vtkTypeRevisionMacro (vtkPVStringEntry, vtkPVObjectWidget) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Create (vtkKWApplication *pvApp) |
void | SetLabel (const char *label) |
virtual void | SetBalloonHelpString (const char *str) |
virtual void | ResetInternal () |
virtual void | Initialize () |
virtual void | Trace (ofstream *file) |
virtual void | UpdateEnableState () |
virtual void | SaveInBatchScript (ofstream *file) |
void | SetValue (const char *fileName) |
const char * | GetValue () |
vtkPVStringEntry * | ClonePrototype (vtkPVSource *pvSource, vtkArrayMap< vtkPVWidget *, vtkPVWidget * > *map) |
virtual void | Accept () |
Static Public Member Functions | |
vtkPVStringEntry * | New () |
Protected Member Functions | |
vtkPVStringEntry () | |
~vtkPVStringEntry () | |
vtkPVStringEntry (const vtkPVStringEntry &) | |
void | operator= (const vtkPVStringEntry &) |
virtual void | SetEntryLabel (const char *) |
virtual char * | GetEntryLabel () |
virtual void | CopyProperties (vtkPVWidget *clone, vtkPVSource *pvSource, vtkArrayMap< vtkPVWidget *, vtkPVWidget * > *map) |
int | ReadXMLAttributes (vtkPVXMLElement *element, vtkPVXMLPackageParser *parser) |
Protected Attributes | |
vtkKWLabel * | LabelWidget |
vtkKWEntry * | Entry |
char * | EntryLabel |
Widget for entering text.
Definition at line 29 of file vtkPVStringEntry.h.
|
|
|
|
|
|
|
Reimplemented from vtkPVTracedWidget. |
|
|
|
Reimplemented from vtkPVObjectWidget. |
|
Create the widgets. Reimplemented from vtkPVWidget. |
|
This method allows scripts to modify the widgets value. |
|
This method allows scripts to modify the widgets value. |
|
The label. |
|
This class redefines SetBalloonHelpString since it has to forward the call to a widget it contains. Reimplemented from vtkKWWidget. |
|
Creates and returns a copy of this widget. It will create a new instance of the same type as the current object using NewInstance() and then copy some necessary state parameters. Reimplemented from vtkPVObjectWidget. |
|
Called when accept button is pushed. Sets objects variable to the widgets value. Side effect is to turn modified flag off. Implements vtkPVWidget. |
|
Called when the reset button is pushed. Sets widget's value to the last accepted value. Side effect is to turn the modified flag off. Reimplemented from vtkPVWidget. |
|
Initialize widget from domain or property Implements vtkPVWidget. |
|
This serves a dual purpose. For tracing and for saving state. Implements vtkPVWidget. |
|
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 vtkKWWidget. |
|
Save this widget to a file. Implements vtkPVObjectWidget. |
|
|
|
|
|
|
|
Reimplemented from vtkPVObjectWidget. |
|
Called by vtkPVXMLPackageParser to configure the widget from XML attributes. Reimplemented from vtkPVObjectWidget. |
|
Definition at line 95 of file vtkPVStringEntry.h. |
|
Definition at line 96 of file vtkPVStringEntry.h. |
|
Definition at line 103 of file vtkPVStringEntry.h. |