|
virtual void * | cast (const std::string &a_class) const |
|
virtual plotprim * | copy () const |
|
| plottable_text (const std::string &a_TEXT, float a_X, float a_Y, float a_SIZE, text_mode a_text_mode, float a_ANGLE, char a_HJUST, char a_VJUST, const std::string &a_FONT, const colorf &a_TXCI, float a_SCALE, bool a_SMOOTHING, bool a_HINTING, float a_line_width, font_modeling a_font_modeling) |
|
| plottable_text (const plottable_text &a_from) |
|
plottable_text & | operator= (const plottable_text &a_from) |
|
virtual | ~plotprim () |
|
Definition at line 177 of file plottables.
◆ text_mode
Enumerator |
---|
text_as_it | |
text_enforce_width | |
text_enforce_height | |
Definition at line 188 of file plottables.
◆ plottable_text() [1/2]
tools::sg::plottable_text::plottable_text |
( |
const std::string & |
a_TEXT, |
|
|
float |
a_X, |
|
|
float |
a_Y, |
|
|
float |
a_SIZE, |
|
|
text_mode |
a_text_mode, |
|
|
float |
a_ANGLE, |
|
|
char |
a_HJUST, |
|
|
char |
a_VJUST, |
|
|
const std::string & |
a_FONT, |
|
|
const colorf & |
a_TXCI, |
|
|
float |
a_SCALE, |
|
|
bool |
a_SMOOTHING, |
|
|
bool |
a_HINTING, |
|
|
float |
a_line_width, |
|
|
font_modeling |
a_font_modeling |
|
) |
| |
|
inline |
◆ plottable_text() [2/2]
tools::sg::plottable_text::plottable_text |
( |
const plottable_text & |
a_from | ) |
|
|
inline |
◆ cast()
virtual void* tools::sg::plottable_text::cast |
( |
const std::string & |
a_class | ) |
const |
|
inlinevirtual |
◆ copy()
virtual plotprim* tools::sg::plottable_text::copy |
( |
| ) |
const |
|
inlinevirtual |
◆ operator=()
◆ m_ANGLE
float tools::sg::plottable_text::m_ANGLE |
◆ m_FONT
std::string tools::sg::plottable_text::m_FONT |
◆ m_font_modeling
◆ m_HINTING
bool tools::sg::plottable_text::m_HINTING |
◆ m_HJUST
char tools::sg::plottable_text::m_HJUST |
◆ m_line_width
float tools::sg::plottable_text::m_line_width |
◆ m_SCALE
float tools::sg::plottable_text::m_SCALE |
◆ m_SIZE
float tools::sg::plottable_text::m_SIZE |
◆ m_SMOOTHING
bool tools::sg::plottable_text::m_SMOOTHING |
◆ m_TEXT
std::string tools::sg::plottable_text::m_TEXT |
◆ m_text_mode
text_mode tools::sg::plottable_text::m_text_mode |
◆ m_TXCI
colorf tools::sg::plottable_text::m_TXCI |
◆ m_VJUST
char tools::sg::plottable_text::m_VJUST |
◆ m_X
float tools::sg::plottable_text::m_X |
◆ m_Y
float tools::sg::plottable_text::m_Y |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/sg/plottables
plottable_text(const std::string &a_TEXT, float a_X, float a_Y, float a_SIZE, text_mode a_text_mode, float a_ANGLE, char a_HJUST, char a_VJUST, const std::string &a_FONT, const colorf &a_TXCI, float a_SCALE, bool a_SMOOTHING, bool a_HINTING, float a_line_width, font_modeling a_font_modeling)