|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   27 #ifndef vtkTextRepresentation_h 
   28 #define vtkTextRepresentation_h 
   31 #include "vtkInteractionWidgetsModule.h"  
   36 class vtkTextRepresentationObserver;
 
   67   void SetText(
const char* text);
 
   68   const char* GetText();
 
  117   virtual void SetWindowLocation(
int enumLocation);
 
  118   vtkGetMacro(WindowLocation, 
int);
 
  134   void ExecuteTextPropertyModifiedEvent(
vtkObject* obj, 
unsigned long enumEvent, 
void* p);
 
  135   void ExecuteTextActorModifiedEvent(
vtkObject* obj, 
unsigned long enumEvent, 
void* p);
 
  143   virtual void InitializeTextActor();
 
  146   virtual void CheckTextBoundary();
 
  154   virtual void UpdateWindowLocation();
 
  
void SetPosition(double pos[2]) override
represent a vtkBorderWidget
int RenderOpaqueGeometry(vtkViewport *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
static vtkBorderRepresentation * New()
Instantiate this class.
abstract base class for most VTK objects
vtkTextRepresentationObserver * Observer
virtual void SetPosition(float x[2])
void BuildRepresentation() override
Subclasses should implement these methods.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
window superclass for vtkRenderWindow
void GetActors2D(vtkPropCollection *) override
These methods are necessary to make this representation behave as a vtkProp.
vtkTextProperty * TextProperty
represent text for vtkTextWidget
void ReleaseGraphicsResources(vtkWindow *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
An actor that displays text. Scaled or unscaled.
a simple class to control print indentation
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
abstract specification for Viewports
represent text properties.
abstract specification for renderers
int RenderOverlay(vtkViewport *) override
void GetSize(double size[2]) override
vtkTypeBool HasTranslucentPolygonalGeometry() override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...