#include <vtkOpenGLContextDevice2DPrivate.h>

Definition at line 165 of file vtkOpenGLContextDevice2DPrivate.h.
| unsigned long | TextPropertyId | 
| vtkStdString | Text | 
| bool | operator== (const TextPropertyKey &other) const | 
Public Member Functions | |
| TextPropertyKey (vtkTextProperty *textProperty, const vtkStdString &text) | |
Static Public Member Functions | |
| static unsigned long | GetIdFromTextProperty (vtkTextProperty *textProperty) | 
| TextPropertyKey::TextPropertyKey | ( | vtkTextProperty * | textProperty, | |
| const vtkStdString & | text | |||
| ) |  [inline] | 
        
Creates a TextPropertyKey.
Definition at line 179 of file vtkOpenGLContextDevice2DPrivate.h.
| static unsigned long TextPropertyKey::GetIdFromTextProperty | ( | vtkTextProperty * | textProperty | ) |  [inline, static] | 
        
Transform a text property into an unsigned long
Definition at line 169 of file vtkOpenGLContextDevice2DPrivate.h.
| bool TextPropertyKey::operator== | ( | const TextPropertyKey & | other | ) |  const [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.
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.
 1.5.6