QGIS API Documentation
2.0.1-Dufour
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
src
gui
qgscursors.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgscursors.h
3
4
-------------------
5
begin : 2007
6
copyright : (C) 2007 by Gary E. Sherman
7
email :
[email protected]
8
***************************************************************************/
9
10
/***************************************************************************
11
* *
12
* This program is free software; you can redistribute it and/or modify *
13
* it under the terms of the GNU General Public License as published by *
14
* the Free Software Foundation; either version 2 of the License, or *
15
* (at your option) any later version. *
16
* *
17
***************************************************************************/
18
#ifndef QGSCURSORS_H
19
#define QGSCURSORS_H
20
24
extern
GUI_EXPORT
const
char
*
zoom_in
[];
25
extern
GUI_EXPORT
const
char
*
zoom_out
[];
26
27
extern
GUI_EXPORT
const
unsigned
char
pan_bits
[];
28
extern
GUI_EXPORT
const
unsigned
char
pan_mask_bits
[];
29
30
extern
GUI_EXPORT
const
char
*
capture_point_cursor
[];
31
extern
GUI_EXPORT
const
char
*
select_cursor
[];
32
extern
GUI_EXPORT
const
char
*
identify_cursor
[];
33
extern
GUI_EXPORT
const
char
*
cross_hair_cursor
[];
34
35
#endif
36
Generated on Tue Sep 24 2013 14:41:48 for QGIS API Documentation by
1.8.1.2