AlbumShaper
1.0a3
src
gui
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
{
17
CROSS_CURSOR
= 0,
18
19
MOVE_SELECTION_CURSOR
,
20
MOVE_HOR_CURSOR
,
21
MOVE_VERT_CURSOR
,
22
MOVE_TL_CURSOR
,
23
MOVE_TR_CURSOR
,
24
25
SCALE_SELECTION_CURSOR
,
26
ROTATE_CURSOR
,
27
28
TARGET_CURSOR
,
29
30
DEFAULT_CURSOR
,
31
//-----------------
32
CUSTOM_CURSOR_COUNT
33
}
CUSTOM_CURSOR_TYPE
;
34
35
void
loadCursors
();
36
const
QCursor&
getCursor
(
CUSTOM_CURSOR_TYPE
type );
37
38
#endif //GUI_CURSORS_H
39
40
TARGET_CURSOR
Definition:
cursors.h:28
MOVE_VERT_CURSOR
Definition:
cursors.h:21
CUSTOM_CURSOR_TYPE
CUSTOM_CURSOR_TYPE
custom cursor types
Definition:
cursors.h:15
DEFAULT_CURSOR
Definition:
cursors.h:30
loadCursors
void loadCursors()
Definition:
cursors.cpp:34
MOVE_SELECTION_CURSOR
Definition:
cursors.h:19
getCursor
const QCursor & getCursor(CUSTOM_CURSOR_TYPE type)
Definition:
cursors.cpp:52
MOVE_HOR_CURSOR
Definition:
cursors.h:20
MOVE_TR_CURSOR
Definition:
cursors.h:23
SCALE_SELECTION_CURSOR
Definition:
cursors.h:25
CUSTOM_CURSOR_COUNT
Definition:
cursors.h:32
ROTATE_CURSOR
Definition:
cursors.h:26
MOVE_TL_CURSOR
Definition:
cursors.h:22
CROSS_CURSOR
Definition:
cursors.h:17
Generated by
1.8.12