#include <netwm_def.h>
Public Methods | |
| NETIcon () | |
Public Attributes | |
| NETSize | size |
| unsigned char * | data |
This class is a convenience class defining an icon of size width by height. The existence of this class is to keep the implementation from being dependant on a separate framework/library.
NETIcon is only used by the NET API. Usually QIcon is the appropriate class for representing an icon.
Definition at line 120 of file netwm_def.h.
|
|
Constructor to initialize this icon to 0x0 with data=0 Definition at line 124 of file netwm_def.h. References data. |
|
|
Image data for the icon. This is an array of 32bit packed CARDINAL ARGB with high byte being A, low byte being B. First two bytes are width, height. Data is in rows, left to right and top to bottom. Definition at line 138 of file netwm_def.h. Referenced by NETIcon(). |
|
|
Size of the icon.
Definition at line 131 of file netwm_def.h. |
1.2.18