|
| Image (std::shared_ptr< Part > parent, std::string id, ArrayData png_data, HAlign h_align, float h_position, VAlign v_align, float v_position) |
|
xmlpp::Element * | as_xml (xmlpp::Element *parent, Context &context) const override |
|
| Part (std::shared_ptr< Part > parent_) |
|
| Part (std::shared_ptr< Part > parent_, Font font_) |
|
void | write_xml (xmlpp::Element *parent, order::Context &context) const |
|
|
ArrayData | _png_data |
|
std::string | _id |
| the ID of this image
|
|
HAlign | _h_align |
|
float | _h_position |
|
VAlign | _v_align |
|
float | _v_position |
|
|
std::shared_ptr< Part > | parent |
|
Font | font |
|
std::vector< std::shared_ptr< Part > > | children |
|
Definition at line 188 of file subtitle_asset_internal.h.
The documentation for this class was generated from the following files: