Dillo
|
OutOfFlowMgr implementation dealing with floats. More...
#include <ooffloatsmgr.hh>
Classes | |
class | Float |
class | SortedFloatsVector |
class | TBInfo |
class | WidgetInfo |
Public Member Functions | |
OOFFloatsMgr (OOFAwareWidget *container, int oofmIndex) | |
~OOFFloatsMgr () | |
void | sizeAllocateStart (OOFAwareWidget *caller, core::Allocation *allocation) |
void | sizeAllocateEnd (OOFAwareWidget *caller) |
void | containerSizeChangedForChildren () |
void | draw (core::View *view, core::Rectangle *area, core::DrawingContext *context) |
void | markSizeChange (int ref) |
void | markExtremesChange (int ref) |
core::Widget * | getWidgetAtPoint (int x, int y, core::GettingWidgetAtPointContext *context) |
void | addWidgetInFlow (OOFAwareWidget *textblock, OOFAwareWidget *parentBlock, int externalIndex) |
int | addWidgetOOF (core::Widget *widget, OOFAwareWidget *generatingBlock, int externalIndex) |
void | calcWidgetRefSize (core::Widget *widget, core::Requisition *size) |
void | moveExternalIndices (OOFAwareWidget *generatingBlock, int oldStartIndex, int diff) |
void | tellPosition1 (core::Widget *widget, int x, int y) |
Called before tellPosition2, see there for more. More... | |
void | tellPosition2 (core::Widget *widget, int x, int y) |
Called after tellPosition1. More... | |
void | tellIncompletePosition1 (core::Widget *generator, core::Widget *widget, int x, int y) |
void | tellIncompletePosition2 (core::Widget *generator, core::Widget *widget, int x, int y) |
void | getSize (core::Requisition *cbReq, int *oofWidth, int *oofHeight) |
bool | containerMustAdjustExtraSpace () |
void | getExtremes (core::Extremes *cbExtr, int *oofMinWidth, int *oofMaxWidth) |
int | getLeftBorder (int y, int h, OOFAwareWidget *lastGB, int lastExtIndex) |
int | getRightBorder (int y, int h, OOFAwareWidget *lastGB, int lastExtIndex) |
bool | hasFloatLeft (int y, int h, OOFAwareWidget *lastGB, int lastExtIndex) |
bool | hasFloatRight (int y, int h, OOFAwareWidget *lastGB, int lastExtIndex) |
int | getLeftFloatHeight (int y, int h, OOFAwareWidget *lastGB, int lastExtIndex) |
int | getRightFloatHeight (int y, int h, OOFAwareWidget *lastGB, int lastExtIndex) |
bool | affectsLeftBorder (core::Widget *widget) |
bool | affectsRightBorder (core::Widget *widget) |
bool | mayAffectBordersAtAll () |
int | getClearPosition (OOFAwareWidget *textblock) |
bool | dealingWithSizeOfChild (core::Widget *child) |
int | getAvailWidthOfChild (core::Widget *child, bool forceValue) |
int | getAvailHeightOfChild (core::Widget *child, bool forceValue) |
int | getNumWidgets () |
core::Widget * | getWidget (int i) |
Public Member Functions inherited from dw::oof::OutOfFlowMgr | |
OutOfFlowMgr () | |
virtual | ~OutOfFlowMgr () |
Private Types | |
enum | Side { LEFT, RIGHT } |
Static Private Member Functions | |
static int | createSubRefLeftFloat (int index) |
static int | createSubRefRightFloat (int index) |
static bool | isSubRefLeftFloat (int ref) |
static bool | isSubRefRightFloat (int ref) |
static int | getFloatIndexFromSubRef (int ref) |
Friends | |
class | WidgetInfo |
OutOfFlowMgr implementation dealing with floats.
Note: The identifiers and comments of this class still refer to "Textblock" instead of "OOFAwareWidget"; should be cleaned up some day. (OTOH, these widgets are always textblocks.)
|
private |
dw::oof::OOFFloatsMgr::OOFFloatsMgr | ( | OOFAwareWidget * | container, |
int | oofmIndex | ||
) |
References addWidgetInFlow(), container, containerAllocation, DBG_OBJ_CREATE, DBG_OBJ_SET_NUM, floatsByWidget, dw::core::Widget::getAllocation(), lastLeftTBIndex, lastRightTBIndex, LEFT, leftFloats, leftFloatsMark, oofmIndex, RIGHT, rightFloats, rightFloatsMark, dw::oof::OOFFloatsMgr::SortedFloatsVector::size(), tbInfos, and tbInfosByOOFAwareWidget.
dw::oof::OOFFloatsMgr::~OOFFloatsMgr | ( | ) |
References DBG_OBJ_DELETE, floatsByWidget, leftFloats, rightFloats, tbInfos, and tbInfosByOOFAwareWidget.
|
virtual |
Implements dw::oof::OutOfFlowMgr.
References getOOFAwareWidget(), dw::oof::OOFFloatsMgr::TBInfo::index, tbInfos, and tbInfosByOOFAwareWidget.
Referenced by OOFFloatsMgr().
|
virtual |
Implements dw::oof::OutOfFlowMgr.
References lout::misc::assertNotReached(), createSubRefLeftFloat(), createSubRefRightFloat(), DBG_OBJ_ARRATTRSET_PTR, DBG_OBJ_ENTER, DBG_OBJ_LEAVE_VAL, DBG_OBJ_SET_NUM, dw::core::style::FLOAT_LEFT, dw::core::style::FLOAT_RIGHT, floatsByWidget, getOOFAwareWidget(), dw::core::Widget::getStyle(), dw::oof::OOFFloatsMgr::WidgetInfo::getWidget(), dw::oof::OOFFloatsMgr::TBInfo::leftFloats, leftFloats, dw::oof::OOFFloatsMgr::SortedFloatsVector::put(), lout::container::typed::Vector< T >::put(), dw::oof::OOFFloatsMgr::TBInfo::rightFloats, rightFloats, dw::oof::OOFFloatsMgr::Float::sideSpanningIndex, dw::oof::OOFFloatsMgr::SortedFloatsVector::size(), and dw::core::style::StyleAttrs::vloat.
|
virtual |
Implements dw::oof::OutOfFlowMgr.
References dw::core::style::FLOAT_LEFT, dw::core::Widget::getStyle(), and dw::core::style::StyleAttrs::vloat.
|
virtual |
Implements dw::oof::OutOfFlowMgr.
References dw::core::style::FLOAT_RIGHT, dw::core::Widget::getStyle(), and dw::core::style::StyleAttrs::vloat.
|
private |
Return position of a float relative to the container.
References lout::misc::assertNotReached(), dw::core::style::StyleAttrs::boxOffsetX(), dw::core::style::StyleAttrs::boxRestWidth(), container, DBG_OBJ_ENTER, DBG_OBJ_LEAVE_VAL, ensureFloatSize(), dw::core::style::FLOAT_LEFT, dw::core::style::FLOAT_RIGHT, dw::oof::OOFFloatsMgr::Float::generator, dw::oof::OOFAwareWidget::getGeneratorWidth(), dw::oof::OOFAwareWidget::getGeneratorX(), dw::oof::OOFAwareWidget::getMaxGeneratorWidth(), dw::core::Widget::getStyle(), dw::oof::OOFFloatsMgr::WidgetInfo::getWidget(), lout::misc::max(), lout::misc::min(), oofmIndex, dw::oof::OOFFloatsMgr::Float::size, dw::oof::OOFAwareWidget::usesMaxGeneratorWidth(), dw::core::style::StyleAttrs::vloat, and dw::core::Requisition::width.
Referenced by collidesH(), getFloatsSize(), and sizeAllocateFloats().
|
virtual |
Implements dw::oof::OutOfFlowMgr.
References dw::core::Requisition::ascent, dw::core::Requisition::descent, and dw::core::Requisition::width.
References dw::core::Widget::boxDiffWidth(), calcFloatX(), dw::core::style::FLOAT_LEFT, dw::oof::OOFFloatsMgr::Float::generator, dw::core::Widget::getAllocation(), dw::oof::OOFAwareWidget::getGeneratorWidth(), dw::core::Widget::getStyle(), dw::oof::OOFFloatsMgr::WidgetInfo::getWidget(), dw::oof::OOFFloatsMgr::Float::size, dw::core::style::StyleAttrs::vloat, dw::core::Widget::wasAllocated(), dw::core::Allocation::width, dw::core::Requisition::width, and dw::core::Allocation::x.
Referenced by tellPosition1().
References dw::core::Requisition::ascent, DBG_OBJ_ENTER, DBG_OBJ_LEAVE_VAL, DBG_OBJ_MSGF, dw::core::Requisition::descent, ensureFloatSize(), dw::oof::OOFFloatsMgr::WidgetInfo::getWidget(), dw::oof::OOFFloatsMgr::Float::index, dw::oof::OOFFloatsMgr::Float::size, and dw::oof::OOFFloatsMgr::Float::yReal.
Referenced by tellPosition1().
|
virtual |
Implements dw::oof::OutOfFlowMgr.
|
virtual |
|
inlinestaticprivate |
Referenced by addWidgetOOF().
|
inlinestaticprivate |
Referenced by addWidgetOOF().
|
virtual |
Implements dw::oof::OutOfFlowMgr.
|
virtual |
Implements dw::oof::OutOfFlowMgr.
References DBG_OBJ_ENTER, DBG_OBJ_LEAVE, drawFloats(), dw::core::Rectangle::height, leftFloats, rightFloats, dw::core::Rectangle::width, dw::core::Rectangle::x, and dw::core::Rectangle::y.
|
private |
References container, dw::core::Widget::draw(), dw::oof::OOFFloatsMgr::SortedFloatsVector::get(), dw::oof::OOFFloatsMgr::WidgetInfo::getWidget(), dw::core::StackingProcessingContext::hasWidgetBeenProcessedAsInterruption(), dw::core::Widget::intersects(), and dw::oof::OOFFloatsMgr::SortedFloatsVector::size().
Referenced by draw().
|
private |
References dw::core::Requisition::ascent, DBG_OBJ_ENTER, DBG_OBJ_LEAVE, DBG_OBJ_MSG, DBG_OBJ_MSGF, DBG_OBJ_SET_BOOL_O, DBG_OBJ_SET_NUM_O, dw::core::Requisition::descent, dw::oof::OOFFloatsMgr::Float::dirty, dw::oof::OOFFloatsMgr::WidgetInfo::getWidget(), dw::oof::OOFFloatsMgr::Float::size, dw::core::Widget::sizeRequest(), and dw::core::Requisition::width.
Referenced by calcFloatX(), collidesV(), getClearPosition(), getFloatHeight(), getFloatsSize(), sizeAllocateFloats(), and tellPosition1().
|
private |
References floatsByWidget.
Referenced by tellPosition1().
|
private |
y
is given relative to the container.
References DBG_OBJ_ENTER, DBG_OBJ_LEAVE_VAL, oofmIndex, tbInfos, and dw::oof::OOFFloatsMgr::TBInfo::y.
|
virtual |
Implements dw::oof::OutOfFlowMgr.
References lout::misc::notImplemented().
|
virtual |
Implements dw::oof::OutOfFlowMgr.
References lout::misc::notImplemented().
|
private |
References lout::misc::assertNotReached(), dw::core::style::StyleAttrs::boxOffsetX(), dw::core::style::StyleAttrs::boxRestWidth(), container, dw::oof::OOFFloatsMgr::Float::covers(), DBG_OBJ_ENTER, DBG_OBJ_LEAVE_VAL, DBG_OBJ_MSGF, dw::oof::OOFFloatsMgr::SortedFloatsVector::findFirst(), dw::oof::OOFFloatsMgr::Float::generator, dw::oof::OOFFloatsMgr::SortedFloatsVector::get(), dw::oof::OOFAwareWidget::getGeneratorX(), dw::oof::OOFAwareWidget::getMaxGeneratorWidth(), dw::core::Widget::getStyle(), dw::oof::OOFFloatsMgr::WidgetInfo::getWidget(), LEFT, leftFloats, lout::misc::max(), oofmIndex, RIGHT, rightFloats, dw::oof::OOFFloatsMgr::Float::size, and dw::core::Requisition::width.
Referenced by getLeftBorder(), and getRightBorder().
|
private |
References dw::core::Requisition::ascent, DBG_OBJ_ENTER, DBG_OBJ_LEAVE_VAL, DBG_OBJ_MSGF, dw::core::Requisition::descent, ensureFloatSize(), dw::oof::OOFFloatsMgr::SortedFloatsVector::findFloatIndex(), dw::oof::OOFFloatsMgr::Float::generator, dw::oof::OOFFloatsMgr::SortedFloatsVector::get(), dw::oof::OOFAwareWidget::getGeneratorY(), LEFT, leftFloats, lout::misc::max(), oofmIndex, rightFloats, dw::oof::OOFFloatsMgr::Float::size, and dw::oof::OOFFloatsMgr::Float::yReal.
Referenced by getClearPosition().
|
virtual |
Return value is relative to the calling generator (not container).
Implements dw::oof::OutOfFlowMgr.
References lout::misc::assertNotReached(), dw::core::style::StyleAttrs::clear, dw::core::style::CLEAR_BOTH, dw::core::style::CLEAR_LEFT, dw::core::style::CLEAR_NONE, dw::core::style::CLEAR_RIGHT, DBG_OBJ_ENTER, DBG_OBJ_LEAVE_VAL, getClearPosition(), dw::core::Widget::getStyle(), LEFT, lout::misc::max(), and RIGHT.
|
virtual |
Implements dw::oof::OutOfFlowMgr.
References DBG_OBJ_ENTER, DBG_OBJ_LEAVE, DBG_OBJ_MSGF, getFloatsExtremes(), LEFT, lout::misc::max(), dw::core::Extremes::maxWidth, dw::core::Extremes::minWidth, and RIGHT.
|
private |
References dw::core::Requisition::ascent, DBG_OBJ_ENTER, DBG_OBJ_LEAVE, DBG_OBJ_MSGF, dw::core::Requisition::descent, ensureFloatSize(), dw::oof::OOFFloatsMgr::SortedFloatsVector::findFirst(), dw::oof::OOFFloatsMgr::SortedFloatsVector::get(), LEFT, leftFloats, rightFloats, dw::oof::OOFFloatsMgr::Float::size, and dw::oof::OOFFloatsMgr::Float::yReal.
Referenced by getLeftFloatHeight(), and getRightFloatHeight().
|
inlinestaticprivate |
Referenced by markSizeChange().
|
private |
References dw::core::style::StyleAttrs::boxDiffWidth(), container, DBG_OBJ_ENTER, DBG_OBJ_LEAVE, DBG_OBJ_MSGF, dw::oof::OOFFloatsMgr::Float::generator, dw::oof::OOFFloatsMgr::SortedFloatsVector::get(), dw::core::Widget::getExtremes(), dw::oof::OOFAwareWidget::getGeneratorWidth(), dw::core::Widget::getStyle(), dw::oof::OOFFloatsMgr::WidgetInfo::getWidget(), LEFT, leftFloats, lout::misc::max(), dw::core::Extremes::maxWidth, dw::core::Extremes::minWidth, rightFloats, and dw::oof::OOFFloatsMgr::SortedFloatsVector::size().
Referenced by getExtremes().
|
private |
|
private |
References dw::core::Requisition::ascent, calcFloatX(), container, DBG_OBJ_ENTER, DBG_OBJ_LEAVE, DBG_OBJ_MSGF, dw::core::Requisition::descent, ensureFloatSize(), dw::oof::OOFFloatsMgr::Float::generator, dw::oof::OOFFloatsMgr::SortedFloatsVector::get(), dw::oof::OOFFloatsMgr::WidgetInfo::getWidget(), LEFT, leftFloats, lout::misc::max(), rightFloats, dw::oof::OOFFloatsMgr::Float::size, dw::oof::OOFFloatsMgr::SortedFloatsVector::size(), dw::core::Requisition::width, and dw::oof::OOFFloatsMgr::Float::yReal.
Referenced by getSize().
|
private |
References dw::oof::OOFFloatsMgr::SortedFloatsVector::get(), dw::oof::OOFFloatsMgr::WidgetInfo::getWidget(), dw::core::Widget::getWidgetAtPoint(), dw::core::StackingProcessingContext::hasWidgetBeenProcessedAsInterruption(), and dw::oof::OOFFloatsMgr::SortedFloatsVector::size().
Referenced by getWidgetAtPoint().
|
private |
|
virtual |
Get the left border for the vertical position of y, for a height of h", based on floats; relative to the *container.
The border includes marging/border/padding of the calling textblock but is 0 if there is no float, so a caller should also consider other borders.
Implements dw::oof::OutOfFlowMgr.
References DBG_OBJ_MSGF, getBorder(), and LEFT.
|
virtual |
Assuming there is a float on the left side, return the rest height of it. y is relative to the container.
See also getLeftBorder().
Implements dw::oof::OutOfFlowMgr.
References getFloatHeight(), and LEFT.
|
virtual |
Implements dw::oof::OutOfFlowMgr.
References leftFloats, rightFloats, and dw::oof::OOFFloatsMgr::SortedFloatsVector::size().
|
private |
References DBG_OBJ_ENTER, DBG_OBJ_LEAVE, and getOOFAwareWidgetWhenRegistered().
Referenced by addWidgetInFlow(), addWidgetOOF(), markSizeChange(), and moveExternalIndices().
|
private |
References DBG_OBJ_ENTER, DBG_OBJ_LEAVE, DBG_OBJ_MSGF, and tbInfosByOOFAwareWidget.
Referenced by getOOFAwareWidget(), and isOOFAwareWidgetRegistered().
|
virtual |
Get the right border for the vertical position of y, for a height of h, based on floats; relative to the container.
See also getLeftBorder().
Implements dw::oof::OutOfFlowMgr.
References DBG_OBJ_MSGF, getBorder(), and RIGHT.
|
virtual |
Assuming there is a float on the right side, return the rest height of it. y is relative to the container.
See also getLeftFloatHeight(), getLeftBorder().
Implements dw::oof::OutOfFlowMgr.
References getFloatHeight(), and RIGHT.
|
virtual |
Implements dw::oof::OutOfFlowMgr.
References dw::core::Widget::boxRestHeight(), dw::core::Widget::boxRestWidth(), container, DBG_OBJ_ENTER0, DBG_OBJ_LEAVE, DBG_OBJ_MSGF, getFloatsSize(), LEFT, lout::misc::max(), and RIGHT.
|
virtual |
Implements dw::oof::OutOfFlowMgr.
References dw::oof::OOFFloatsMgr::SortedFloatsVector::get(), dw::oof::OOFFloatsMgr::WidgetInfo::getWidget(), leftFloats, rightFloats, and dw::oof::OOFFloatsMgr::SortedFloatsVector::size().
Referenced by dw::oof::OOFFloatsMgr::Float::covers(), and dw::oof::OOFFloatsMgr::Float::intoStringBuffer().
|
virtual |
Implements dw::oof::OutOfFlowMgr.
References getFloatWidgetAtPoint(), leftFloats, and rightFloats.
|
private |
References DBG_OBJ_ENTER, DBG_OBJ_LEAVE, DBG_OBJ_MSGF, dw::oof::OOFFloatsMgr::SortedFloatsVector::findFirst(), LEFT, leftFloats, and rightFloats.
Referenced by hasFloatLeft(), and hasFloatRight().
|
virtual |
Return whether there is a float on the left side. y is relative to the container.
See also getLeftBorder().
Implements dw::oof::OutOfFlowMgr.
References DBG_OBJ_MSGF, hasFloat(), and LEFT.
|
virtual |
Return whether there is a float on the right side. y is relative to the container.
See also hasFloatLeft(), getLeftBorder();
Implements dw::oof::OutOfFlowMgr.
References DBG_OBJ_MSGF, hasFloat(), and RIGHT.
|
inlineprivate |
References getOOFAwareWidgetWhenRegistered().
|
inlinestaticprivate |
Referenced by markSizeChange().
|
inlinestaticprivate |
Referenced by markSizeChange().
|
virtual |
Implements dw::oof::OutOfFlowMgr.
|
virtual |
Implements dw::oof::OutOfFlowMgr.
References lout::misc::assertNotReached(), DBG_OBJ_ENTER, DBG_OBJ_LEAVE, DBG_OBJ_MSGF, DBG_OBJ_SET_BOOL_O, dw::oof::OOFFloatsMgr::Float::dirty, dw::oof::OOFFloatsMgr::Float::generator, dw::oof::OOFFloatsMgr::SortedFloatsVector::get(), getFloatIndexFromSubRef(), getOOFAwareWidget(), dw::oof::OOFFloatsMgr::WidgetInfo::getWidget(), dw::core::Widget::getWidgetReference(), dw::oof::OOFFloatsMgr::TBInfo::index, isSubRefLeftFloat(), isSubRefRightFloat(), leftFloats, dw::core::WidgetReference::parentRef, rightFloats, and tbInfos.
|
virtual |
Implements dw::oof::OutOfFlowMgr.
|
private |
|
virtual |
|
virtual |
Implements dw::oof::OutOfFlowMgr.
References container, DBG_OBJ_ENTER, DBG_OBJ_LEAVE, LEFT, RIGHT, and sizeAllocateFloats().
|
private |
References dw::core::Allocation::ascent, dw::core::Requisition::ascent, calcFloatX(), containerAllocation, DBG_OBJ_ENTER, DBG_OBJ_LEAVE, dw::core::Allocation::descent, dw::core::Requisition::descent, ensureFloatSize(), dw::oof::OOFFloatsMgr::SortedFloatsVector::get(), dw::oof::OOFFloatsMgr::WidgetInfo::getWidget(), LEFT, leftFloats, rightFloats, dw::oof::OOFFloatsMgr::Float::size, dw::oof::OOFFloatsMgr::SortedFloatsVector::size(), dw::core::Widget::sizeAllocate(), dw::core::Allocation::width, dw::core::Requisition::width, dw::core::Allocation::x, dw::core::Allocation::y, and dw::oof::OOFFloatsMgr::Float::yReal.
Referenced by sizeAllocateEnd().
|
virtual |
|
virtual |
Implements dw::oof::OutOfFlowMgr.
References lout::misc::notImplemented().
|
virtual |
Implements dw::oof::OutOfFlowMgr.
References lout::misc::notImplemented().
|
virtual |
Called before tellPosition2, see there for more.
Implements dw::oof::OutOfFlowMgr.
References collidesH(), collidesV(), DBG_OBJ_ENTER, DBG_OBJ_LEAVE, DBG_OBJ_MSGF, DBG_OBJ_SET_NUM_O, ensureFloatSize(), findFloatByWidget(), dw::oof::OOFFloatsMgr::SortedFloatsVector::findLastBeforeSideSpanningIndex(), dw::oof::OOFFloatsMgr::SortedFloatsVector::get(), getFloatsListsAndSide(), dw::oof::OOFFloatsMgr::WidgetInfo::getWidget(), dw::oof::OOFFloatsMgr::Float::index, dw::oof::OOFFloatsMgr::Float::sideSpanningIndex, dw::oof::OOFFloatsMgr::Float::yReal, and dw::oof::OOFFloatsMgr::Float::yReq.
|
virtual |
Called after tellPosition1.
An implementation should only implement either tellPosition1 or tellPosition2. Coordinates are relative to the container.
Implements dw::oof::OutOfFlowMgr.
|
friend |
|
private |
Referenced by calcFloatX(), drawFloats(), getBorder(), getFloatsExtremes(), getFloatsSize(), getSize(), OOFFloatsMgr(), sizeAllocateEnd(), and sizeAllocateStart().
|
private |
Referenced by OOFFloatsMgr(), sizeAllocateFloats(), and sizeAllocateStart().
|
private |
Referenced by addWidgetOOF(), findFloatByWidget(), OOFFloatsMgr(), and ~OOFFloatsMgr().
|
private |
Referenced by OOFFloatsMgr().
|
private |
Referenced by OOFFloatsMgr().
|
private |
Referenced by addWidgetOOF(), containerSizeChangedForChildren(), draw(), getBorder(), getClearPosition(), getFloatHeight(), getFloatsExtremes(), getFloatsListsAndSide(), getFloatsSize(), getNumWidgets(), getWidget(), getWidgetAtPoint(), hasFloat(), markSizeChange(), OOFFloatsMgr(), sizeAllocateFloats(), ~OOFFloatsMgr(), and dw::oof::OOFFloatsMgr::TBInfo::~TBInfo().
|
private |
Referenced by OOFFloatsMgr().
|
private |
|
private |
Referenced by addWidgetOOF(), containerSizeChangedForChildren(), draw(), getBorder(), getClearPosition(), getFloatHeight(), getFloatsExtremes(), getFloatsListsAndSide(), getFloatsSize(), getNumWidgets(), getWidget(), getWidgetAtPoint(), hasFloat(), markSizeChange(), OOFFloatsMgr(), sizeAllocateFloats(), ~OOFFloatsMgr(), and dw::oof::OOFFloatsMgr::TBInfo::~TBInfo().
|
private |
Referenced by OOFFloatsMgr().
|
private |
Referenced by addWidgetInFlow(), findTBInfo(), markSizeChange(), OOFFloatsMgr(), and ~OOFFloatsMgr().
|
private |
Referenced by addWidgetInFlow(), getOOFAwareWidgetWhenRegistered(), OOFFloatsMgr(), and ~OOFFloatsMgr().