|
Dillo v3.2.0-93-g6a586845
|
Classes | |
| class | ComparePosition |
Public Member Functions | |
| TBInfo (OOFFloatsMgr *oofm, OOFAwareWidget *textblock, TBInfo *parent, int parentExtIndex) | |
| ~TBInfo () | |
| OOFAwareWidget * | getOOFAwareWidget () |
Public Member Functions inherited from dw::oof::OOFFloatsMgr::WidgetInfo | |
| WidgetInfo (OOFFloatsMgr *oofm, core::Widget *widget) | |
| core::Widget * | getWidget () |
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. | |
| virtual bool | equals (Object *other) |
| Returns, whether two objects are equal. | |
| virtual int | hashValue () |
| Return a hash value for the object. | |
| virtual Object * | clone () |
| Return an exact copy of the object. | |
| virtual void | intoStringBuffer (misc::StringBuffer *sb) |
| Store a textual representation of the object in a misc::StringBuffer. | |
| char * | toString () |
| Use object::Object::intoStringBuffer to return a textual representation of the object. | |
| virtual size_t | sizeOf () |
| Return the number of bytes, this object totally uses. | |
Public Attributes | |
| int | index |
| int | y |
| TBInfo * | parent |
| int | parentExtIndex |
| lout::container::typed::Vector< Float > * | leftFloats |
| lout::container::typed::Vector< Float > * | rightFloats |
Additional Inherited Members | |
Protected Member Functions inherited from dw::oof::OOFFloatsMgr::WidgetInfo | |
| OOFFloatsMgr * | getOOFFloatsMgr () |
Definition at line 127 of file ooffloatsmgr.hh.
| dw::oof::OOFFloatsMgr::TBInfo::TBInfo | ( | OOFFloatsMgr * | oofm, |
| OOFAwareWidget * | textblock, | ||
| TBInfo * | parent, | ||
| int | parentExtIndex | ||
| ) |
Definition at line 303 of file ooffloatsmgr.cc.
References leftFloats, parent, parentExtIndex, and rightFloats.
| dw::oof::OOFFloatsMgr::TBInfo::~TBInfo | ( | ) |
Definition at line 314 of file ooffloatsmgr.cc.
References dw::oof::OOFFloatsMgr::leftFloats, and dw::oof::OOFFloatsMgr::rightFloats.
|
inline |
Definition at line 154 of file ooffloatsmgr.hh.
References dw::oof::OOFFloatsMgr::WidgetInfo::getWidget().
Referenced by dw::oof::OOFFloatsMgr::Float::CompareGBAndExtIndex::compare(), and dw::oof::OOFFloatsMgr::TBInfo::ComparePosition::compare().
| int dw::oof::OOFFloatsMgr::TBInfo::index |
Definition at line 140 of file ooffloatsmgr.hh.
Referenced by dw::oof::OOFFloatsMgr::addWidgetInFlow(), dw::oof::OOFFloatsMgr::Float::CompareGBAndExtIndex::compare(), and dw::oof::OOFFloatsMgr::updateGenerators().
| lout::container::typed::Vector<Float>* dw::oof::OOFFloatsMgr::TBInfo::leftFloats |
Definition at line 148 of file ooffloatsmgr.hh.
Referenced by dw::oof::OOFFloatsMgr::addWidgetOOF(), dw::oof::OOFFloatsMgr::moveExternalIndices(), and TBInfo().
| TBInfo* dw::oof::OOFFloatsMgr::TBInfo::parent |
Definition at line 143 of file ooffloatsmgr.hh.
Referenced by dw::oof::OOFFloatsMgr::Float::CompareGBAndExtIndex::compare(), and TBInfo().
| int dw::oof::OOFFloatsMgr::TBInfo::parentExtIndex |
Definition at line 144 of file ooffloatsmgr.hh.
Referenced by TBInfo().
| lout::container::typed::Vector<Float> * dw::oof::OOFFloatsMgr::TBInfo::rightFloats |
Definition at line 148 of file ooffloatsmgr.hh.
Referenced by dw::oof::OOFFloatsMgr::addWidgetOOF(), dw::oof::OOFFloatsMgr::moveExternalIndices(), and TBInfo().
| int dw::oof::OOFFloatsMgr::TBInfo::y |
Definition at line 141 of file ooffloatsmgr.hh.
Referenced by dw::oof::OOFFloatsMgr::TBInfo::ComparePosition::compare(), and dw::oof::OOFFloatsMgr::findTBInfo().