PixMap.h

Go to the documentation of this file.
00001 #ifndef ZPIXMAP_H
00002 #define ZPIXMAP_H
00003 #include <qpixmap.h>
00004 
00005 #define ZPIXMAP( x ) ( small_display_p() ? small_pixmap( ( x ) ) : QPixmap( ( x ) ) )
00006 #define ZSMALLDISPLAY small_display_p()
00007 
00008 extern int small_display_cache;
00009 extern int small_display_p();
00010 extern QPixmap small_pixmap( const char* xpm[] );
00011 
00012 #endif

Generated on Sun Mar 1 17:30:47 2009 for toMOTko by  doxygen 1.5.6