Fixed Windows build with wx3.0rc1
[amule.git] / src / utils / wxCas / src / wxcaspix.h
blob90b96a4bd366bec3ffbed1d6ca8731ff06e81c7c
1 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2 /// Name: WxCasPix Class
3 ///
4 /// Purpose: Monitor aMule Online Statistics by reading amulesig.dat file
5 ///
6 /// Author: ThePolish <thepolish@vipmail.ru>
7 ///
8 /// Copyright (c) 2004-2011 ThePolish ( thepolish@vipmail.ru )
9 ///
10 /// Derived from CAS by Pedro de Oliveira <falso@rdk.homeip.net>
11 ///
12 /// Pixmaps from aMule http://www.amule.org
13 ///
14 /// This program is free software; you can redistribute it and/or modify
15 /// it under the terms of the GNU General Public License as published by
16 /// the Free Software Foundation; either version 2 of the License, or
17 /// (at your option) any later version.
18 ///
19 /// This program is distributed in the hope that it will be useful,
20 /// but WITHOUT ANY WARRANTY; without even the implied warranty of
21 /// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 /// GNU General Public License for more details.
23 ///
24 /// You should have received a copy of the GNU General Public License
25 /// along with this program; if not, write to the
26 /// Free Software Foundation, Inc.,
27 /// 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
28 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
30 #ifndef _WXCASPIX_H
31 #define _WXCASPIX_H
34 #include <wx/bitmap.h>
36 class WxCasPix
38 private:
39 static const char *m_about_xpm[];
40 static const char *m_prefs_xpm[];
41 static const char *m_print_xpm[];
42 static const char *m_refresh_xpm[];
43 static const char *m_save_xpm[];
44 static const char *m_stat_xpm[];
45 static const char *m_stop_xpm[];
46 #ifndef __WINDOWS__
47 static const char *m_wxcas_xpm[];
48 #endif
50 public:
51 static wxBitmap getPixmap( const wxString& name );
54 #endif /* _WXCASPIX_H */
55 // File_checked_for_headers