CFx SDK Documentation 2024 SP0
|
Go to the source code of this file.
Classes | |
class | OdDbArcAlignedText |
Macros | |
#define | ATEXT_EXPORT OD_TOOLKIT_IMPORT |
#define | ATEXT_EXPORT_STATIC OD_STATIC_IMPORT |
Typedefs | |
typedef OdSmartPtr< OdDbArcAlignedText > | OdDbArcAlignedTextPtr |
Enumerations | |
enum | OdArcTextAlignment { kFit = 1 , kLeft = 2 , kRight = 3 , kCenter = 4 } |
enum | OdArcTextPosition { kOnConvexSide = 1 , kOnConcaveSide = 2 } |
enum | OdArcTextDirection { kOutwardFromCenter = 1 , kInwardToTheCenter = 2 } |
#define ATEXT_EXPORT OD_TOOLKIT_IMPORT |
Definition at line 38 of file DbArcAlignedText.h.
#define ATEXT_EXPORT_STATIC OD_STATIC_IMPORT |
Definition at line 39 of file DbArcAlignedText.h.
This template class is a specialization of the OdSmartPtr class for OdDbArcAlignedText object pointers.
Definition at line 483 of file DbArcAlignedText.h.
enum OdArcTextAlignment |
Enumerator | |
---|---|
kFit | |
kLeft | |
kRight | |
kCenter |
Definition at line 42 of file DbArcAlignedText.h.
enum OdArcTextDirection |
Enumerator | |
---|---|
kOutwardFromCenter | |
kInwardToTheCenter |
Definition at line 56 of file DbArcAlignedText.h.
enum OdArcTextPosition |
Enumerator | |
---|---|
kOnConvexSide | |
kOnConcaveSide |
Definition at line 50 of file DbArcAlignedText.h.