![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
Functions | |
| void | do_something_pointless (CommandDef &) |
| void | operate (string search, string replace) |
| string | capture (string, string) |
| void | undoIt (string, string, string oldVal) |
| COMMAND_DEFINITION (test_CommandSetup_test) | |
Variables | |
| string | testString |
| will be manipulated by the commands we define | |
| void do_something_pointless | ( | CommandDef & | ) |
Definition at line 52 of file command-setup-test.cpp.
References do_something_pointless(), and testString.
Referenced by do_something_pointless().
Here is the call graph for this function:
Here is the caller graph for this function:| void operate | ( | string | search, |
| string | replace | ||
| ) |
Definition at line 59 of file command-setup-test.cpp.
References testString.
| string capture | ( | string | , |
| string | |||
| ) |
Definition at line 65 of file command-setup-test.cpp.
References testString.
| void undoIt | ( | string | , |
| string | , | ||
| string | oldVal | ||
| ) |
Definition at line 71 of file command-setup-test.cpp.
References testString.
| COMMAND_DEFINITION | ( | test_CommandSetup_test | ) |
Definition at line 79 of file command-setup-test.cpp.
| string testString |
will be manipulated by the commands we define
Definition at line 48 of file command-setup-test.cpp.
Referenced by capture(), do_something_pointless(), operate(), and undoIt().