a header annotation widget More...
#include <vtkKWHeaderAnnotationEditor.h>


a header annotation widget
A class that provides a UI for header annotation (vtkTextActor).
Definition at line 32 of file vtkKWHeaderAnnotationEditor.h.
Reimplemented from vtkKWCheckButtonWithPopupFrame.
Definition at line 37 of file vtkKWHeaderAnnotationEditor.h.
| vtkKWHeaderAnnotationEditor::vtkKWHeaderAnnotationEditor | ( | ) | [protected] |
| vtkKWHeaderAnnotationEditor::~vtkKWHeaderAnnotationEditor | ( | ) | [protected] |
| static vtkKWHeaderAnnotationEditor* vtkKWHeaderAnnotationEditor::New | ( | ) | [static] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
| virtual const char* vtkKWHeaderAnnotationEditor::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
| static int vtkKWHeaderAnnotationEditor::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
| virtual int vtkKWHeaderAnnotationEditor::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
| static vtkKWHeaderAnnotationEditor* vtkKWHeaderAnnotationEditor::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
| void vtkKWHeaderAnnotationEditor::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) | [virtual] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
| virtual void vtkKWHeaderAnnotationEditor::SetPopupTextProperty | ( | int | ) | [virtual] |
Makes the text property sub-widget 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 vtkKWHeaderAnnotationEditor::GetPopupTextProperty | ( | ) | [virtual] |
Makes the text property sub-widget 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 vtkKWHeaderAnnotationEditor::PopupTextPropertyOn | ( | ) | [virtual] |
Makes the text property sub-widget 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 vtkKWHeaderAnnotationEditor::PopupTextPropertyOff | ( | ) | [virtual] |
Makes the text property sub-widget 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 vtkKWHeaderAnnotationEditor::SetRenderWidget | ( | vtkKWRenderWidget * | ) | [virtual] |
Set/Get the vtkKWRenderWidget that owns the header annotation. It is not ref-counted.
| virtual vtkKWRenderWidget* vtkKWHeaderAnnotationEditor::GetRenderWidget | ( | ) | [virtual] |
Makes the text property sub-widget 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 vtkKWHeaderAnnotationEditor::SetVisibility | ( | int | i | ) | [virtual] |
Set/Get the annotation visibility
| virtual int vtkKWHeaderAnnotationEditor::GetVisibility | ( | ) | [virtual] |
Makes the text property sub-widget 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 vtkKWHeaderAnnotationEditor::VisibilityOn | ( | ) | [virtual] |
Makes the text property sub-widget 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 vtkKWHeaderAnnotationEditor::VisibilityOff | ( | ) | [virtual] |
Makes the text property sub-widget 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 vtkKWHeaderAnnotationEditor::SetAnnotationChangedEvent | ( | int | ) | [virtual] |
Set/Get the event invoked when the anything in the annotation is changed. Defaults to vtkKWEvent::ViewAnnotationChangedEvent
| virtual int vtkKWHeaderAnnotationEditor::GetAnnotationChangedEvent | ( | ) | [virtual] |
Makes the text property sub-widget 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* vtkKWHeaderAnnotationEditor::GetHeaderVisibilityButton | ( | ) | [inline, virtual] |
Access to sub-widgets
Definition at line 72 of file vtkKWHeaderAnnotationEditor.h.
| void vtkKWHeaderAnnotationEditor::Update | ( | ) | [virtual] |
Update the GUI according to the value of the ivars
Reimplemented from vtkKWCheckButtonWithPopupFrame.
| virtual void vtkKWHeaderAnnotationEditor::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 vtkKWHeaderAnnotationEditor::CheckButtonCallback | ( | int | state | ) | [virtual] |
Callbacks. Internal, do not use.
Reimplemented from vtkKWCheckButtonWithPopupFrame.
| virtual void vtkKWHeaderAnnotationEditor::HeaderTextCallback | ( | const char * | value | ) | [virtual] |
Makes the text property sub-widget 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 vtkKWHeaderAnnotationEditor::TextPropertyCallback | ( | ) | [virtual] |
Makes the text property sub-widget 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 vtkKWHeaderAnnotationEditor::CreateWidget | ( | ) | [protected, virtual] |
Create the widget.
Reimplemented from vtkKWCheckButtonWithPopupFrame.
| virtual void vtkKWHeaderAnnotationEditor::Render | ( | ) | [protected, virtual] |
| virtual void vtkKWHeaderAnnotationEditor::SetHeaderText | ( | const char * | txt | ) | [protected, virtual] |
| virtual int vtkKWHeaderAnnotationEditor::GetCheckButtonState | ( | ) | [inline, protected, virtual] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
Definition at line 123 of file vtkKWHeaderAnnotationEditor.h.
| virtual void vtkKWHeaderAnnotationEditor::SendChangedEvent | ( | ) | [protected, virtual] |
int vtkKWHeaderAnnotationEditor::AnnotationChangedEvent [protected] |
Definition at line 103 of file vtkKWHeaderAnnotationEditor.h.
Definition at line 105 of file vtkKWHeaderAnnotationEditor.h.
int vtkKWHeaderAnnotationEditor::PopupTextProperty [protected] |
Definition at line 109 of file vtkKWHeaderAnnotationEditor.h.
vtkKWFrame* vtkKWHeaderAnnotationEditor::TextFrame [protected] |
Definition at line 111 of file vtkKWHeaderAnnotationEditor.h.
Definition at line 112 of file vtkKWHeaderAnnotationEditor.h.
Definition at line 113 of file vtkKWHeaderAnnotationEditor.h.
Definition at line 114 of file vtkKWHeaderAnnotationEditor.h.
1.6.1