ScriptModule
Public Slots | List of all members
PersistentData Class Reference

#include <PersistentDataInterface.h>

Inheritance diagram for PersistentData:
Inheritance graph
[legend]
Collaboration diagram for PersistentData:
Collaboration graph
[legend]

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)
 

Detailed Description

Persistent data handler class to share information between several runs of script modules.

You can use it in scriptModule only.

Member Function Documentation

PersistentItem PersistentData::load ( const String &  keyword)
slot
void PersistentData::store ( const String &  keyword,
const String &  value 
)
slot
void PersistentData::store ( const String &  keyword,
double  value 
)
slot
void PersistentData::store ( const String &  keyword,
bool  value 
)
slot

The documentation for this class was generated from the following file: