|
AlbumShaper 1.0a3
|
#include <qcursor.h>#include <qpixmap.h>#include "cursors.h"#include "../../resources/cursors/crossCursor.xpm"#include "../../resources/cursors/moveSelectionCursor.xpm"#include "../../resources/cursors/moveHorCursor.xpm"#include "../../resources/cursors/moveVertCursor.xpm"#include "../../resources/cursors/moveTLCursor.xpm"#include "../../resources/cursors/moveTRCursor.xpm"#include "../../resources/cursors/scaleSelectionCursor.xpm"#include "../../resources/cursors/rotateCursor.xpm"#include "../../resources/cursors/targetCursor.xpm"
Go to the source code of this file.
Functions | |
| void | loadCursors () |
| const QCursor & | getCursor (CUSTOM_CURSOR_TYPE type) |
Variables | |
| QCursor ** | customCursors = new QCursor*[CUSTOM_CURSOR_COUNT] |
| const QCursor & getCursor | ( | CUSTOM_CURSOR_TYPE | type | ) |
Definition at line 52 of file cursors.cpp.
References CUSTOM_CURSOR_COUNT, customCursors, and DEFAULT_CURSOR.
Referenced by HistogramInterface::HistogramInterface(), HistogramInterface::mouseMoveEvent(), SelectionPlacementInterface::mouseMoveEvent(), SplitViewInterface::mouseMoveEvent(), SelectionPlacementInterface::mousePressEvent(), HistogramInterface::mouseReleaseEvent(), and SelectionInterface::updateCursorShape().
| void loadCursors | ( | ) |
Definition at line 34 of file cursors.cpp.
References CROSS_CURSOR, customCursors, DEFAULT_CURSOR, MOVE_HOR_CURSOR, MOVE_SELECTION_CURSOR, MOVE_TL_CURSOR, MOVE_TR_CURSOR, MOVE_VERT_CURSOR, ROTATE_CURSOR, SCALE_SELECTION_CURSOR, and TARGET_CURSOR.
Referenced by main().
| QCursor** customCursors = new QCursor*[CUSTOM_CURSOR_COUNT] |
Definition at line 32 of file cursors.cpp.
Referenced by getCursor(), and loadCursors().