|
QCAD
Open Source 2D CAD
|
#include <dl_entities.h>
Public Member Functions | |
| DL_AttributeData (const DL_TextData &tData, const std::string &tag) | |
| DL_AttributeData (double ipx, double ipy, double ipz, double apx, double apy, double apz, double height, double xScaleFactor, int textGenerationFlags, int hJustification, int vJustification, const std::string &tag, const std::string &text, const std::string &style, double angle) | |
| Constructor. | |
Public Member Functions inherited from DL_TextData | |
| DL_TextData (double ipx, double ipy, double ipz, double apx, double apy, double apz, double height, double xScaleFactor, int textGenerationFlags, int hJustification, int vJustification, const std::string &text, const std::string &style, double angle) | |
| Constructor. | |
Public Attributes | |
| std::string | tag |
Public Attributes inherited from DL_TextData | |
| double | angle |
| double | apx |
| double | apy |
| double | apz |
| double | height |
| int | hJustification |
| Horizontal justification. | |
| double | ipx |
| double | ipy |
| double | ipz |
| std::string | style |
| std::string | text |
| int | textGenerationFlags |
| int | vJustification |
| Vertical justification. | |
| double | xScaleFactor |
Block attribute data.
|
inline |
|
inline |
Constructor.
Parameters: see member variables.
| std::string DL_AttributeData::tag |
Tag.