#include <vtkUnicodeData.h>
Inheritance diagram for vtkUnicodeData:
Definition at line 35 of file vtkUnicodeData.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkUnicodeData, vtkExtensionsObject) | |
int | InBlock (const unsigned int ch, const unsigned short blockType) |
Returns whether a unicode point is in the specified block by type. | |
int | InBlock (const unsigned int ch, const char *blockName) |
Returns whether a unicode point is in the specified block by name. | |
int | HasProperty (const unsigned int ch, const unsigned short propertyType) |
Returns whether a unicode point has the specified property by type. | |
int | HasProperty (const unsigned int ch, const char *propertyName) |
Returns whether a unicode point has the specified property by name. | |
int | InCategory (const unsigned int ch, const unsigned short categoryType) |
Returns whether a unicode point is in the specified category by type. | |
int | InCategory (const unsigned int ch, const char *categoryName) |
Returns whether a unicode point is in the specified category by name. | |
Static Public Member Functions | |
vtkUnicodeData * | New (void) |
Protected Member Functions | |
vtkUnicodeData (void) | |
~vtkUnicodeData () |
|
|
|
|
|
Returns whether a unicode point has the specified property by name.
|
|
Returns whether a unicode point has the specified property by type.
|
|
Returns whether a unicode point is in the specified block by name.
|
|
Returns whether a unicode point is in the specified block by type.
|
|
Returns whether a unicode point is in the specified category by name.
|
|
Returns whether a unicode point is in the specified category by type.
|
|
Reimplemented from vtkExtensionsObject. |
|
|