icon.h
1 /***************************************************************************
2  Copyright (C) 2002-2015 Kentaro Kitagawa
3  kitagawa@phys.s.u-tokyo.ac.jp
4 
5  This program is free software; you can redistribute it and/or
6  modify it under the terms of the GNU Library General Public
7  License as published by the Free Software Foundation; either
8  version 2 of the License, or (at your option) any later version.
9 
10  You should have received a copy of the GNU Library General
11  Public License and a list of authors along with this program;
12  see the files COPYING and AUTHORS.
13  ***************************************************************************/
14 #ifndef ICON_H
15 #define ICON_H
16 
17 class QPixmap;
18 
19 extern DECLSPEC_KAME QPixmap *g_pIconKame24x24;
20 extern DECLSPEC_KAME QPixmap *g_pIconKame;
21 extern DECLSPEC_KAME QPixmap *g_pIconInfo;
22 extern DECLSPEC_KAME QPixmap *g_pIconWarn;
23 extern DECLSPEC_KAME QPixmap *g_pIconError;
24 extern DECLSPEC_KAME QPixmap *g_pIconStop;
25 extern DECLSPEC_KAME QPixmap *g_pIconClose;
26 extern DECLSPEC_KAME QPixmap *g_pIconInterface;
27 extern DECLSPEC_KAME QPixmap *g_pIconDriver;
28 extern DECLSPEC_KAME QPixmap *g_pIconReader;
29 extern DECLSPEC_KAME QPixmap *g_pIconScalar;
30 extern DECLSPEC_KAME QPixmap *g_pIconGraph;
31 extern DECLSPEC_KAME QPixmap *g_pIconScript;
32 extern DECLSPEC_KAME QPixmap *g_pIconRoverT;
33 extern DECLSPEC_KAME QPixmap *g_pIconLEDOn;
34 extern DECLSPEC_KAME QPixmap *g_pIconLEDOff;
35 
36 void makeIcons();
37 
38 #endif

Generated for KAME4 by  doxygen 1.8.3