ScriptModule
|
#include <PersistentDataInterface.h>
Public Slots | |
void | store (const String &keyword, const String &value) |
void | store (const String &keyword, double value) |
void | store (const String &keyword, bool value) |
PersistentItem | load (const String &keyword) |
Persistent data handler class to share information between several runs of script modules.
You can use it in scriptModule only.
|
slot |
|
slot |
|
slot |
|
slot |