global Namespace Reference
from PyKDE4.kdeui import *
Detailed Description
Class Index
Enumerations | |
KColorChooserMode | { ChooserClassic, ChooserHue, ChooserSaturation, ChooserValue, ChooserRed, ChooserGreen, ChooserBlue } |
Functions | |
QPixmap | BarIcon (QString name, int size=0, int state=KIconLoader.DefaultState, QStringList overlays=QStringList()) |
QIcon | BarIconSet (QString name, int size=0) |
QPixmap | DesktopIcon (QString name, int size=0, int state=KIconLoader.DefaultState, QStringList overlays=QStringList()) |
QIcon | DesktopIconSet (QString name, int size=0) |
int | IconSize (KIconLoader.Group group) |
QPixmap | MainBarIcon (QString name, int size=0, int state=KIconLoader.DefaultState, QStringList overlays=QStringList()) |
QIcon | MainBarIconSet (QString name, int size=0) |
QPixmap | SmallIcon (QString name, int size=0, int state=KIconLoader.DefaultState, QStringList overlays=QStringList()) |
QIcon | SmallIconSet (QString name, int size=0) |
QPixmap | UserIcon (QString name, int state=KIconLoader.DefaultState, QStringList overlays=QStringList()) |
QIcon | UserIconSet (QString name) |
long | qHash (int a0) |
long | qHash (KShapeGesture key) |
long | qHash (KRockerGesture key) |
long | qHash (int a0) |
long | qHash (KShortcut key) |
long | qHash (QKeySequence key) |
Enumeration Documentation
KColorChooserMode |
- Enumerator:
-
ChooserClassic = 0x0000 ChooserHue = 0x0001 ChooserSaturation = 0x0002 ChooserValue = 0x0003 ChooserRed = 0x0004 ChooserGreen = 0x0005 ChooserBlue = 0x0006
Function Documentation
QPixmap BarIcon | ( | QString | name, | |
int | size=0, | |||
int | state=KIconLoader.DefaultState, | |||
QStringList | overlays=QStringList() | |||
) |
Load a toolbar icon.
Load a toolbar icon, and apply the necessary effects to get an IconSet.
- Deprecated:
- use KIcon(name) or KIcon(name,componentData.iconLoader()) instead
QPixmap DesktopIcon | ( | QString | name, | |
int | size=0, | |||
int | state=KIconLoader.DefaultState, | |||
QStringList | overlays=QStringList() | |||
) |
Load a desktop icon, and apply the necessary effects to get an IconSet.
- Deprecated:
- use KIcon(name) or KIcon(name,componentData.iconLoader()) instead
int IconSize | ( | KIconLoader.Group | group | |
) |
Returns the current icon size for a specific group.
QPixmap MainBarIcon | ( | QString | name, | |
int | size=0, | |||
int | state=KIconLoader.DefaultState, | |||
QStringList | overlays=QStringList() | |||
) |
Load a main toolbar icon.
Load a main toolbar icon, and apply the effects to get an IconSet.
- Deprecated:
- use KIcon(name) or KIcon(name,componentData.iconLoader()) instead
QPixmap SmallIcon | ( | QString | name, | |
int | size=0, | |||
int | state=KIconLoader.DefaultState, | |||
QStringList | overlays=QStringList() | |||
) |
Load a small icon.
Load a small icon, and apply the necessary effects to get an IconSet.
- Deprecated:
- use KIcon(name) or KIcon(name,componentData.iconLoader()) instead
QPixmap UserIcon | ( | QString | name, | |
int | state=KIconLoader.DefaultState, | |||
QStringList | overlays=QStringList() | |||
) |
Load a user icon. User icons are searched in $appdir/pics.
Load a user icon, and apply the effects to get an IconSet.
- Deprecated:
- use KIcon(name) or KIcon(name,componentData.iconLoader()) instead
long qHash | ( | int | a0 | |
) |
long qHash | ( | KShapeGesture | key | |
) |
long qHash | ( | KRockerGesture | key | |
) |
long qHash | ( | int | a0 | |
) |
long qHash | ( | KShortcut | key | |
) |
long qHash | ( | QKeySequence | key | |
) |