46 bool isNull() {
return m_pPix == 0; };
47 bool load(
const char * path);
48 bool load(
const QString & path);
49 const QString &
path()
const {
return m_szPath; };
50 QPixmap *
pixmap()
const {
return m_pPix; };
51 void set(
const QPixmap & pix,
const QString & szPath);
56 #endif //_KVI_PIXMAP_H_
QPixmap * m_pPix
Definition: KviPixmap.h:42
QString m_szPath
Definition: KviPixmap.h:43
Definition: KviPixmap.h:33
const QString & path() const
Definition: KviPixmap.h:49
QPixmap * pixmap() const
Definition: KviPixmap.h:50
bool isNull()
Definition: KviPixmap.h:46
void set(void *dst_ptr, char c, int len)
Initializes len bytes of memory starting from dst_ptr to c.
Definition: KviMemory.h:152
This file contains compile time settings.
#define KVILIB_API
Definition: kvi_settings.h:125