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:15
void loadCursors()
Definition: cursors.cpp:34
const QCursor & getCursor(CUSTOM_CURSOR_TYPE type)
Definition: cursors.cpp:52