Public Member Functions | Public Attributes

WindowSize Struct Reference

Window size and position. More...

#include <def.h>

List of all members.

Public Member Functions

WindowSizeoperator= (const WindowSize &other)
bool operator== (const WindowSize &other)
bool operator!= (const WindowSize &other)

Public Attributes

union {
   struct {
      int   x
      int   y
      int   width
      int   height
   } 
   int   size [4]
}; 

Detailed Description

Window size and position.

Definition at line 42 of file def.h.


Member Function Documentation

bool WindowSize::operator!= ( const WindowSize other  )  [inline]

Definition at line 53 of file def.h.

WindowSize& WindowSize::operator= ( const WindowSize other  )  [inline]

Definition at line 47 of file def.h.

bool WindowSize::operator== ( const WindowSize other  )  [inline]

Definition at line 50 of file def.h.


Member Data Documentation

union { ... }

Definition at line 44 of file def.h.

Definition at line 45 of file def.h.

Definition at line 44 of file def.h.

Definition at line 44 of file def.h.

Definition at line 44 of file def.h.


The documentation for this struct was generated from the following file: