org.kde.qt
Class QIconSet
java.lang.Object
org.kde.qt.QIconSet
- All Implemented Interfaces:
- QtSupport
public class QIconSet
- extends java.lang.Object
- implements QtSupport
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)
|
boolean |
isGenerated(int size,
int mode,
int state)
|
boolean |
isNull()
|
QPixmap |
pixmap()
|
QPixmap |
pixmap(int size,
boolean enabled)
|
QPixmap |
pixmap(int size,
boolean enabled,
int state)
|
QPixmap |
pixmap(int size,
int mode)
|
QPixmap |
pixmap(int size,
int mode,
int state)
|
void |
reset(QPixmap pixmap,
int size)
|
static void |
setIconSize(int which,
QSize size)
|
void |
setPixmap(QPixmap pixmap,
int size)
|
void |
setPixmap(QPixmap pixmap,
int size,
int mode)
|
void |
setPixmap(QPixmap pixmap,
int size,
int mode,
int state)
|
void |
setPixmap(java.lang.String fileName,
int size)
|
void |
setPixmap(java.lang.String fileName,
int size,
int mode)
|
void |
setPixmap(java.lang.String fileName,
int size,
int mode,
int state)
|
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Automatic
public static final int Automatic
- See Also:
- Constant Field Values
Small
public static final int Small
- See Also:
- Constant Field Values
Large
public static final int Large
- See Also:
- Constant Field Values
Normal
public static final int Normal
- See Also:
- Constant Field Values
Disabled
public static final int Disabled
- See Also:
- Constant Field Values
Active
public static final int Active
- See Also:
- Constant Field Values
On
public static final int On
- See Also:
- Constant Field Values
Off
public static final int Off
- See Also:
- Constant Field Values
QIconSet
protected QIconSet(java.lang.Class dummy)
QIconSet
public QIconSet()
QIconSet
public QIconSet(QPixmap pixmap,
int size)
QIconSet
public QIconSet(QPixmap pixmap)
QIconSet
public QIconSet(QPixmap smallPix,
QPixmap largePix)
QIconSet
public QIconSet(QIconSet other)
reset
public void reset(QPixmap pixmap,
int size)
setPixmap
public void setPixmap(QPixmap pixmap,
int size,
int mode,
int state)
setPixmap
public void setPixmap(QPixmap pixmap,
int size,
int mode)
setPixmap
public void setPixmap(QPixmap pixmap,
int size)
setPixmap
public void setPixmap(java.lang.String fileName,
int size,
int mode,
int state)
setPixmap
public void setPixmap(java.lang.String fileName,
int size,
int mode)
setPixmap
public void setPixmap(java.lang.String fileName,
int size)
pixmap
public QPixmap pixmap(int size,
int mode,
int state)
pixmap
public QPixmap pixmap(int size,
int mode)
pixmap
public QPixmap pixmap(int size,
boolean enabled,
int state)
pixmap
public QPixmap pixmap(int size,
boolean enabled)
pixmap
public QPixmap pixmap()
isGenerated
public boolean isGenerated(int size,
int mode,
int state)
isGenerated
public boolean isGenerated(int size,
int mode)
clearGenerated
public void clearGenerated()
isNull
public boolean isNull()
detach
public void detach()
setIconSize
public static void setIconSize(int which,
QSize size)
iconSize
public static QSize iconSize(int which)
finalize
protected void finalize()
throws java.lang.InternalError
- Deletes the wrapped C++ instance
- Overrides:
finalize
in class java.lang.Object
- Throws:
java.lang.InternalError
dispose
public void dispose()
- Delete the wrapped C++ instance ahead of finalize()
isDisposed
public boolean isDisposed()
- Has the wrapped C++ instance been deleted?