#include <vtkKWCornerAnnotationEditor.h>
Public Types | |
typedef vtkKWCheckButtonWithPopupFrame | Superclass |
typedef vtkKWCheckButtonWithPopupFrame | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetPopupTextProperty (int) |
virtual int | GetPopupTextProperty () |
virtual void | PopupTextPropertyOn () |
virtual void | PopupTextPropertyOff () |
virtual void | SetRenderWidget (vtkKWRenderWidget *) |
virtual vtkKWRenderWidget * | GetRenderWidget () |
virtual vtkCornerAnnotation * | GetCornerAnnotation () |
virtual void | SetVisibility (int i) |
virtual int | GetVisibility () |
virtual void | VisibilityOn () |
virtual void | VisibilityOff () |
virtual void | SetCornerText (const char *txt, int corner) |
virtual const char * | GetCornerText (int i) |
virtual void | SetTextColor (double r, double g, double b) |
virtual void | SetTextColor (double *rgb) |
virtual double * | GetTextColor () |
virtual void | SetMaximumLineHeight (float) |
virtual void | SetAnnotationChangedEvent (int) |
virtual int | GetAnnotationChangedEvent () |
virtual vtkKWCheckButton * | GetCornerVisibilityButton () |
virtual void | Update () |
virtual void | Close () |
virtual void | UpdateEnableState () |
virtual vtkKWTextPropertyEditor * | GetTextPropertyWidget () |
virtual void | CheckButtonCallback (int state) |
virtual void | CornerTextCallback (int i) |
virtual void | MaximumLineHeightCallback (double value) |
virtual void | MaximumLineHeightEndCallback (double value) |
virtual void | TextPropertyCallback () |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetPopupTextProperty (int) |
virtual int | GetPopupTextProperty () |
virtual void | PopupTextPropertyOn () |
virtual void | PopupTextPropertyOff () |
virtual void | SetRenderWidget (vtkKWRenderWidget *) |
virtual vtkKWRenderWidget * | GetRenderWidget () |
virtual vtkCornerAnnotation * | GetCornerAnnotation () |
virtual void | SetVisibility (int i) |
virtual int | GetVisibility () |
virtual void | VisibilityOn () |
virtual void | VisibilityOff () |
virtual void | SetCornerText (const char *txt, int corner) |
virtual const char * | GetCornerText (int i) |
virtual void | SetTextColor (double r, double g, double b) |
virtual void | SetTextColor (double *rgb) |
virtual double * | GetTextColor () |
virtual void | SetMaximumLineHeight (float) |
virtual void | SetAnnotationChangedEvent (int) |
virtual int | GetAnnotationChangedEvent () |
virtual vtkKWCheckButton * | GetCornerVisibilityButton () |
virtual void | Update () |
virtual void | Close () |
virtual void | UpdateEnableState () |
virtual vtkKWTextPropertyEditor * | GetTextPropertyWidget () |
virtual void | CheckButtonCallback (int state) |
virtual void | CornerTextCallback (int i) |
virtual void | MaximumLineHeightCallback (double value) |
virtual void | MaximumLineHeightEndCallback (double value) |
virtual void | TextPropertyCallback () |
Static Public Member Functions | |
static vtkKWCornerAnnotationEditor * | New () |
static int | IsTypeOf (const char *type) |
static vtkKWCornerAnnotationEditor * | SafeDownCast (vtkObject *o) |
static vtkKWCornerAnnotationEditor * | New () |
static int | IsTypeOf (const char *type) |
static vtkKWCornerAnnotationEditor * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkKWCornerAnnotationEditor () | |
~vtkKWCornerAnnotationEditor () | |
virtual void | CreateWidget () |
virtual void | Render () |
virtual int | GetCheckButtonState () |
virtual void | SendChangedEvent () |
vtkKWCornerAnnotationEditor () | |
~vtkKWCornerAnnotationEditor () | |
virtual void | CreateWidget () |
virtual void | Render () |
virtual int | GetCheckButtonState () |
virtual void | SendChangedEvent () |
Protected Attributes | |
int | AnnotationChangedEvent |
vtkCornerAnnotation * | CornerAnnotation |
vtkKWRenderWidget * | RenderWidget |
int | PopupTextProperty |
vtkKWFrame * | CornerFrame |
vtkKWTextWithLabel * | CornerText [4] |
vtkKWFrame * | PropertiesFrame |
vtkKWScaleWithEntry * | MaximumLineHeightScale |
vtkKWTextPropertyEditor * | TextPropertyWidget |
vtkKWPopupButtonWithLabel * | TextPropertyPopupButton |
Definition at line 35 of file debian/tmp/usr/include/KWWidgets/vtkKWCornerAnnotationEditor.h.
Reimplemented from vtkKWCheckButtonWithPopupFrame.
Definition at line 39 of file debian/tmp/usr/include/KWWidgets/vtkKWCornerAnnotationEditor.h.
Reimplemented from vtkKWCheckButtonWithPopupFrame.
Definition at line 39 of file vtkKWCornerAnnotationEditor.h.
vtkKWCornerAnnotationEditor::vtkKWCornerAnnotationEditor | ( | ) | [protected] |
vtkKWCornerAnnotationEditor::~vtkKWCornerAnnotationEditor | ( | ) | [protected] |
vtkKWCornerAnnotationEditor::vtkKWCornerAnnotationEditor | ( | ) | [protected] |
vtkKWCornerAnnotationEditor::~vtkKWCornerAnnotationEditor | ( | ) | [protected] |
static vtkKWCornerAnnotationEditor* vtkKWCornerAnnotationEditor::New | ( | ) | [static] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
virtual const char* vtkKWCornerAnnotationEditor::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
static int vtkKWCornerAnnotationEditor::IsTypeOf | ( | const char * | type ) | [static] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
virtual int vtkKWCornerAnnotationEditor::IsA | ( | const char * | type ) | [virtual] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
static vtkKWCornerAnnotationEditor* vtkKWCornerAnnotationEditor::SafeDownCast | ( | vtkObject * | o ) | [static] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
void vtkKWCornerAnnotationEditor::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
virtual void vtkKWCornerAnnotationEditor::SetPopupTextProperty | ( | int | ) | [virtual] |
virtual int vtkKWCornerAnnotationEditor::GetPopupTextProperty | ( | ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::PopupTextPropertyOn | ( | ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::PopupTextPropertyOff | ( | ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::SetRenderWidget | ( | vtkKWRenderWidget * | ) | [virtual] |
virtual vtkKWRenderWidget* vtkKWCornerAnnotationEditor::GetRenderWidget | ( | ) | [virtual] |
virtual vtkCornerAnnotation* vtkKWCornerAnnotationEditor::GetCornerAnnotation | ( | ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::SetVisibility | ( | int | i ) | [virtual] |
virtual int vtkKWCornerAnnotationEditor::GetVisibility | ( | ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::VisibilityOn | ( | ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::VisibilityOff | ( | ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::SetCornerText | ( | const char * | txt, |
int | corner | ||
) | [virtual] |
virtual const char* vtkKWCornerAnnotationEditor::GetCornerText | ( | int | i ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::SetTextColor | ( | double | r, |
double | g, | ||
double | b | ||
) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::SetTextColor | ( | double * | rgb ) | [inline, virtual] |
Definition at line 84 of file debian/tmp/usr/include/KWWidgets/vtkKWCornerAnnotationEditor.h.
virtual double* vtkKWCornerAnnotationEditor::GetTextColor | ( | ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::SetMaximumLineHeight | ( | float | ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::SetAnnotationChangedEvent | ( | int | ) | [virtual] |
virtual int vtkKWCornerAnnotationEditor::GetAnnotationChangedEvent | ( | ) | [virtual] |
virtual vtkKWCheckButton* vtkKWCornerAnnotationEditor::GetCornerVisibilityButton | ( | ) | [inline, virtual] |
Definition at line 100 of file debian/tmp/usr/include/KWWidgets/vtkKWCornerAnnotationEditor.h.
virtual void vtkKWCornerAnnotationEditor::Update | ( | ) | [virtual] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
virtual void vtkKWCornerAnnotationEditor::Close | ( | ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::UpdateEnableState | ( | ) | [virtual] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
virtual vtkKWTextPropertyEditor* vtkKWCornerAnnotationEditor::GetTextPropertyWidget | ( | ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::CheckButtonCallback | ( | int | state ) | [virtual] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
virtual void vtkKWCornerAnnotationEditor::CornerTextCallback | ( | int | i ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::MaximumLineHeightCallback | ( | double | value ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::MaximumLineHeightEndCallback | ( | double | value ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::TextPropertyCallback | ( | ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::CreateWidget | ( | ) | [protected, virtual] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
virtual void vtkKWCornerAnnotationEditor::Render | ( | ) | [protected, virtual] |
virtual int vtkKWCornerAnnotationEditor::GetCheckButtonState | ( | ) | [inline, protected, virtual] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
Definition at line 164 of file debian/tmp/usr/include/KWWidgets/vtkKWCornerAnnotationEditor.h.
virtual void vtkKWCornerAnnotationEditor::SendChangedEvent | ( | ) | [protected, virtual] |
static vtkKWCornerAnnotationEditor* vtkKWCornerAnnotationEditor::New | ( | ) | [static] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
virtual const char* vtkKWCornerAnnotationEditor::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
static int vtkKWCornerAnnotationEditor::IsTypeOf | ( | const char * | type ) | [static] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
virtual int vtkKWCornerAnnotationEditor::IsA | ( | const char * | type ) | [virtual] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
static vtkKWCornerAnnotationEditor* vtkKWCornerAnnotationEditor::SafeDownCast | ( | vtkObject * | o ) | [static] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
void vtkKWCornerAnnotationEditor::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
virtual void vtkKWCornerAnnotationEditor::SetPopupTextProperty | ( | int | ) | [virtual] |
virtual int vtkKWCornerAnnotationEditor::GetPopupTextProperty | ( | ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::PopupTextPropertyOn | ( | ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::PopupTextPropertyOff | ( | ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::SetRenderWidget | ( | vtkKWRenderWidget * | ) | [virtual] |
virtual vtkKWRenderWidget* vtkKWCornerAnnotationEditor::GetRenderWidget | ( | ) | [virtual] |
virtual vtkCornerAnnotation* vtkKWCornerAnnotationEditor::GetCornerAnnotation | ( | ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::SetVisibility | ( | int | i ) | [virtual] |
virtual int vtkKWCornerAnnotationEditor::GetVisibility | ( | ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::VisibilityOn | ( | ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::VisibilityOff | ( | ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::SetCornerText | ( | const char * | txt, |
int | corner | ||
) | [virtual] |
virtual const char* vtkKWCornerAnnotationEditor::GetCornerText | ( | int | i ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::SetTextColor | ( | double | r, |
double | g, | ||
double | b | ||
) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::SetTextColor | ( | double * | rgb ) | [inline, virtual] |
Definition at line 84 of file vtkKWCornerAnnotationEditor.h.
virtual double* vtkKWCornerAnnotationEditor::GetTextColor | ( | ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::SetMaximumLineHeight | ( | float | ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::SetAnnotationChangedEvent | ( | int | ) | [virtual] |
virtual int vtkKWCornerAnnotationEditor::GetAnnotationChangedEvent | ( | ) | [virtual] |
virtual vtkKWCheckButton* vtkKWCornerAnnotationEditor::GetCornerVisibilityButton | ( | ) | [inline, virtual] |
Definition at line 100 of file vtkKWCornerAnnotationEditor.h.
virtual void vtkKWCornerAnnotationEditor::Update | ( | ) | [virtual] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
virtual void vtkKWCornerAnnotationEditor::Close | ( | ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::UpdateEnableState | ( | ) | [virtual] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
virtual vtkKWTextPropertyEditor* vtkKWCornerAnnotationEditor::GetTextPropertyWidget | ( | ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::CheckButtonCallback | ( | int | state ) | [virtual] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
virtual void vtkKWCornerAnnotationEditor::CornerTextCallback | ( | int | i ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::MaximumLineHeightCallback | ( | double | value ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::MaximumLineHeightEndCallback | ( | double | value ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::TextPropertyCallback | ( | ) | [virtual] |
virtual void vtkKWCornerAnnotationEditor::CreateWidget | ( | ) | [protected, virtual] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
virtual void vtkKWCornerAnnotationEditor::Render | ( | ) | [protected, virtual] |
virtual int vtkKWCornerAnnotationEditor::GetCheckButtonState | ( | ) | [inline, protected, virtual] |
Reimplemented from vtkKWCheckButtonWithPopupFrame.
Definition at line 164 of file vtkKWCornerAnnotationEditor.h.
virtual void vtkKWCornerAnnotationEditor::SendChangedEvent | ( | ) | [protected, virtual] |
int vtkKWCornerAnnotationEditor::AnnotationChangedEvent [protected] |
Definition at line 141 of file debian/tmp/usr/include/KWWidgets/vtkKWCornerAnnotationEditor.h.
vtkCornerAnnotation * vtkKWCornerAnnotationEditor::CornerAnnotation [protected] |
Definition at line 143 of file debian/tmp/usr/include/KWWidgets/vtkKWCornerAnnotationEditor.h.
vtkKWRenderWidget * vtkKWCornerAnnotationEditor::RenderWidget [protected] |
Definition at line 145 of file debian/tmp/usr/include/KWWidgets/vtkKWCornerAnnotationEditor.h.
int vtkKWCornerAnnotationEditor::PopupTextProperty [protected] |
Definition at line 149 of file debian/tmp/usr/include/KWWidgets/vtkKWCornerAnnotationEditor.h.
vtkKWFrame * vtkKWCornerAnnotationEditor::CornerFrame [protected] |
Definition at line 151 of file debian/tmp/usr/include/KWWidgets/vtkKWCornerAnnotationEditor.h.
vtkKWTextWithLabel * vtkKWCornerAnnotationEditor::CornerText [protected] |
Definition at line 152 of file debian/tmp/usr/include/KWWidgets/vtkKWCornerAnnotationEditor.h.
vtkKWFrame * vtkKWCornerAnnotationEditor::PropertiesFrame [protected] |
Definition at line 153 of file debian/tmp/usr/include/KWWidgets/vtkKWCornerAnnotationEditor.h.
Definition at line 154 of file debian/tmp/usr/include/KWWidgets/vtkKWCornerAnnotationEditor.h.
Definition at line 155 of file debian/tmp/usr/include/KWWidgets/vtkKWCornerAnnotationEditor.h.
Definition at line 156 of file debian/tmp/usr/include/KWWidgets/vtkKWCornerAnnotationEditor.h.