VTK
|
#include <vtkOpenGLContextDevice2DPrivate.h>
Public Member Functions | |
TextPropertyKey (vtkTextProperty *textProperty, const vtkStdString &text) | |
Static Public Member Functions | |
static unsigned long | GetIdFromTextProperty (vtkTextProperty *textProperty) |
unsigned long | TextPropertyId |
vtkStdString | Text |
bool | operator== (const TextPropertyKey &other) const |
Definition at line 165 of file vtkOpenGLContextDevice2DPrivate.h.
|
inline |
Creates a TextPropertyKey.
Definition at line 179 of file vtkOpenGLContextDevice2DPrivate.h.
|
inlinestatic |
Transform a text property into an unsigned long
Definition at line 169 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 189 of file vtkOpenGLContextDevice2DPrivate.h.
unsigned long TextPropertyKey::TextPropertyId |
Compares two TextPropertyKeys with each other. Returns true if they are identical: same text and text property
Definition at line 194 of file vtkOpenGLContextDevice2DPrivate.h.
vtkStdString TextPropertyKey::Text |
Compares two TextPropertyKeys with each other. Returns true if they are identical: same text and text property
Definition at line 195 of file vtkOpenGLContextDevice2DPrivate.h.