Searched refs:BInputServerMethod (Results 1 - 11 of 11) sorted by relevance

/haiku/src/servers/input/
H A DInputServerMethod.cpp38 * Method: BInputServerMethod::BInputServerMethod()
41 BInputServerMethod::BInputServerMethod(const char *name, function in class:BInputServerMethod
50 * Method: BInputServerMethod::~BInputServerMethod()
53 BInputServerMethod::~BInputServerMethod()
61 * Method: BInputServerMethod::MethodActivated()
65 BInputServerMethod
[all...]
H A DAddOnManager.h61 status_t _RegisterMethod(BInputServerMethod* method,
120 typedef struct add_on_info<BInputServerMethod> method_info;
H A DInputServer.h93 _BMethodAddOn_(BInputServerMethod *method, const char* name,
105 BInputServerMethod* fMethod;
113 class KeymapMethod : public BInputServerMethod {
151 void SetActiveMethod(BInputServerMethod* method);
234 BInputServerMethod* fActiveMethod;
H A DAddOnManager.cpp350 BInputServerMethod* method = instantiate_add_on<BInputServerMethod>(
401 BInputServerMethod* method = NULL;
517 AddOnManager::_RegisterMethod(BInputServerMethod* method, const entry_ref& ref,
904 BInputServerMethod* method
905 = (BInputServerMethod*)InputServer::gInputMethodList.ItemAt(i);
H A DInputServer.cpp615 BInputServerMethod* method
616 = (BInputServerMethod*)InputServer::gInputMethodList.ItemAt(i);
1143 BInputServerMethod *method = &gKeymapMethod;
1146 method = (BInputServerMethod *)gInputMethodList.ItemAt(index);
1156 InputServer::SetActiveMethod(BInputServerMethod* method)
/haiku/headers/os/add-ons/input_server/
H A DInputServerMethod.h18 class BInputServerMethod : public BInputServerFilter { class in inherits:BInputServerFilter
20 BInputServerMethod(const char* name,
22 virtual ~BInputServerMethod();
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputServerMethod.h21 extern "C" _EXPORT BInputServerMethod* instantiate_input_method();
23 class PenInputServerMethod : public BInputServerMethod
H A DPenInputServerMethod.cpp40 BInputServerMethod* instantiate_input_method()
48 : BInputServerMethod("Pen", PenIconData),
/haiku/src/add-ons/input_server/methods/t9/
H A DDictionaryInputServerMethod.h21 class DictionaryInputServerMethod : public BInputServerMethod
H A DDictionaryInputServerMethod.cpp32 extern "C" _EXPORT BInputServerMethod* instantiate_input_method();
44 class T9InputServerMethod : public BInputServerMethod, public BHandler
67 BInputServerMethod* instantiate_input_method()
75 : BInputServerMethod("T9", T9IconData),
161 return BInputServerMethod::MethodActivated(active);
H A DT9InputServerMethod.cpp33 extern "C" _EXPORT BInputServerMethod* instantiate_input_method();
45 class T9InputServerMethod : public BInputServerMethod, public BHandler
68 BInputServerMethod* instantiate_input_method()
76 : BInputServerMethod("T9", T9IconData),
162 return BInputServerMethod::MethodActivated(active);

Completed in 73 milliseconds