TreeFrogFramework  2.8
Public Member Functions | List of all members
TSessionStoreInterface Class Referenceabstract

#include <tsessionstoreplugin.h>

Inheritance diagram for TSessionStoreInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~TSessionStoreInterface ()
 
virtual TSessionStorecreate (const QString &key)=0
 
virtual void destroy (const QString &key, TSessionStore *store)=0
 

Detailed Description

The TSessionStoreInterface class provides an interface to implement TSessionStore plugins.

See also
http://doc.qt.io/qt-5/plugins-howto.html

Constructor & Destructor Documentation

◆ ~TSessionStoreInterface()

virtual TSessionStoreInterface::~TSessionStoreInterface ( )
inlinevirtual

Member Function Documentation

◆ create()

TSessionStore * TSessionStoreInterface::create ( const QString &  key)
pure virtual

Implement this function to create a session store matching the name specified by the given key.

Implemented in TSessionStorePlugin.

◆ destroy()

virtual void TSessionStoreInterface::destroy ( const QString &  key,
TSessionStore store 
)
pure virtual

Implemented in TSessionStorePlugin.


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