Fcitx
Classes | Typedefs
inputcontextproperty.h File Reference

Input Context Property for Fcitx. More...

#include <memory>
#include <fcitx-utils/macros.h>
#include <fcitx-utils/trackableobject.h>
#include <fcitx/fcitxcore_export.h>
Include dependency graph for inputcontextproperty.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fcitx::InputContextProperty
 This is a class that designed to store state that is specific to certain input context. More...
 
class  fcitx::InputContextPropertyFactory
 Factory class for input context property. More...
 
class  fcitx::SimpleInputContextPropertyFactory< T >
 
class  fcitx::LambdaInputContextPropertyFactory< Ret >
 

Typedefs

template<typename T >
using fcitx::FactoryFor = LambdaInputContextPropertyFactory< T >
 Convinient short type alias for creating a LambdaInputContextPropertyFactory. More...
 

Detailed Description

Input Context Property for Fcitx.

Definition in file inputcontextproperty.h.