Fcitx
Public Types | Public Member Functions | List of all members
fcitx::LambdaInputContextPropertyFactory< Ret > Class Template Reference
Inheritance diagram for fcitx::LambdaInputContextPropertyFactory< Ret >:
Inheritance graph
[legend]
Collaboration diagram for fcitx::LambdaInputContextPropertyFactory< Ret >:
Collaboration graph
[legend]

Public Types

typedef Ret PropertyType
 

Public Member Functions

 LambdaInputContextPropertyFactory (std::function< Ret *(InputContext &)> f)
 
InputContextPropertycreate (InputContext &ic) override
 
- Public Member Functions inherited from fcitx::InputContextPropertyFactory
bool registered () const
 Return whether the factory is already registered with an InputContextManager. More...
 
void unregister ()
 Unregister the factory from current InputContextManager.
 
- Public Member Functions inherited from fcitx::TrackableObject< InputContextPropertyFactory >
 TrackableObject (const TrackableObject &)=delete
 
TrackableObjectReference< InputContextPropertyFactorywatch ()
 
TrackableObjectReference< const InputContextPropertyFactorywatch () const
 

Detailed Description

template<typename Ret>
class fcitx::LambdaInputContextPropertyFactory< Ret >

Definition at line 93 of file inputcontextproperty.h.


The documentation for this class was generated from the following file: