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

Public Member Functions

 Subtitle (std::shared_ptr< Part > parent, Time in, Time out, Time fade_up, Time fade_down)
 
xmlpp::Element * as_xml (xmlpp::Element *parent, Context &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

Time _in
 
Time _out
 
Time _fade_up
 
Time _fade_down
 

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 167 of file subtitle_asset_internal.h.


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