51 #ifndef __ctkCheckBoxPixmaps_h
52 #define __ctkCheckBoxPixmaps_h
60 #include "ctkWidgetsExport.h"
64 class ctkCheckBoxPixmapsPrivate;
73 typedef QObject Superclass;
85 const QPixmap&
pixmap(Qt::CheckState state,
bool active)
const;
89 inline const QPixmap& pixmap(
int state,
bool active)
const;
92 QScopedPointer<ctkCheckBoxPixmapsPrivate>
d_ptr;
101 return this->
pixmap(
static_cast<Qt::CheckState
>(state), active);
const QPixmap & pixmap(Qt::CheckState state, bool active) const
ctkCheckBoxPixmaps(QWidget *parent=0)
virtual ~ctkCheckBoxPixmaps()
QScopedPointer< ctkCheckBoxPixmapsPrivate > d_ptr