|
VTK
9.0.1
|
#include <vtkOpenGLContextDevice2DPrivate.h>
Public Member Functions | |
| TextPropertyKey (vtkTextProperty *textProperty, const StringType &text, int dpi) | |
| Creates a TextPropertyKey. More... | |
| bool | operator== (const TextPropertyKey &other) const |
| Compares two TextPropertyKeys with each other. More... | |
Static Public Member Functions | |
| static vtkTypeUInt32 | GetIdFromTextProperty (vtkTextProperty *tprop) |
| Transform a text property into an unsigned long. More... | |
Public Attributes | |
| unsigned short | FontSize |
| vtkColor4ub | Color |
| vtkTypeUInt32 | TextPropertyId |
| StringType | Text |
| int | DPI |
Definition at line 194 of file vtkOpenGLContextDevice2DPrivate.h.
|
inline |
Creates a TextPropertyKey.
Definition at line 232 of file vtkOpenGLContextDevice2DPrivate.h.
|
inlinestatic |
Transform a text property into an unsigned long.
Definition at line 200 of file vtkOpenGLContextDevice2DPrivate.h.
|
inline |
Compares two TextPropertyKeys with each other.
Returns true if they are identical: same text and text property
Definition at line 250 of file vtkOpenGLContextDevice2DPrivate.h.
| unsigned short TextPropertyKey< StringType >::FontSize |
Definition at line 258 of file vtkOpenGLContextDevice2DPrivate.h.
| vtkColor4ub TextPropertyKey< StringType >::Color |
Definition at line 259 of file vtkOpenGLContextDevice2DPrivate.h.
| vtkTypeUInt32 TextPropertyKey< StringType >::TextPropertyId |
Definition at line 261 of file vtkOpenGLContextDevice2DPrivate.h.
| StringType TextPropertyKey< StringType >::Text |
Definition at line 262 of file vtkOpenGLContextDevice2DPrivate.h.
| int TextPropertyKey< StringType >::DPI |
Definition at line 263 of file vtkOpenGLContextDevice2DPrivate.h.
1.8.17