Fcitx
Classes | Macros
addoninstance.h File Reference

Addon For fcitx. More...

#include <functional>
#include <memory>
#include <fcitx-config/configuration.h>
#include <fcitx-utils/metastring.h>
#include <fcitx/addoninfo.h>
#include <fcitx/addoninstance_details.h>
#include "fcitxcore_export.h"
Include dependency graph for addoninstance.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fcitx::AddonInstance
 Base class for any addon in fcitx. More...
 

Macros

#define FCITX_ADDON_DECLARE_FUNCTION(NAME, FUNCTION, SIGNATURE...)
 
#define FCITX_ADDON_EXPORT_FUNCTION(CLASS, FUNCTION)
 
#define FCITX_ADDON_FACTORY(ClassName)
 
#define FCITX_ADDON_DEPENDENCY_LOADER(NAME, ADDONMANAGER)
 A convenient macro to obtain the addon pointer of another addon. More...
 

Detailed Description

Addon For fcitx.

Definition in file addoninstance.h.