supertux
Public Member Functions | Public Attributes | List of all members
Size Class Referencefinal

Public Member Functions

 Size (int width_, int height_)
 
 Size (const Size &rhs)=default
 
Sizeoperator= (const Size &rhs)=default
 
 Size (const Sizef &rhs)
 
Sizeoperator*= (int factor)
 
Sizeoperator/= (int divisor)
 
Sizeoperator+= (const Size &rhs)
 
Sizeoperator-= (const Size &rhs)
 
bool is_valid () const
 

Public Attributes

int width
 
int height
 

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