![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Actual definition of Steam-Layer command scripts for meta/ctrl actions. More...
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>Namespaces | |
| namespace | steam |
| Steam-Layer implementation namespace root. | |
| namespace | steam::cmd |
| namespace | steam::cmd::anonymous_namespace{meta-cmd.cpp} |
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. | |