|
@@ -117,12 +117,12 @@ protected:
|
|
|
|
|
|
|
|
void set_current_regions(VRegions ®ions);
|
|
void set_current_regions(VRegions ®ions);
|
|
|
void clear_current_regions();
|
|
void clear_current_regions();
|
|
|
- static void intersect_regions(MouseWatcher::VRegions &result,
|
|
|
|
|
- const MouseWatcher::VRegions ®ions_a,
|
|
|
|
|
- const MouseWatcher::VRegions ®ions_b);
|
|
|
|
|
- static void remove_region_from(MouseWatcher::VRegions ®ions,
|
|
|
|
|
|
|
+ static void intersect_regions(qpMouseWatcher::VRegions &result,
|
|
|
|
|
+ const qpMouseWatcher::VRegions ®ions_a,
|
|
|
|
|
+ const qpMouseWatcher::VRegions ®ions_b);
|
|
|
|
|
+ static void remove_region_from(qpMouseWatcher::VRegions ®ions,
|
|
|
MouseWatcherRegion *region);
|
|
MouseWatcherRegion *region);
|
|
|
- static void remove_regions_from(MouseWatcher::VRegions ®ions,
|
|
|
|
|
|
|
+ static void remove_regions_from(qpMouseWatcher::VRegions ®ions,
|
|
|
MouseWatcherGroup *group);
|
|
MouseWatcherGroup *group);
|
|
|
|
|
|
|
|
|
|
|