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


Public Member Functions | |
| vtkTypeRevisionMacro (vtkPVColorSelectionWidget, vtkKWMenuButton) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | SetTarget (vtkKWWidget *t) |
| virtual vtkKWWidget * | GetTarget () |
| void | Update (int remove_all=1) |
| vtkPVSource * | GetPVSource () |
| void | SetPVSource (vtkPVSource *src) |
| virtual char * | GetColorSelectionCommand () |
| virtual void | SetColorSelectionCommand (const char *) |
| void | SetValue (const char *arrayname, int field) |
| void | SetValue (const char *label) |
Static Public Member Functions | |
| vtkPVColorSelectionWidget * | New () |
Protected Member Functions | |
| vtkPVColorSelectionWidget () | |
| ~vtkPVColorSelectionWidget () | |
| void | AddArray (vtkPVDataSetAttributesInformation *attrInfo, int field_type) |
| vtkPVArrayInformation * | GetArrayInformation (vtkPVDataInformation *dataInfo, const char *arrayname, int field) |
| int | FormLabel (vtkPVArrayInformation *arrayInfo, int field, char *label) |
Protected Attributes | |
| vtkPVSource * | PVSource |
| vtkKWWidget * | Target |
| char * | ColorSelectionCommand |
This widget is nothing but a drop-down menu from which the user can select the type field data and array. It is designed to be used in vtkPVDisplayGUI to select color/volume rendering array. Note that this is not a PVWidget.
Definition at line 35 of file vtkPVColorSelectionWidget.h.
|
|
|
|
|
|
|
|
Reimplemented from vtkKWMenuButton. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkKWMenuButton. |
|
|
Need the source to get the input. Definition at line 44 of file vtkPVColorSelectionWidget.h. |
|
|
Need the source to get the input. Definition at line 45 of file vtkPVColorSelectionWidget.h. |
|
|
This is the command that is called on the Target when array is selected. This command is passed two arguments (arrayname , field type); |
|
|
This is the command that is called on the Target when array is selected. This command is passed two arguments (arrayname , field type); |
|
|
Definition at line 56 of file vtkPVColorSelectionWidget.h. |
|
|
|
|
|
Update the menu from PVSource. When remove_all=0, Update methods does not remove the entires already added to the widget. This provides for a means to explicitly add entries. |
|
||||||||||||
|
Sets the current array. |
|
|
Sets the current array. Reimplemented from vtkKWMenuButton. |
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Definition at line 74 of file vtkPVColorSelectionWidget.h. |
|
|
Definition at line 75 of file vtkPVColorSelectionWidget.h. |
|
|
Definition at line 76 of file vtkPVColorSelectionWidget.h. |
1.3.5