a scalar component selection widget More...
#include <vtkKWScalarComponentSelectionWidget.h>


a scalar component selection widget
This class contains the UI for scalar component selection.
Definition at line 30 of file vtkKWScalarComponentSelectionWidget.h.
Reimplemented from vtkKWCompositeWidget.
Definition at line 36 of file vtkKWScalarComponentSelectionWidget.h.
| vtkKWScalarComponentSelectionWidget::vtkKWScalarComponentSelectionWidget | ( | ) | [protected] |
| vtkKWScalarComponentSelectionWidget::~vtkKWScalarComponentSelectionWidget | ( | ) | [protected] |
| static vtkKWScalarComponentSelectionWidget* vtkKWScalarComponentSelectionWidget::New | ( | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
| void vtkKWScalarComponentSelectionWidget::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
| virtual const char* vtkKWScalarComponentSelectionWidget::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
| static int vtkKWScalarComponentSelectionWidget::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
| virtual int vtkKWScalarComponentSelectionWidget::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
| static vtkKWScalarComponentSelectionWidget* vtkKWScalarComponentSelectionWidget::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
| virtual void vtkKWScalarComponentSelectionWidget::SetIndependentComponents | ( | int | ) | [virtual] |
Are the components independent of each other?
| virtual int vtkKWScalarComponentSelectionWidget::GetIndependentComponents | ( | ) | [virtual] |
Are the components independent of each other?
| virtual void vtkKWScalarComponentSelectionWidget::IndependentComponentsOn | ( | ) | [virtual] |
Are the components independent of each other?
| virtual void vtkKWScalarComponentSelectionWidget::IndependentComponentsOff | ( | ) | [virtual] |
Are the components independent of each other?
| virtual void vtkKWScalarComponentSelectionWidget::SetNumberOfComponents | ( | int | ) | [virtual] |
Set/Get the number of components controlled by the widget
| virtual int vtkKWScalarComponentSelectionWidget::GetNumberOfComponents | ( | ) | [virtual] |
Are the components independent of each other?
| virtual void vtkKWScalarComponentSelectionWidget::SetSelectedComponent | ( | int | ) | [virtual] |
Set/Get the current component controlled by the widget (if controllable)
| virtual int vtkKWScalarComponentSelectionWidget::GetSelectedComponent | ( | ) | [virtual] |
Are the components independent of each other?
| virtual void vtkKWScalarComponentSelectionWidget::SetAllowComponentSelection | ( | int | ) | [virtual] |
Allow component selection (a quick way to hide the UI)
| virtual void vtkKWScalarComponentSelectionWidget::AllowComponentSelectionOn | ( | ) | [virtual] |
Are the components independent of each other?
| virtual void vtkKWScalarComponentSelectionWidget::AllowComponentSelectionOff | ( | ) | [virtual] |
Are the components independent of each other?
| virtual int vtkKWScalarComponentSelectionWidget::GetAllowComponentSelection | ( | ) | [virtual] |
Are the components independent of each other?
| virtual void vtkKWScalarComponentSelectionWidget::Update | ( | ) | [virtual] |
Update the whole UI depending on the value of the Ivars
| virtual void vtkKWScalarComponentSelectionWidget::SetSelectedComponentChangedCommand | ( | vtkObject * | object, | |
| const char * | method | |||
| ) | [virtual] |
Specifies a command to associate with the widget. This command is typically invoked when the selected component is changed. The 'object' argument is the object that will have the method called on it. The 'method' argument is the name of the method to be called and any arguments in string form. If the object is NULL, the method is still evaluated as a simple command. The following parameters are also passed to the command: - the selected component: int
| virtual vtkKWMenuButtonWithLabel* vtkKWScalarComponentSelectionWidget::GetSelectedComponentOptionMenu | ( | ) | [virtual] |
Access to objects
| virtual void vtkKWScalarComponentSelectionWidget::UpdateEnableState | ( | ) | [virtual] |
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.
| virtual void vtkKWScalarComponentSelectionWidget::SelectedComponentCallback | ( | int | ) | [virtual] |
Callbacks. Internal, do not use.
| virtual void vtkKWScalarComponentSelectionWidget::CreateWidget | ( | ) | [protected, virtual] |
Create the widget.
Reimplemented from vtkKWCompositeWidget.
| virtual void vtkKWScalarComponentSelectionWidget::InvokeSelectedComponentChangedCommand | ( | int | comp | ) | [protected, virtual] |
| virtual void vtkKWScalarComponentSelectionWidget::Pack | ( | ) | [protected, virtual] |
int vtkKWScalarComponentSelectionWidget::IndependentComponents [protected] |
Definition at line 105 of file vtkKWScalarComponentSelectionWidget.h.
int vtkKWScalarComponentSelectionWidget::NumberOfComponents [protected] |
Definition at line 106 of file vtkKWScalarComponentSelectionWidget.h.
int vtkKWScalarComponentSelectionWidget::SelectedComponent [protected] |
Definition at line 107 of file vtkKWScalarComponentSelectionWidget.h.
int vtkKWScalarComponentSelectionWidget::AllowComponentSelection [protected] |
Definition at line 108 of file vtkKWScalarComponentSelectionWidget.h.
char* vtkKWScalarComponentSelectionWidget::SelectedComponentChangedCommand [protected] |
Definition at line 110 of file vtkKWScalarComponentSelectionWidget.h.
vtkKWMenuButtonWithLabel* vtkKWScalarComponentSelectionWidget::SelectedComponentOptionMenu [protected] |
Definition at line 115 of file vtkKWScalarComponentSelectionWidget.h.
1.6.1