org.kde.qt
public class QIconSet extends Object implements QtSupport
Field Summary | |
---|---|
static int | Active |
static int | Automatic |
static int | Disabled |
static int | Large |
static int | Normal |
static int | Off |
static int | On |
static int | Small |
Constructor Summary | |
---|---|
protected | QIconSet(Class dummy) |
QIconSet() | |
QIconSet(QPixmap pixmap, int size) | |
QIconSet(QPixmap pixmap) | |
QIconSet(QPixmap smallPix, QPixmap largePix) | |
QIconSet(QIconSet other) |
Method Summary | |
---|---|
void | clearGenerated() |
void | detach() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
static QSize | iconSize(int which) |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isGenerated(int size, int mode, int state) |
boolean | isGenerated(int size, int mode) |
boolean | isNull() |
QPixmap | pixmap(int size, int mode, int state) |
QPixmap | pixmap(int size, int mode) |
QPixmap | pixmap(int size, boolean enabled, int state) |
QPixmap | pixmap(int size, boolean enabled) |
QPixmap | pixmap() |
void | reset(QPixmap pixmap, int size) |
static void | setIconSize(int which, QSize size) |
void | setPixmap(QPixmap pixmap, int size, int mode, int state) |
void | setPixmap(QPixmap pixmap, int size, int mode) |
void | setPixmap(QPixmap pixmap, int size) |
void | setPixmap(String fileName, int size, int mode, int state) |
void | setPixmap(String fileName, int size, int mode) |
void | setPixmap(String fileName, int size) |