#include <tsessionstorefactory.h>
◆ create()
TSessionStore * TSessionStoreFactory::create |
( |
const QString & |
key | ) |
|
|
static |
Creates and returns a TSessionStore object that matches the given key, or returns 0 if no matching session store is found.
◆ destroy()
void TSessionStoreFactory::destroy |
( |
const QString & |
key, |
|
|
TSessionStore * |
store |
|
) |
| |
|
static |
Destroys the store, assuming it is of the key.
◆ keys()
QStringList TSessionStoreFactory::keys |
( |
| ) |
|
|
static |
Returns the list of valid keys, i.e. the available session stores.
The documentation for this class was generated from the following files: