LeechCraft  0.6.70-6645-gcd10d7e
Modular cross-platform feature rich live environment.
ipersistentstorageplugin.h File Reference
#include <memory>
#include <QtPlugin>
+ Include dependency graph for ipersistentstorageplugin.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IPersistentStorage
 Provides access to a storage in an IPersistentStoragePlugin. More...
 
class  IPersistentStoragePlugin
 Interface for plugins providing persistent (and possibly secure) storage. More...
 

Typedefs

using IPersistentStorage_ptr = std::shared_ptr< IPersistentStorage >
 

Functions

 Q_DECLARE_INTERFACE (IPersistentStorage,"org.LeechCraft.IPersistentStorage/1.0")
 
 Q_DECLARE_INTERFACE (IPersistentStoragePlugin,"org.LeechCraft.IPersistentStoragePlugin/1.0")
 

Typedef Documentation

using IPersistentStorage_ptr = std::shared_ptr<IPersistentStorage>

Definition at line 85 of file ipersistentstorageplugin.h.

Function Documentation

Q_DECLARE_INTERFACE ( IPersistentStorage  ,
"org.LeechCraft.IPersistentStorage/1.0"   
)

Referenced by IPersistentStoragePlugin::~IPersistentStoragePlugin().

+ Here is the caller graph for this function:

Q_DECLARE_INTERFACE ( IPersistentStoragePlugin  ,
"org.LeechCraft.IPersistentStoragePlugin/1.0"   
)