libdcp
|
Public Member Functions | |
Part (std::shared_ptr< Part > parent_) | |
Part (std::shared_ptr< Part > parent_, Font font_) | |
virtual xmlpp::Element * | as_xml (xmlpp::Element *parent, Context &) const |
void | write_xml (xmlpp::Element *parent, order::Context &context) const |
Public Attributes | |
std::shared_ptr< Part > | parent |
Font | font |
std::vector< std::shared_ptr< Part > > | children |
Definition at line 104 of file subtitle_asset_internal.h.