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

Public Member Functions

 Text (std::shared_ptr< Part > parent, HAlign h_align, float h_position, VAlign v_align, float v_position, Direction direction)
 
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

HAlign _h_align
 
float _h_position
 
VAlign _v_align
 
float _v_position
 
Direction _direction
 

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


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