NETSize Struct Reference
Simple size class for NET classes. More...
#include <netwm_def.h>
Public Member Functions | |
NETSize () | |
Public Attributes | |
int | width |
int | height |
Detailed Description
Simple size class for NET classes.This class is a convenience class defining a size width by height. The existence of this class is to keep the implementation from being dependant on a separate framework/library.
NETSize is only used by the NET API. Usually QSize is the appropriate class for representing a size.
- Author:
- Bradley T. Hughes <bhughes@trolltech.com>
Definition at line 71 of file netwm_def.h.
Constructor & Destructor Documentation
|
Constructor to initialize this size to 0x0.
Definition at line 75 of file netwm_def.h. |
Member Data Documentation
|
Width.
Definition at line 81 of file netwm_def.h. Referenced by NETRootInfo::event(), NETWinInfo::icon(), NETWinInfo::kdeGeometry(), NETRootInfo::setDesktopGeometry(), NETWinInfo::setIcon(), NETWinInfo::setIconGeometry(), and NETRootInfo::setWorkArea(). |
|
Width. Height.
Definition at line 81 of file netwm_def.h. Referenced by NETRootInfo::event(), NETWinInfo::icon(), NETWinInfo::kdeGeometry(), NETRootInfo::setDesktopGeometry(), NETWinInfo::setIcon(), NETWinInfo::setIconGeometry(), and NETRootInfo::setWorkArea(). |
The documentation for this struct was generated from the following file: