|
void | slotClearActiveSelection () |
|
void | slotClearHighlight () |
| This function removes the highlight area.
|
|
void | slotSetHighlightArea (float tl_x, float tl_y, float br_x, float br_y) |
| This function is used to darken everything except what is inside the given area.
|
|
void | slotSetHighlightShown (int percentage, const QColor &highLightColor=Qt::white) |
| This function sets the percentage of the highlighted area that is visible.
|
|
void | slotSetSelection (float tl_x, float tl_y, float br_x, float br_y) |
| This function is used to set a selection without the user setting it.
|
|
void | slotZoom2Fit () |
|
void | slotZoomIn () |
|
void | slotZoomOut () |
|
|
void | slotSetTLX (float ratio) |
| Selection area specific slots (TL = TopLeft, BR = BottomRight)
|
|
void | slotSetTLY (float ratio) |
|
void | slotSetBRX (float ratio) |
|
void | slotSetBRY (float ratio) |
|
|
void | enterEvent (QEnterEvent *) override |
|
bool | eventFilter (QObject *, QEvent *) override |
|
void | leaveEvent (QEvent *) override |
|
void | mouseMoveEvent (QMouseEvent *) override |
|
void | mousePressEvent (QMouseEvent *) override |
|
void | mouseReleaseEvent (QMouseEvent *) override |
|
void | resizeEvent (QResizeEvent *) override |
|
void | updateHighlight () |
|
void | updateSelVisibility () |
|
void | wheelEvent (QWheelEvent *) override |
|