Home
last modified time | relevance | path

Searched refs:KeyboardEvent (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/viz/src/vtk/
DvtkVizInteractorStyle.hpp90 … void registerKeyboardCallback(void (*callback)(const KeyboardEvent&, void*), void * cookie = 0);
145 void (*keyboardCallback_)(const KeyboardEvent&, void*);
DvtkVizInteractorStyle.cpp363 void cv::viz::vtkVizInteractorStyle::registerKeyboardCallback(void (*callback)(const KeyboardEvent&… in registerKeyboardCallback() argument
372 int modifiers = KeyboardEvent::NONE; in getModifiers()
375 modifiers |= KeyboardEvent::ALT; in getModifiers()
378 modifiers |= KeyboardEvent::CTRL; in getModifiers()
381 modifiers |= KeyboardEvent::SHIFT; in getModifiers()
471KeyboardEvent event(KeyboardEvent::KEY_DOWN, Interactor->GetKeySym(), Interactor->GetKeyCode(), ge… in OnKeyDown()
503KeyboardEvent event(KeyboardEvent::KEY_UP, Interactor->GetKeySym(), Interactor->GetKeyCode(), getM… in OnKeyUp()
/external/opencv3/modules/viz/src/
Dtypes.cpp51 cv::viz::KeyboardEvent::KeyboardEvent(Action _action, const String& _symbol, unsigned char _code, i… in KeyboardEvent() function in cv::viz::KeyboardEvent
/external/opencv3/modules/viz/include/opencv2/viz/
Dtypes.hpp212 class CV_EXPORTS KeyboardEvent class
225 KeyboardEvent(Action action, const String& symbol, unsigned char code, int modifiers);
Dviz3d.hpp71 typedef void (*KeyboardCallback)(const KeyboardEvent&, void*);