#include <SVGTools.H>


Public Member Functions | |
| text (const string text, const label left, const label top, const std::initializer_list< entryType > &styles={}, const word anchor="middle", const std::initializer_list< entryType > &elems={}) | |
| Public Member Functions inherited from element | |
| element (const word &key, const std::initializer_list< entryType > &styles={}, const std::initializer_list< entryType > &elems={}) | |
| template<class Type> | |
| void | addAttr (const char *key, const Type &value) |
| void | addAttrStr (const char *key, const string &str) |
Public Attributes | |
| const string | text_ |
| Public Attributes inherited from element | |
| const word | key_ |
| DynamicList< entryType > | styles_ |
| DynamicList< entryType > | elems_ |
| const word | end = "</" + key_ + ">" |
Friends | |
| Ostream & | operator<< (Ostream &os, const text &t) |
Definition at line 116 of file SVGTools.H.
|
inline |
Definition at line 122 of file SVGTools.H.
References text().
Referenced by operator<<, and text().


Definition at line 145 of file SVGTools.H.
References element::end, os(), text(), and text_.
| const string text_ |
Definition at line 120 of file SVGTools.H.
Referenced by operator<<.