QGIS API Documentation
2.8.2-Wien
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 : sherman@mrcc.com
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
extern
GUI_EXPORT
const
char
*
sampler_cursor
[];
35
36
#endif
37
Generated on Sun May 10 2015 16:33:26 for QGIS API Documentation by
1.8.1.2