Quantum GIS API Documentation
1.7.4
|
00001 /*************************************************************************** 00002 qgscursors.h 00003 00004 ------------------- 00005 begin : 2007 00006 copyright : (C) 2007 by Gary E. Sherman 00007 email : sherman@mrcc.com 00008 ***************************************************************************/ 00009 00010 /*************************************************************************** 00011 * * 00012 * This program is free software; you can redistribute it and/or modify * 00013 * it under the terms of the GNU General Public License as published by * 00014 * the Free Software Foundation; either version 2 of the License, or * 00015 * (at your option) any later version. * 00016 * * 00017 ***************************************************************************/ 00018 #ifndef QGSCURSORS_H 00019 #define QGSCURSORS_H 00020 00024 extern GUI_EXPORT const char *zoom_in[]; 00025 extern GUI_EXPORT const char *zoom_out[]; 00026 00027 extern GUI_EXPORT const unsigned char pan_bits[]; 00028 extern GUI_EXPORT const unsigned char pan_mask_bits[]; 00029 00030 extern GUI_EXPORT const char *capture_point_cursor[]; 00031 extern GUI_EXPORT const char *select_cursor[]; 00032 extern GUI_EXPORT const char *identify_cursor[]; 00033 extern GUI_EXPORT const char *cross_hair_cursor[]; 00034 00035 #endif 00036