PersistentData Class Reference

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

◆ load

PersistentItem PersistentData::load ( const String &  keyword)
slot

◆ store [1/3]

void PersistentData::store ( const String &  keyword,
const String &  value 
)
slot

◆ store [2/3]

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

◆ store [3/3]

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