xoreos  0.0.5
Public Member Functions | Public Attributes | List of all members
Common::Rect Class Reference

#include <rect.h>

Public Member Functions

 Rect ()
 
bool empty () const
 

Public Attributes

double x
 
double y
 
double w
 
double h
 

Detailed Description

Definition at line 30 of file rect.h.

Constructor & Destructor Documentation

◆ Rect()

Common::Rect::Rect ( )

Definition at line 29 of file rect.cpp.

Member Function Documentation

◆ empty()

bool Common::Rect::empty ( ) const

Definition at line 32 of file rect.cpp.

References h, and w.

Member Data Documentation

◆ h

double Common::Rect::h

Definition at line 37 of file rect.h.

Referenced by empty(), and Aurora::GFXFile::readRectangle().

◆ w

double Common::Rect::w

Definition at line 37 of file rect.h.

Referenced by empty(), and Aurora::GFXFile::readRectangle().

◆ x

double Common::Rect::x

Definition at line 36 of file rect.h.

Referenced by Aurora::GFXFile::readRectangle().

◆ y

double Common::Rect::y

Definition at line 36 of file rect.h.

Referenced by Aurora::GFXFile::readRectangle().


The documentation for this class was generated from the following files: