![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Namespaces | |
| namespace | anonymous_namespace{meta-cmd.cpp} |
| namespace | anonymous_namespace{scope-cmd.cpp} |
| namespace | anonymous_namespace{sequence-cmd.cpp} |
| namespace | anonymous_namespace{session-cmd.cpp} |
| namespace | test |
Typedefs | |
| using | DummySess = session::DummySessionConnection |
Functions | |
| COMMAND_DEFINITION (test_meta_activateContentDiff) | |
| instruct the session to start keeping the UI up-to-date through diff messages. | |
| COMMAND_DEFINITION (meta_deactivateContentDiff) | |
| instruct the session to start keeping the UI up-to-date through diff messages. | |
| COMMAND_DEFINITION (test_meta_displayInfo) | |
| DemoGuiRoundtrip: push a notification info message back up into the UI. | |
| COMMAND_DEFINITION (test_meta_markError) | |
DemoGuiRoundtrip: send a markError message back up into the UI. | |
| COMMAND_DEFINITION (test_meta_markNote) | |
DemoGuiRoundtrip: send a markNote message back up into the UI. | |
| COMMAND_DEFINITION (test_meta_markAction) | |
DemoGuiRoundtrip: send a generic mark message with given action ID back up into the UI. | |
| COMMAND_DEFINITION (scope_moveRelocateClip) | |
| COMMAND_DEFINITION (sequence_newTrack) | |
| add a new track within the fork, anchored at the given context. | |
| COMMAND_DEFINITION (session_saveSnapshot) | |
| store a snapshot of current session actions and state and UI state. | |
| COMMAND_DEFINITION (session_newSequence) | |
| add a new sequence, anchored at the given context. | |
| COMMAND_DEFINITION (test_fake_injectSequence_1) | |
| Populate the Timeline in the UI with a typical simple Dummy sequence. | |
| COMMAND_DEFINITION (test_fake_injectSequence_2) | |
| Populate the Timeline in the UI with a rather complex Dummy sequence. | |
| COMMAND_DEFINITION (test_fake_blubb) | |
| Template for dummy-code.... | |
Definition at line 269 of file dummy-session-connection.cpp.
| COMMAND_DEFINITION | ( | test_meta_activateContentDiff | ) |
instruct the session to start keeping the UI up-to-date through diff messages.
Definition at line 80 of file meta-cmd.cpp.
References GuiNotification::facade.
| COMMAND_DEFINITION | ( | meta_deactivateContentDiff | ) |
instruct the session to start keeping the UI up-to-date through diff messages.
Definition at line 113 of file meta-cmd.cpp.
| COMMAND_DEFINITION | ( | test_meta_displayInfo | ) |
DemoGuiRoundtrip: push a notification info message back up into the UI.
Definition at line 142 of file meta-cmd.cpp.
References GuiNotification::facade.
| COMMAND_DEFINITION | ( | test_meta_markError | ) |
DemoGuiRoundtrip: send a markError message back up into the UI.
Definition at line 162 of file meta-cmd.cpp.
References GuiNotification::facade, and Wizard::getErrorLogID().
Here is the call graph for this function:| COMMAND_DEFINITION | ( | test_meta_markNote | ) |
DemoGuiRoundtrip: send a markNote message back up into the UI.
Definition at line 183 of file meta-cmd.cpp.
References GuiNotification::facade, and Wizard::getErrorLogID().
Here is the call graph for this function:| COMMAND_DEFINITION | ( | test_meta_markAction | ) |
DemoGuiRoundtrip: send a generic mark message with given action ID back up into the UI.
Definition at line 204 of file meta-cmd.cpp.
References GuiNotification::facade, and Wizard::getErrorLogID().
Here is the call graph for this function:| COMMAND_DEFINITION | ( | scope_moveRelocateClip | ) |
Definition at line 64 of file scope-cmd.cpp.
| COMMAND_DEFINITION | ( | sequence_newTrack | ) |
add a new track within the fork, anchored at the given context.
| context | an object to use as anchor to relate the new track container to |
| newID | identity of the new track to create |
Definition at line 60 of file sequence-cmd.cpp.
| COMMAND_DEFINITION | ( | session_saveSnapshot | ) |
store a snapshot of current session actions and state and UI state.
| snapshotID | a marker to tag the snapshot |
Definition at line 58 of file session-cmd.cpp.
References Session::current, and SessManager::save().
Here is the call graph for this function:| COMMAND_DEFINITION | ( | session_newSequence | ) |
add a new sequence, anchored at the given context.
| context | an object to use as anchor to relate the new sequence to |
| newID | identity of the new sequence to create |
Definition at line 79 of file session-cmd.cpp.
| COMMAND_DEFINITION | ( | test_fake_injectSequence_1 | ) |
Populate the Timeline in the UI with a typical simple Dummy sequence.
This Steam-Layer command script fabricates a faked "population diff", which not corresponds to any existing session data structure, but looks as if emanated while loading current session state.
Definition at line 283 of file dummy-session-connection.cpp.
References GuiNotification::facade, and DummySessionConnection::instance.
| COMMAND_DEFINITION | ( | test_fake_injectSequence_2 | ) |
Populate the Timeline in the UI with a rather complex Dummy sequence.
This command script fabricates a faked convoluted "population diff"...
Definition at line 309 of file dummy-session-connection.cpp.
References GuiNotification::facade, and DummySessionConnection::instance.
| COMMAND_DEFINITION | ( | test_fake_blubb | ) |
Template for dummy-code....
Definition at line 334 of file dummy-session-connection.cpp.
References GuiNotification::facade.
|
extern |
Referenced by InteractionDirector::saveSnapshot().
|
extern |
Referenced by InteractionDirector::newSequence().
|
extern |
Referenced by InteractionDirector::newTrack().
|
extern |
Referenced by ClipPresenter::establishAppearance().
|
extern |
Referenced by InteractionDirector::populateContent_afterStart().
|
extern |
|
extern |
Referenced by TestControl::Page1::Page1().
|
extern |
Referenced by TestControl::Page1::Page1().
|
extern |
Referenced by TestControl::Page1::Page1().
|
extern |
Referenced by TestControl::Page1::Page1().
|
extern |
Referenced by TestControl::Page2::Page2().
|
extern |
Referenced by TestControl::Page2::Page2().