62 #ifndef _MIRA_WIDGETRESIZEHANDLER_H_ 63 #define _MIRA_WIDGETRESIZEHANDLER_H_ 117 TopLeft, BottomRight, BottomLeft, TopRight,
118 Top, Bottom, Left, Right,
123 QWidget *childWidget;
125 QPoint invertedMoveOffset;
131 uint moveResizeMode :1;
132 uint activeForResize :1;
134 uint movingEnabled :1;
135 uint activeForMove :1;
137 void setMouseCursor(MousePosition m);
138 bool isMove()
const {
139 return moveResizeMode && mode == Center;
141 bool isResize()
const {
142 return moveResizeMode && !isMove();
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67