QGIS API Documentation  2.8.2-Wien
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 extern GUI_EXPORT const char *sampler_cursor[];
35 
36 #endif
37