struct NETSize

Simple size class for NET classes. More...

Definition#include <netwm_def.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Members


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.

 NETSize ()

NETSize

Constructor to initialize this size to 0x0

int width

width

int height

height