class KIcon
|
One icon as found by KIconTheme. More... |
|
|
Public Types
- enum Context {Any, Action, Application, Device, FileSystem, MimeType }
- enum Types {Fixed, Scalable }
- enum MatchType {MatchExact, MatchBest }
- enum Group {NoGroup=-1, Desktop=0, Toolbar, MainToolbar, Small, LastGroup, User }
- enum StdSizes {SizeSmall=16, SizeMedium=32, SizeLarge=48 }
- enum States {DefaultState, ActiveState, DisabledState, LastState }
- enum Overlays {LockOverlay=0x100, ZipOverlay=0x200, LinkOverlay=0x400, OverlayMask = ~0xff }
Public Methods
Public Members
Detailed Description
One icon as found by KIconTheme. Also serves as a namespace containing
icon related constants.
[const]
Return true if this icon is valid, false otherwise.
enum Context {Any, Action, Application, Device, FileSystem, MimeType }
|
enum Types {Fixed, Scalable }
|
enum MatchType {MatchExact, MatchBest }
|
enum Group {NoGroup=-1, Desktop=0, Toolbar, MainToolbar, Small, LastGroup, User }
|
enum StdSizes {SizeSmall=16, SizeMedium=32, SizeLarge=48 }
|
enum States {DefaultState, ActiveState, DisabledState, LastState }
|
enum Overlays {LockOverlay=0x100, ZipOverlay=0x200, LinkOverlay=0x400, OverlayMask = ~0xff }
|
The size in pixels of the icon.
The context of the icon.
The type of the icon: Fixed or Scalable.
The full path of the icon.
Generated by: prospector@porky.devel.redhat.com on Thu Aug 24 05:35:47 2000, using kdoc 2.0a36. |