Dillo
Classes | Public Member Functions | Public Attributes | List of all members
dw::oof::OOFFloatsMgr::Float Class Reference

Classes

class  CompareGBAndExtIndex
 
class  ComparePosition
 
class  CompareSideSpanningIndex
 

Public Member Functions

 Float (OOFFloatsMgr *oofm, core::Widget *widget, OOFAwareWidget *generatingBlock, int externalIndex)
 
void intoStringBuffer (lout::misc::StringBuffer *sb)
 Store a textual representation of the object in a misc::StringBuffer. More...
 
bool covers (int y, int h)
 
- Public Member Functions inherited from dw::oof::OOFFloatsMgr::WidgetInfo
 WidgetInfo (OOFFloatsMgr *oofm, core::Widget *widget)
 
core::WidgetgetWidget ()
 
- Public Member Functions inherited from lout::object::Object
virtual ~Object ()
 The destructor is defined as virtual (but not abstract), so that destruction of Object's works properly. More...
 
virtual bool equals (Object *other)
 Returns, whether two objects are equal. More...
 
virtual int hashValue ()
 Return a hash value for the object. More...
 
virtual Objectclone ()
 Return an exact copy of the object. More...
 
const char * toString ()
 Use object::Object::intoStringBuffer to return a textual representation of the object. More...
 
virtual size_t sizeOf ()
 Return the number of bytes, this object totally uses. More...
 

Public Attributes

OOFAwareWidgetgenerator
 
int externalIndex
 
int index
 
int yReq
 
int yReal
 
int sideSpanningIndex
 
core::Requisition size
 
bool dirty
 

Additional Inherited Members

- Protected Member Functions inherited from dw::oof::OOFFloatsMgr::WidgetInfo
OOFFloatsMgrgetOOFFloatsMgr ()
 

Constructor & Destructor Documentation

dw::oof::OOFFloatsMgr::Float::Float ( OOFFloatsMgr oofm,
core::Widget widget,
OOFAwareWidget generatingBlock,
int  externalIndex 
)

Member Function Documentation

bool dw::oof::OOFFloatsMgr::Float::covers ( int  y,
int  h 
)

y is given relative to the container.

References DBG_OBJ_ENTER_O, DBG_OBJ_LEAVE_VAL_O, and dw::oof::OOFFloatsMgr::getWidget().

Referenced by dw::oof::OOFFloatsMgr::getBorder().

void dw::oof::OOFFloatsMgr::Float::intoStringBuffer ( lout::misc::StringBuffer sb)
virtual

Store a textual representation of the object in a misc::StringBuffer.

This is used by object::Object::toString.

Reimplemented from lout::object::Object.

References lout::misc::StringBuffer::append(), lout::misc::StringBuffer::appendBool(), lout::misc::StringBuffer::appendInt(), lout::misc::StringBuffer::appendPointer(), and dw::oof::OOFFloatsMgr::getWidget().

Member Data Documentation

bool dw::oof::OOFFloatsMgr::Float::dirty
int dw::oof::OOFFloatsMgr::Float::externalIndex
OOFAwareWidget* dw::oof::OOFFloatsMgr::Float::generator
int dw::oof::OOFFloatsMgr::Float::index
int dw::oof::OOFFloatsMgr::Float::sideSpanningIndex
core::Requisition dw::oof::OOFFloatsMgr::Float::size
int dw::oof::OOFFloatsMgr::Float::yReal
int dw::oof::OOFFloatsMgr::Float::yReq

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