libdcp
|
This is the complete list of members for dcp::Subtitle, including all inherited members.
_fade_down_time (defined in dcp::Subtitle) | dcp::Subtitle | protected |
_fade_up_time (defined in dcp::Subtitle) | dcp::Subtitle | protected |
_h_align (defined in dcp::Subtitle) | dcp::Subtitle | protected |
_h_position | dcp::Subtitle | protected |
_in (defined in dcp::Subtitle) | dcp::Subtitle | protected |
_out (defined in dcp::Subtitle) | dcp::Subtitle | protected |
_v_align (defined in dcp::Subtitle) | dcp::Subtitle | protected |
_v_position | dcp::Subtitle | protected |
fade_down_time() const (defined in dcp::Subtitle) | dcp::Subtitle | inline |
fade_up_time() const (defined in dcp::Subtitle) | dcp::Subtitle | inline |
h_align() const (defined in dcp::Subtitle) | dcp::Subtitle | inline |
h_position() const (defined in dcp::Subtitle) | dcp::Subtitle | inline |
in() const | dcp::Subtitle | inline |
out() const | dcp::Subtitle | inline |
set_fade_down_time(Time t) (defined in dcp::Subtitle) | dcp::Subtitle | inline |
set_fade_up_time(Time t) (defined in dcp::Subtitle) | dcp::Subtitle | inline |
set_h_position(float p) (defined in dcp::Subtitle) | dcp::Subtitle | inline |
set_in(Time i) (defined in dcp::Subtitle) | dcp::Subtitle | inline |
set_out(Time o) (defined in dcp::Subtitle) | dcp::Subtitle | inline |
set_v_position(float p) | dcp::Subtitle | inline |
Subtitle(Time in, Time out, float h_position, HAlign h_align, float v_position, VAlign v_align, Time fade_up_time, Time fade_down_time) | dcp::Subtitle | protected |
v_align() const (defined in dcp::Subtitle) | dcp::Subtitle | inline |
v_position() const | dcp::Subtitle | inline |
~Subtitle() (defined in dcp::Subtitle) | dcp::Subtitle | inlinevirtual |