|
| MediaSettings (const string &) |
|
string | getObjectTypeAsString () override |
|
void | setProperty (const string &, const string &, Time) override |
|
void | sendTick (Time, Time, Time) override |
|
bool | isFocused () override |
|
bool | getZ (int *, int *) override |
|
void | redraw (cairo_t *) override |
|
void | updateCurrentFocus (const string &) |
|
void | scheduleFocusUpdate (const string &) |
|
| Media (const string &) |
|
string | toString () override |
|
void | sendKey (const string &, bool) override |
|
bool | beforeTransition (Event *, Event::Transition) override |
| Initiates event transition.
|
|
bool | afterTransition (Event *, Event::Transition) override |
| Finishes event transition.
|
|
| Object (const string &) |
|
string | getId () |
|
Document * | getDocument () |
|
void | initDocument (Document *) |
|
Composition * | getParent () |
|
void | initParent (Composition *) |
|
const list< pair< string, Composition * > > * | getAliases () |
|
bool | hasAlias (const string &) |
|
void | addAlias (const string &, Composition *=nullptr) |
|
const set< Event * > * | getEvents () |
|
Event * | getEvent (Event::Type, const string &) |
|
Event * | getAttributionEvent (const string &) |
|
void | addAttributionEvent (const string &) |
|
Event * | getPresentationEvent (const string &) |
|
Event * | getPresentationEventByLabel (const string &) |
|
void | addPresentationEvent (const string &, Time, Time) |
|
void | addPresentationEvent (const string &, const string &) |
|
Event * | getSelectionEvent (const string &) |
|
void | addSelectionEvent (const string &) |
|
Event * | getLookAtEvent (const string &) |
|
void | addLookAtEvent (const string &) |
|
Event * | getLambda () |
|
bool | isOccurring () |
|
bool | isPaused () |
|
bool | isSleeping () |
|
virtual string | getProperty (const string &) |
|
const list< pair< Action, Time > > * | getDelayedActions () |
|
void | addDelayedAction (Event *, Event::Transition, const string &value="", Time delay=0) |
|
Time | getTime () |
|