libdcp
Public Member Functions | Private Attributes | List of all members
dcp::order::String Class Reference
Inheritance diagram for dcp::order::String:
dcp::order::Part

Public Member Functions

 String (std::shared_ptr< Part > parent, Font font, std::string text, float space_before)
 
virtual xmlpp::Element * as_xml (xmlpp::Element *parent, Context &) const override
 
- Public Member Functions inherited from dcp::order::Part
 Part (std::shared_ptr< Part > parent_)
 
 Part (std::shared_ptr< Part > parent_, Font font_)
 
void write_xml (xmlpp::Element *parent, order::Context &context) const
 

Private Attributes

std::string _text
 
float _space_before
 

Additional Inherited Members

- Public Attributes inherited from dcp::order::Part
std::shared_ptr< Partparent
 
Font font
 
std::vector< std::shared_ptr< Part > > children
 

Detailed Description

Definition at line 127 of file subtitle_asset_internal.h.


The documentation for this class was generated from the following files: