LeechCraft  %{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ifinder.h File Reference
#include <memory>
#include <QStringList>
#include <QHash>
#include <QVariant>
+ Include dependency graph for ifinder.h:

Go to the source code of this file.

Classes

struct  LeechCraft::Request
 Describes the elementary subrequest. More...
 
class  IFindProxy
 Represents search results for a single Request. More...
 
class  IFinder
 Base class for search providers. More...
 

Namespaces

 LeechCraft
 

Typedefs

typedef std::shared_ptr
< IFindProxy
IFindProxy_ptr
 

Functions

 Q_DECLARE_INTERFACE (IFinder,"org.Deviant.LeechCraft.IFinder/1.0")
 
 Q_DECLARE_INTERFACE (IFindProxy,"org.Deviant.LeechCraft.IFinder/1.0")
 

Typedef Documentation

typedef std::shared_ptr<IFindProxy> IFindProxy_ptr

Definition at line 135 of file ifinder.h.

Function Documentation

Q_DECLARE_INTERFACE ( IFinder  ,
"org.Deviant.LeechCraft.IFinder/1.0"   
)
Q_DECLARE_INTERFACE ( IFindProxy  ,
"org.Deviant.LeechCraft.IFinder/1.0"   
)