mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 20:42:53 +08:00
Merge pull request #7604 from rokm:highgui-qt
This commit is contained in:
commit
d1bbc0b6e6
@ -414,7 +414,7 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
void icvmouseEvent(QMouseEvent* event, type_mouse_event category);
|
void icvmouseEvent(QMouseEvent* event, type_mouse_event category);
|
||||||
void icvmouseHandler(QMouseEvent* event, type_mouse_event category, int& cv_event, int& flags);
|
void icvmouseHandler(QMouseEvent* event, type_mouse_event category, int& cv_event, int& flags);
|
||||||
void icvmouseProcessing(QPointF pt, int cv_event, int flags);
|
virtual void icvmouseProcessing(QPointF pt, int cv_event, int flags);
|
||||||
|
|
||||||
CvMouseCallback mouseCallback;
|
CvMouseCallback mouseCallback;
|
||||||
void* mouseData;
|
void* mouseData;
|
||||||
|
Loading…
Reference in New Issue
Block a user