#include <opennurbs_annotation2.h>
Public Member Functions | |
ON_Annotation2Text () | |
ON_Annotation2Text & | operator= (const char *) |
ON_Annotation2Text & | operator= (const wchar_t *) |
void | SetText (const char *s) |
void | SetText (const wchar_t *s) |
~ON_Annotation2Text () | |
Public Attributes | |
ON_RECT | m_rect |
Definition at line 37 of file opennurbs_annotation2.h.
Definition at line 5788 of file opennurbs_annotation2.cpp.
Definition at line 5793 of file opennurbs_annotation2.cpp.
ON_Annotation2Text & ON_Annotation2Text::operator= | ( | const char * | s | ) |
Reimplemented from ON_wString.
Definition at line 5797 of file opennurbs_annotation2.cpp.
ON_Annotation2Text & ON_Annotation2Text::operator= | ( | const wchar_t * | s | ) |
Reimplemented from ON_wString.
Definition at line 5803 of file opennurbs_annotation2.cpp.
void ON_Annotation2Text::SetText | ( | const char * | s | ) |
Definition at line 5809 of file opennurbs_annotation2.cpp.
void ON_Annotation2Text::SetText | ( | const wchar_t * | s | ) |
Definition at line 5815 of file opennurbs_annotation2.cpp.
Definition at line 81 of file opennurbs_annotation2.h.