a scalar bar annotation widget More...
#include <vtkKWScalarBarAnnotation.h>


a scalar bar annotation widget
A class that provides a UI for a scalar bar widget (vtkScalarBarWidget).
Definition at line 35 of file vtkKWScalarBarAnnotation.h.
Reimplemented from vtkKWCheckButtonWithPopupFrame.
Definition at line 40 of file vtkKWScalarBarAnnotation.h.
| vtkKWScalarBarAnnotation::vtkKWScalarBarAnnotation | ( | ) | [protected] |
| vtkKWScalarBarAnnotation::~vtkKWScalarBarAnnotation | ( | ) | [protected] |
| static vtkKWScalarBarAnnotation* vtkKWScalarBarAnnotation::New | ( | ) | [static] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
| virtual const char* vtkKWScalarBarAnnotation::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
| static int vtkKWScalarBarAnnotation::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
| virtual int vtkKWScalarBarAnnotation::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
| static vtkKWScalarBarAnnotation* vtkKWScalarBarAnnotation::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
| void vtkKWScalarBarAnnotation::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) | [virtual] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
| virtual void vtkKWScalarBarAnnotation::SetPopupTextProperty | ( | int | ) | [virtual] |
Makes the text property sub-widgets popup (instead of displaying the whole text property UI, which can be long). This has to be called before Create(). Ignored if PopupMode is true.
| virtual int vtkKWScalarBarAnnotation::GetPopupTextProperty | ( | ) | [virtual] |
Makes the text property sub-widgets popup (instead of displaying the whole text property UI, which can be long). This has to be called before Create(). Ignored if PopupMode is true.
| virtual void vtkKWScalarBarAnnotation::PopupTextPropertyOn | ( | ) | [virtual] |
Makes the text property sub-widgets popup (instead of displaying the whole text property UI, which can be long). This has to be called before Create(). Ignored if PopupMode is true.
| virtual void vtkKWScalarBarAnnotation::PopupTextPropertyOff | ( | ) | [virtual] |
Makes the text property sub-widgets popup (instead of displaying the whole text property UI, which can be long). This has to be called before Create(). Ignored if PopupMode is true.
| virtual void vtkKWScalarBarAnnotation::SetScalarBarWidget | ( | vtkScalarBarWidget * | ) | [virtual] |
Set/Get the vtkScalarBarWidget that owns the scalar bar actor.
| virtual vtkScalarBarWidget* vtkKWScalarBarAnnotation::GetScalarBarWidget | ( | ) | [virtual] |
Makes the text property sub-widgets popup (instead of displaying the whole text property UI, which can be long). This has to be called before Create(). Ignored if PopupMode is true.
| virtual void vtkKWScalarBarAnnotation::SetVisibility | ( | int | i | ) | [virtual] |
Set/Get the scalar bar visibility
| virtual int vtkKWScalarBarAnnotation::GetVisibility | ( | ) | [virtual] |
Makes the text property sub-widgets popup (instead of displaying the whole text property UI, which can be long). This has to be called before Create(). Ignored if PopupMode is true.
| virtual void vtkKWScalarBarAnnotation::VisibilityOn | ( | ) | [virtual] |
Makes the text property sub-widgets popup (instead of displaying the whole text property UI, which can be long). This has to be called before Create(). Ignored if PopupMode is true.
| virtual void vtkKWScalarBarAnnotation::VisibilityOff | ( | ) | [virtual] |
Makes the text property sub-widgets popup (instead of displaying the whole text property UI, which can be long). This has to be called before Create(). Ignored if PopupMode is true.
| virtual void vtkKWScalarBarAnnotation::SetAnnotationChangedEvent | ( | int | ) | [virtual] |
Set/Get the event invoked when the anything in the annotation is changed. Defaults to vtkKWEvent::ViewAnnotationChangedEvent
| virtual int vtkKWScalarBarAnnotation::GetAnnotationChangedEvent | ( | ) | [virtual] |
Makes the text property sub-widgets popup (instead of displaying the whole text property UI, which can be long). This has to be called before Create(). Ignored if PopupMode is true.
| virtual void vtkKWScalarBarAnnotation::SetVolumeProperty | ( | vtkVolumeProperty * | prop | ) | [virtual] |
Set/Get the volume property that can be used to set the LUT of the scalar bar actor (i.e. allow the user to choose which component to visualize)
| virtual vtkVolumeProperty* vtkKWScalarBarAnnotation::GetVolumeProperty | ( | ) | [virtual] |
Makes the text property sub-widgets popup (instead of displaying the whole text property UI, which can be long). This has to be called before Create(). Ignored if PopupMode is true.
| virtual void vtkKWScalarBarAnnotation::SetNumberOfComponents | ( | int | ) | [virtual] |
Set/Get the number of components corresponding to the data represented by the volume property
| virtual int vtkKWScalarBarAnnotation::GetNumberOfComponents | ( | ) | [virtual] |
Makes the text property sub-widgets popup (instead of displaying the whole text property UI, which can be long). This has to be called before Create(). Ignored if PopupMode is true.
| virtual void vtkKWScalarBarAnnotation::SetScalarComponentChangedEvent | ( | int | ) | [virtual] |
Set/Get the event invoked when the component is changed. Defaults to vtkKWEvent::ScalarComponentChangedEvent
| virtual int vtkKWScalarBarAnnotation::GetScalarComponentChangedEvent | ( | ) | [virtual] |
Makes the text property sub-widgets popup (instead of displaying the whole text property UI, which can be long). This has to be called before Create(). Ignored if PopupMode is true.
| virtual void vtkKWScalarBarAnnotation::SetLabelFormatVisibility | ( | int | i | ) | [virtual] |
Set/Get the LabelFormat UI visibility, which might be a bit confusing
| virtual int vtkKWScalarBarAnnotation::GetLabelFormatVisibility | ( | ) | [virtual] |
Makes the text property sub-widgets popup (instead of displaying the whole text property UI, which can be long). This has to be called before Create(). Ignored if PopupMode is true.
| virtual void vtkKWScalarBarAnnotation::LabelFormatVisibilityOn | ( | ) | [virtual] |
Makes the text property sub-widgets popup (instead of displaying the whole text property UI, which can be long). This has to be called before Create(). Ignored if PopupMode is true.
| virtual void vtkKWScalarBarAnnotation::LabelFormatVisibilityOff | ( | ) | [virtual] |
Makes the text property sub-widgets popup (instead of displaying the whole text property UI, which can be long). This has to be called before Create(). Ignored if PopupMode is true.
| virtual vtkKWCheckButton* vtkKWScalarBarAnnotation::GetScalarBarVisibilityButton | ( | ) | [inline, virtual] |
Access to sub-widgets
Definition at line 103 of file vtkKWScalarBarAnnotation.h.
| void vtkKWScalarBarAnnotation::Update | ( | ) | [virtual] |
Update the GUI according to the value of the ivars
Reimplemented from vtkKWCheckButtonWithPopupFrame.
| virtual void vtkKWScalarBarAnnotation::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 vtkKWCheckButtonWithPopupFrame.
| virtual void vtkKWScalarBarAnnotation::CheckButtonCallback | ( | int | state | ) | [virtual] |
Callbacks. Internal, do not use.
Reimplemented from vtkKWCheckButtonWithPopupFrame.
| virtual void vtkKWScalarBarAnnotation::SelectedComponentCallback | ( | int | ) | [virtual] |
Makes the text property sub-widgets popup (instead of displaying the whole text property UI, which can be long). This has to be called before Create(). Ignored if PopupMode is true.
| virtual void vtkKWScalarBarAnnotation::ScalarBarTitleCallback | ( | const char * | value | ) | [virtual] |
Makes the text property sub-widgets popup (instead of displaying the whole text property UI, which can be long). This has to be called before Create(). Ignored if PopupMode is true.
| virtual void vtkKWScalarBarAnnotation::ScalarBarLabelFormatCallback | ( | const char * | value | ) | [virtual] |
Makes the text property sub-widgets popup (instead of displaying the whole text property UI, which can be long). This has to be called before Create(). Ignored if PopupMode is true.
| virtual void vtkKWScalarBarAnnotation::TitleTextPropertyCallback | ( | ) | [virtual] |
Makes the text property sub-widgets popup (instead of displaying the whole text property UI, which can be long). This has to be called before Create(). Ignored if PopupMode is true.
| virtual void vtkKWScalarBarAnnotation::LabelTextPropertyCallback | ( | ) | [virtual] |
Makes the text property sub-widgets popup (instead of displaying the whole text property UI, which can be long). This has to be called before Create(). Ignored if PopupMode is true.
| virtual void vtkKWScalarBarAnnotation::MaximumNumberOfColorsEndCallback | ( | double | value | ) | [virtual] |
Makes the text property sub-widgets popup (instead of displaying the whole text property UI, which can be long). This has to be called before Create(). Ignored if PopupMode is true.
| virtual void vtkKWScalarBarAnnotation::NumberOfLabelsEndCallback | ( | double | value | ) | [virtual] |
Makes the text property sub-widgets popup (instead of displaying the whole text property UI, which can be long). This has to be called before Create(). Ignored if PopupMode is true.
| virtual void vtkKWScalarBarAnnotation::CreateWidget | ( | ) | [protected, virtual] |
Create the widget.
Reimplemented from vtkKWCheckButtonWithPopupFrame.
| virtual void vtkKWScalarBarAnnotation::PackLabelFrameChildren | ( | ) | [protected, virtual] |
| virtual void vtkKWScalarBarAnnotation::Render | ( | ) | [protected, virtual] |
| virtual void vtkKWScalarBarAnnotation::SetScalarBarTitle | ( | const char * | txt | ) | [protected, virtual] |
| virtual void vtkKWScalarBarAnnotation::SetScalarBarLabelFormat | ( | const char * | txt | ) | [protected, virtual] |
| virtual int vtkKWScalarBarAnnotation::GetCheckButtonState | ( | ) | [inline, protected, virtual] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
Definition at line 171 of file vtkKWScalarBarAnnotation.h.
| virtual void vtkKWScalarBarAnnotation::SendChangedEvent | ( | ) | [protected, virtual] |
int vtkKWScalarBarAnnotation::PopupTextProperty [protected] |
Definition at line 139 of file vtkKWScalarBarAnnotation.h.
int vtkKWScalarBarAnnotation::AnnotationChangedEvent [protected] |
Definition at line 140 of file vtkKWScalarBarAnnotation.h.
int vtkKWScalarBarAnnotation::ScalarComponentChangedEvent [protected] |
Definition at line 141 of file vtkKWScalarBarAnnotation.h.
int vtkKWScalarBarAnnotation::NumberOfComponents [protected] |
Definition at line 142 of file vtkKWScalarBarAnnotation.h.
int vtkKWScalarBarAnnotation::LabelFormatVisibility [protected] |
Definition at line 143 of file vtkKWScalarBarAnnotation.h.
Definition at line 145 of file vtkKWScalarBarAnnotation.h.
Definition at line 146 of file vtkKWScalarBarAnnotation.h.
Definition at line 150 of file vtkKWScalarBarAnnotation.h.
vtkKWFrame* vtkKWScalarBarAnnotation::TitleFrame [protected] |
Definition at line 151 of file vtkKWScalarBarAnnotation.h.
vtkKWEntryWithLabel* vtkKWScalarBarAnnotation::TitleEntry [protected] |
Definition at line 152 of file vtkKWScalarBarAnnotation.h.
Definition at line 153 of file vtkKWScalarBarAnnotation.h.
Definition at line 154 of file vtkKWScalarBarAnnotation.h.
vtkKWFrame* vtkKWScalarBarAnnotation::LabelFrame [protected] |
Definition at line 155 of file vtkKWScalarBarAnnotation.h.
Definition at line 156 of file vtkKWScalarBarAnnotation.h.
Definition at line 157 of file vtkKWScalarBarAnnotation.h.
Definition at line 158 of file vtkKWScalarBarAnnotation.h.
Definition at line 159 of file vtkKWScalarBarAnnotation.h.
Definition at line 160 of file vtkKWScalarBarAnnotation.h.
1.6.1