Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
Actual definition of Steam-Layer command scripts for meta/ctrl actions.
Any actions issued by the UI-Layer to control internal application state
Definition in file meta-cmd.cpp.
#include "steam/cmd.hpp"
#include "steam/control/command-def.hpp"
#include "include/ui-protocol.hpp"
#include "include/gui-notification-facade.h"
#include "stage/interact/wizard.hpp"
#include "lib/diff/gen-node.hpp"
#include "lib/idi/entry-id.hpp"
#include "lib/format-string.hpp"
#include "lib/util.hpp"
#include <string>
Functions | |
COMMAND_DEFINITION (test_meta_activateContentDiff) | |
instruct the session to start keeping the UI up-to-date through diff messages. More... | |
COMMAND_DEFINITION (meta_deactivateContentDiff) | |
instruct the session to start keeping the UI up-to-date through diff messages. More... | |
COMMAND_DEFINITION (test_meta_displayInfo) | |
DemoGuiRoundtrip: push a notification info message back up into the UI. More... | |
COMMAND_DEFINITION (test_meta_markError) | |
DemoGuiRoundtrip: send a markError message back up into the UI. More... | |
COMMAND_DEFINITION (test_meta_markNote) | |
DemoGuiRoundtrip: send a markNote message back up into the UI. More... | |
COMMAND_DEFINITION (test_meta_markAction) | |
DemoGuiRoundtrip: send a generic mark message with given action ID back up into the UI. More... | |
Namespaces | |
steam | |
Steam-Layer implementation namespace root. | |
steam::cmd::COMMAND_DEFINITION | ( | test_meta_activateContentDiff | ) |
instruct the session to start keeping the UI up-to-date through diff messages.
Definition at line 89 of file meta-cmd.cpp.
steam::cmd::COMMAND_DEFINITION | ( | meta_deactivateContentDiff | ) |
instruct the session to start keeping the UI up-to-date through diff messages.
Definition at line 122 of file meta-cmd.cpp.
steam::cmd::COMMAND_DEFINITION | ( | test_meta_displayInfo | ) |
DemoGuiRoundtrip: push a notification info message back up into the UI.
Definition at line 151 of file meta-cmd.cpp.
steam::cmd::COMMAND_DEFINITION | ( | test_meta_markError | ) |
DemoGuiRoundtrip: send a markError
message back up into the UI.
Definition at line 171 of file meta-cmd.cpp.
steam::cmd::COMMAND_DEFINITION | ( | test_meta_markNote | ) |
DemoGuiRoundtrip: send a markNote
message back up into the UI.
Definition at line 192 of file meta-cmd.cpp.
steam::cmd::COMMAND_DEFINITION | ( | test_meta_markAction | ) |
DemoGuiRoundtrip: send a generic mark
message with given action ID back up into the UI.
Definition at line 213 of file meta-cmd.cpp.