FX::FXSize Class Reference

#include <FXSize.h>

List of all members.


Detailed Description

Size.

Definition at line 32 of file FXSize.h.

Public Member Functions

 FXSize ()
 FXSize (const FXSize &s)
 FXSize (FXshort ww, FXshort hh)
bool empty () const
bool operator! () const
bool operator== (const FXSize &s) const
bool operator!= (const FXSize &s) const
FXSizegrow (FXshort margin)
FXSizegrow (FXshort hormargin, FXshort vermargin)
FXSizegrow (FXshort leftmargin, FXshort rightmargin, FXshort topmargin, FXshort bottommargin)
FXSizeshrink (FXshort margin)
FXSizeshrink (FXshort hormargin, FXshort vermargin)
FXSizeshrink (FXshort leftmargin, FXshort rightmargin, FXshort topmargin, FXshort bottommargin)
FXSizeoperator= (const FXSize &s)
FXSizeset (const FXSize &s)
FXSizeset (FXshort ww, FXshort hh)
FXSizeoperator+= (const FXSize &s)
FXSizeoperator-= (const FXSize &s)
FXSizeoperator *= (FXshort c)
FXSizeoperator/= (FXshort c)
FXSize operator- ()
FXSize operator+ (const FXSize &s) const
FXSize operator- (const FXSize &s) const

Public Attributes

FXshort w
FXshort h

Friends

FXSize operator * (const FXSize &s, FXshort c)
FXSize operator * (FXshort c, const FXSize &s)
FXSize operator/ (const FXSize &s, FXshort c)
FXSize operator/ (FXshort c, const FXSize &s)
FXAPI FXStreamoperator<< (FXStream &store, const FXSize &s)
FXAPI FXStreamoperator>> (FXStream &store, FXSize &s)


The documentation for this class was generated from the following file:
(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:36:18 2009 for TnFOX by doxygen v1.4.7