AlbumShaper  1.0a3
cursors.h
Go to the documentation of this file.
1 //==============================================
2 // copyright : (C) 2003-2005 by Will Stokes
3 //==============================================
4 // This program is free software; you can redistribute it
5 // and/or modify it under the terms of the GNU General
6 // Public License as published by the Free Software
7 // Foundation; either version 2 of the License, or
8 // (at your option) any later version.
9 //==============================================
10 
11 #ifndef GUI_CURSORS_H
12 #define GUI_CURSORS_H
13 
15 typedef enum
16 {
18 
24 
27 
29 
31  //-----------------
34 
35 void loadCursors();
36 const QCursor& getCursor( CUSTOM_CURSOR_TYPE type );
37 
38 #endif //GUI_CURSORS_H
39 
40 
CUSTOM_CURSOR_TYPE
custom cursor types
Definition: cursors.h:16
@ SCALE_SELECTION_CURSOR
Definition: cursors.h:25
@ MOVE_TR_CURSOR
Definition: cursors.h:23
@ DEFAULT_CURSOR
Definition: cursors.h:30
@ ROTATE_CURSOR
Definition: cursors.h:26
@ MOVE_VERT_CURSOR
Definition: cursors.h:21
@ TARGET_CURSOR
Definition: cursors.h:28
@ MOVE_HOR_CURSOR
Definition: cursors.h:20
@ CUSTOM_CURSOR_COUNT
Definition: cursors.h:32
@ MOVE_TL_CURSOR
Definition: cursors.h:22
@ CROSS_CURSOR
Definition: cursors.h:17
@ MOVE_SELECTION_CURSOR
Definition: cursors.h:19
void loadCursors()
Definition: cursors.cpp:34
const QCursor & getCursor(CUSTOM_CURSOR_TYPE type)
Definition: cursors.cpp:52