#include <qpixmap.h>
Go to the source code of this file.
Defines | |
#define | ZPIXMAP(x) ( small_display_p() ? small_pixmap( ( x ) ) : QPixmap( ( x ) ) ) |
#define | ZSMALLDISPLAY small_display_p() |
Functions | |
int | small_display_p () |
QPixmap | small_pixmap (const char *xpm[]) |
Variables | |
int | small_display_cache |
#define ZPIXMAP | ( | x | ) | ( small_display_p() ? small_pixmap( ( x ) ) : QPixmap( ( x ) ) ) |
int small_display_p | ( | ) |
Definition at line 7 of file PixMap.cpp.
QPixmap small_pixmap | ( | const char * | xpm[] | ) |
Definition at line 15 of file PixMap.cpp.
Definition at line 5 of file PixMap.cpp.