Defines a text for drawing. More...
Public Types | |
typedef cadex::internal::ModelData_DrawingTextImpl | ImplType |
![]() | |
typedef int | IdType |
Defines a type identifier. | |
Public Member Functions | |
ModelData_DrawingText () | |
Constructor. | |
ModelData_DrawingText (ImplType *theImpl) | |
Constructor. Reserved for internal usage. | |
void | SetText (const Base_UTF16String &theText) |
const Base_UTF16String & | Text () const |
void | SetTextOrigin (const ModelData_Point2d &theTextOrigin) |
const ModelData_Point2d & | TextOrigin () const |
Returns a position of the text on the 2d plane. | |
void | SetFontSize (float theFontSize) |
float | FontSize () const |
Returns size of the font in points. More... | |
![]() | |
void | Accept (ModelData_DrawingElementVisitor &theVisitor) const |
![]() | |
ModelData_BaseObject () | |
Constructor. More... | |
IdType | TypeId () const |
Returns an object type id. More... | |
template<typename T > | |
bool | IsOfType () const |
Returns true if the object has a type T. More... | |
void | SetName (const Base_UTF16String &theName) |
Sets an object name. More... | |
Base_UTF16String | Name () const |
void | SetUuid (const Base_Uuid &theUuid) |
Base_Uuid | Uuid () const |
void | Nullify () |
Resets reference to implementation object. More... | |
bool | IsNull () const |
Returns true if the object is nullified. More... | |
operator bool () const | |
Casts the object to the bool type. More... | |
internal::ModelData_BaseObjectImpl * | Impl () const |
Return a handle to backend (reserved for internal use). | |
const internal::Base_Handle & | HImpl () const |
template<typename T > | |
T * | Impl () const |
Reserved for internal use. | |
Static Public Member Functions | |
static IdType | GetTypeId () |
Additional Inherited Members | |
![]() | |
ModelData_DrawingElement (internal::ModelData_DrawingElementImpl *theImpl) | |
Constructor. | |
![]() | |
ModelData_BaseObject (const internal::ModelData_BaseObjectImpl *theImpl) | |
Constructor (reserved for internal use). | |
ModelData_BaseObject (const internal::ModelData_BaseObjectImpl *theImpl, const Base_UTF16String &theName) | |
Constructor (reserved for internal use). | |
template<typename T > | |
T * | GetOrCreateImpl () |
Reserved for internal use. | |
Defines a text for drawing.
float cadex::ModelData_DrawingText::FontSize | ( | ) | const |
Returns size of the font in points.
Returns 16 by default.