OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:type_mouse_event
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/highgui/src/
window_QT.h
370
enum
type_mouse_event
{ mouse_up = 0, mouse_down = 1, mouse_dbclick = 2, mouse_move = 3 };
enum
456
void icvmouseHandler(QMouseEvent* event,
type_mouse_event
category, int& cv_event, int& flags);
557
void icvmouseHandler(QMouseEvent *event,
type_mouse_event
category, int &cv_event, int &flags);
window_QT.cpp
[
all
...]
Completed in 1192 milliseconds