LeechCraft  %{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
iinfo.h File Reference
#include <memory>
#include <QString>
#include <QStringList>
#include <QtPlugin>
#include "structures.h"
+ Include dependency graph for iinfo.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IInfo
 Required interface for every plugin. More...
 

Macros

#define CURRENT_API_LEVEL   14
 
#define LC_EXPORT_PLUGIN(name, file)
 

Typedefs

typedef std::shared_ptr
< ICoreProxy
ICoreProxy_ptr
 

Functions

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

Macro Definition Documentation

#define CURRENT_API_LEVEL   14

Definition at line 362 of file iinfo.h.

#define LC_EXPORT_PLUGIN (   name,
  file 
)
Value:
Q_EXPORT_PLUGIN2(name, file) \
extern "C"\
{\
Q_DECL_EXPORT quint64 GetAPILevels ()\
{\
}\
}
#define CURRENT_API_LEVEL
Definition: iinfo.h:362

Definition at line 364 of file iinfo.h.

Typedef Documentation

typedef std::shared_ptr<ICoreProxy> ICoreProxy_ptr

Definition at line 38 of file iinfo.h.

Function Documentation

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