#include <vtkPVCornerAnnotationEditor.h>
Inheritance diagram for vtkPVCornerAnnotationEditor:
Public Member Functions | |
vtkTypeRevisionMacro (vtkPVCornerAnnotationEditor, vtkKWCornerAnnotationEditor) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SaveState (ofstream *file) |
virtual void | SetMaximumLineHeight (float) |
virtual void | SetCornerText (const char *txt, int corner) |
virtual void | Update () |
void | UpdateCornerText () |
virtual void | CornerTextCallback (int i) |
virtual void | SetView (vtkKWView *) |
virtual vtkPVRenderView * | GetView () |
virtual void | SetVisibility (int i) |
virtual int | GetVisibility () |
virtual void | VisibilityOn () |
virtual void | VisibilityOff () |
virtual vtkPVTraceHelper * | GetTraceHelper () |
Static Public Member Functions | |
vtkPVCornerAnnotationEditor * | New () |
Protected Member Functions | |
vtkPVCornerAnnotationEditor () | |
~vtkPVCornerAnnotationEditor () | |
void | SetCornerTextInternal (const char *text, int corner) |
virtual void | Render () |
Protected Attributes | |
vtkPVRenderView * | View |
vtkCornerAnnotation * | InternalCornerAnnotation |
vtkPVTraceHelper * | TraceHelper |
A class that provides a UI for vtkCornerAnnotation. User can set the text for each corner, set the color of the text, and turn the annotation on and off.
Definition at line 32 of file vtkPVCornerAnnotationEditor.h.
|
|
|
|
|
Reimplemented from vtkKWCornerAnnotationEditor. |
|
|
|
Reimplemented from vtkKWCornerAnnotationEditor. |
|
Set/Get the vtkKWView that owns this annotation. |
|
Set/Get the vtkKWView that owns this annotation. |
|
Export the corner annotation to a file. |
|
Set/Get the annotation visibility Reimplemented from vtkKWCornerAnnotationEditor. |
|
Set/Get the annotation visibility Reimplemented from vtkKWCornerAnnotationEditor. |
|
Set/Get the annotation visibility Reimplemented from vtkKWCornerAnnotationEditor. |
|
Set/Get the annotation visibility Reimplemented from vtkKWCornerAnnotationEditor. |
|
Set the maximum line height (override). Reimplemented from vtkKWCornerAnnotationEditor. |
|
Set corner text Reimplemented from vtkKWCornerAnnotationEditor. |
|
Update the GUI according to the value of the ivars Temporarily overridden Reimplemented from vtkKWCornerAnnotationEditor. |
|
|
|
Callbacks Reimplemented from vtkKWCornerAnnotationEditor. |
|
Get the trace helper framework. |
|
|
|
Reimplemented from vtkKWCornerAnnotationEditor. |
|
Definition at line 81 of file vtkPVCornerAnnotationEditor.h. |
|
Definition at line 85 of file vtkPVCornerAnnotationEditor.h. |
|
Definition at line 86 of file vtkPVCornerAnnotationEditor.h. |