NETPoint Struct Reference
Simple point class for NET classes. More...
#include <netwm_def.h>
Public Member Functions | |
NETPoint () | |
Public Attributes | |
int | x |
int | y |
Detailed Description
Simple point class for NET classes.This class is a convenience class defining a point x, y. The existence of this class is to keep the implementation from being dependant on a separate framework/library.
NETPoint is only used by the NET API. Usually QPoint is the appropriate class for representing a point.
- Author:
- Bradley T. Hughes <bhughes@trolltech.com>
Definition at line 44 of file netwm_def.h.
Constructor & Destructor Documentation
|
Constructor to initialize this point to 0,0.
Definition at line 48 of file netwm_def.h. |
Member Data Documentation
|
x coordinate.
Definition at line 54 of file netwm_def.h. Referenced by NETRootInfo::event(), KWin::info(), NETWinInfo::kdeGeometry(), NETRootInfo::setDesktopViewport(), NETWinInfo::setIconGeometry(), NETRootInfo::setWorkArea(), and KWinModule::workArea(). |
|
x coordinate. y coordinate
Definition at line 54 of file netwm_def.h. Referenced by NETRootInfo::event(), KWin::info(), NETWinInfo::kdeGeometry(), NETRootInfo::setDesktopViewport(), NETWinInfo::setIconGeometry(), NETRootInfo::setWorkArea(), and KWinModule::workArea(). |
The documentation for this struct was generated from the following file: