LeechCraft  0.6.70-6645-gcd10d7e
Modular cross-platform feature rich live environment.
ihaverecoverabletabs.h File Reference
#include <QList>
#include <QByteArray>
#include <QVariant>
+ Include dependency graph for ihaverecoverabletabs.h:

Go to the source code of this file.

Classes

class  IRecoverableTab
 Interface for a single tab that may be recovered. More...
 
struct  LeechCraft::TabRecoverInfo
 Keeps the tab state between runs. More...
 
class  IHaveRecoverableTabs
 Interface for plugins that can recover tabs after restart. More...
 

Namespaces

 LeechCraft
 

Typedefs

typedef QList< QPair< QByteArray, QVariant > > LeechCraft::DynPropertiesList_t
 

Functions

 Q_DECLARE_INTERFACE (IRecoverableTab,"org.Deviant.LeechCraft.IRecoverableTab/1.0")
 
 Q_DECLARE_INTERFACE (IHaveRecoverableTabs,"org.Deviant.LeechCraft.IHaveRecoverableTabs/1.0")
 

Function Documentation

Q_DECLARE_INTERFACE ( IRecoverableTab  ,
"org.Deviant.LeechCraft.IRecoverableTab/1.0"   
)

Referenced by IHaveRecoverableTabs::StandardSimilarImpl().

+ Here is the caller graph for this function:

Q_DECLARE_INTERFACE ( IHaveRecoverableTabs  ,
"org.Deviant.LeechCraft.IHaveRecoverableTabs/1.0"   
)