Dillo
|
Go to the source code of this file.
Macros | |
#define | STMT_NOP do { } while (0) |
#define | DBG_IF_RTFL if(0) |
#define | DBG_GEN_TIME() STMT_NOP |
#define | DBG_OBJ_MSG(aspect, prio, msg) STMT_NOP |
#define | DBG_OBJ_MSG_O(aspect, prio, obj, msg) STMT_NOP |
#define | DBG_OBJ_MSGF(aspect, prio, fmt,...) STMT_NOP |
#define | DBG_OBJ_MSGF_O(aspect, prio, obj, fmt,...) STMT_NOP |
#define | DBG_OBJ_MARK(aspect, prio, mark) STMT_NOP |
#define | DBG_OBJ_MARK_O(aspect, prio, obj, mark) STMT_NOP |
#define | DBG_OBJ_MARKF(aspect, prio, fmt,...) STMT_NOP |
#define | DBG_OBJ_MARKF_O(aspect, prio, obj, fmt,...) STMT_NOP |
#define | DBG_OBJ_MSG_START() STMT_NOP |
#define | DBG_OBJ_MSG_START_O(obj) STMT_NOP |
#define | DBG_OBJ_MSG_END() STMT_NOP |
#define | DBG_OBJ_MSG_END_O(obj) STMT_NOP |
#define | DBG_OBJ_ENTER0(aspect, prio, funname) STMT_NOP |
#define | DBG_OBJ_ENTER0_O(aspect, prio, obj, funname) STMT_NOP |
#define | DBG_OBJ_ENTER(aspect, prio, funname, fmt,...) STMT_NOP |
#define | DBG_OBJ_ENTER_O(aspect, prio, obj, funname, fmt,...) STMT_NOP |
#define | DBG_OBJ_LEAVE() STMT_NOP |
#define | DBG_OBJ_LEAVE_O(obj) STMT_NOP |
#define | DBG_OBJ_LEAVE_VAL(fmt,...) STMT_NOP |
#define | DBG_OBJ_LEAVE_VAL_O(obj, fmt,...) STMT_NOP |
#define | DBG_OBJ_LEAVE_VAL0(val) STMT_NOP |
#define | DBG_OBJ_LEAVE_VAL0_O(obj, val) STMT_NOP |
#define | DBG_OBJ_CREATE(klass) STMT_NOP |
#define | DBG_OBJ_CREATE_O(obj, klass) STMT_NOP |
#define | DBG_OBJ_DELETE() STMT_NOP |
#define | DBG_OBJ_DELETE_O(obj) STMT_NOP |
#define | DBG_OBJ_BASECLASS(klass) STMT_NOP |
#define | DBG_OBJ_ASSOC(parent, child) STMT_NOP |
#define | DBG_OBJ_ASSOC_PARENT(parent) STMT_NOP |
#define | DBG_OBJ_ASSOC_CHILD(child) STMT_NOP |
#define | DBG_OBJ_SET_NUM(var, val) STMT_NOP |
#define | DBG_OBJ_SET_NUM_O(obj, var, val) STMT_NOP |
#define | DBG_OBJ_SET_SYM(var, val) STMT_NOP |
#define | DBG_OBJ_SET_SYM_O(obj, var, val) STMT_NOP |
#define | DBG_OBJ_SET_BOOL(var, val) STMT_NOP |
#define | DBG_OBJ_SET_BOOL_O(obj, var, val) STMT_NOP |
#define | DBG_OBJ_SET_STR(var, val) STMT_NOP |
#define | DBG_OBJ_SET_STR_O(obj, var, val) STMT_NOP |
#define | DBG_OBJ_SET_PTR(var, val) STMT_NOP |
#define | DBG_OBJ_SET_PTR_O(obj, var, val) STMT_NOP |
#define | DBG_OBJ_SET_COL(var, val) STMT_NOP |
#define | DBG_OBJ_SET_COL_O(obj, var, val) STMT_NOP |
#define | DBG_OBJ_ARRSET_NUM(var, ind, val) STMT_NOP |
#define | DBG_OBJ_ARRSET_NUM_O(obj, var, ind, val) STMT_NOP |
#define | DBG_OBJ_ARRSET_SYM(var, ind, val) STMT_NOP |
#define | DBG_OBJ_ARRSET_SYM_O(obj, var, ind, val) STMT_NOP |
#define | DBG_OBJ_ARRSET_BOOL(var, ind, val) STMT_NOP |
#define | DBG_OBJ_ARRSET_BOOL_O(obj, var, ind, val) STMT_NOP |
#define | DBG_OBJ_ARRSET_STR(var, ind, val) STMT_NOP |
#define | DBG_OBJ_ARRSET_STR_O(obj, var, ind, val) STMT_NOP |
#define | DBG_OBJ_ARRSET_PTR(var, ind, val) STMT_NOP |
#define | DBG_OBJ_ARRSET_PTR_O(obj, var, ind, val) STMT_NOP |
#define | DBG_OBJ_ARRSET_COL(var, ind, val) STMT_NOP |
#define | DBG_OBJ_ARRSET_COL_O(obj, var, ind, val) STMT_NOP |
#define | DBG_OBJ_ARRATTRSET_NUM(var, ind, attr, val) STMT_NOP |
#define | DBG_OBJ_ARRATTRSET_NUM_O(obj, var, ind, attr, val) STMT_NOP |
#define | DBG_OBJ_ARRATTRSET_SYM(var, ind, attr, val) STMT_NOP |
#define | DBG_OBJ_ARRATTRSET_SYM_O(obj, var, ind, attr, val) STMT_NOP |
#define | DBG_OBJ_ARRATTRSET_BOOL(var, ind, attr, val) STMT_NOP |
#define | DBG_OBJ_ARRATTRSET_BOOL_O(obj, var, ind, attr, val) STMT_NOP |
#define | DBG_OBJ_ARRATTRSET_STR(var, ind, attr, val) STMT_NOP |
#define | DBG_OBJ_ARRATTRSET_STR_O(obj, var, ind, attr, val) STMT_NOP |
#define | DBG_OBJ_ARRATTRSET_PTR(var, ind, attr, val) STMT_NOP |
#define | DBG_OBJ_ARRATTRSET_PTR_O(obj, var, ind, attr, val) STMT_NOP |
#define | DBG_OBJ_ARRATTRSET_COL(var, ind, attr, val) STMT_NOP |
#define | DBG_OBJ_ARRATTRSET_COL_O(obj, var, ind, attr, val) STMT_NOP |
#define | DBG_OBJ_CLASS_COLOR(klass, color) STMT_NOP |
#define DBG_GEN_TIME | ( | ) | STMT_NOP |
#define DBG_IF_RTFL if(0) |
#define DBG_OBJ_ARRATTRSET_BOOL | ( | var, | |
ind, | |||
attr, | |||
val | |||
) | STMT_NOP |
#define DBG_OBJ_ARRATTRSET_BOOL_O | ( | obj, | |
var, | |||
ind, | |||
attr, | |||
val | |||
) | STMT_NOP |
#define DBG_OBJ_ARRATTRSET_COL | ( | var, | |
ind, | |||
attr, | |||
val | |||
) | STMT_NOP |
#define DBG_OBJ_ARRATTRSET_COL_O | ( | obj, | |
var, | |||
ind, | |||
attr, | |||
val | |||
) | STMT_NOP |
#define DBG_OBJ_ARRATTRSET_NUM | ( | var, | |
ind, | |||
attr, | |||
val | |||
) | STMT_NOP |
#define DBG_OBJ_ARRATTRSET_NUM_O | ( | obj, | |
var, | |||
ind, | |||
attr, | |||
val | |||
) | STMT_NOP |
#define DBG_OBJ_ARRATTRSET_PTR | ( | var, | |
ind, | |||
attr, | |||
val | |||
) | STMT_NOP |
Referenced by dw::oof::OOFFloatsMgr::addWidgetOOF().
#define DBG_OBJ_ARRATTRSET_PTR_O | ( | obj, | |
var, | |||
ind, | |||
attr, | |||
val | |||
) | STMT_NOP |
#define DBG_OBJ_ARRATTRSET_STR | ( | var, | |
ind, | |||
attr, | |||
val | |||
) | STMT_NOP |
#define DBG_OBJ_ARRATTRSET_STR_O | ( | obj, | |
var, | |||
ind, | |||
attr, | |||
val | |||
) | STMT_NOP |
#define DBG_OBJ_ARRATTRSET_SYM | ( | var, | |
ind, | |||
attr, | |||
val | |||
) | STMT_NOP |
Referenced by dw::Textblock::accumulateWordData().
#define DBG_OBJ_ARRATTRSET_SYM_O | ( | obj, | |
var, | |||
ind, | |||
attr, | |||
val | |||
) | STMT_NOP |
#define DBG_OBJ_ARRSET_BOOL | ( | var, | |
ind, | |||
val | |||
) | STMT_NOP |
Referenced by dw::Table::forceCalcColumnExtremes().
#define DBG_OBJ_ARRSET_BOOL_O | ( | obj, | |
var, | |||
ind, | |||
val | |||
) | STMT_NOP |
#define DBG_OBJ_ARRSET_COL | ( | var, | |
ind, | |||
val | |||
) | STMT_NOP |
#define DBG_OBJ_ARRSET_COL_O | ( | obj, | |
var, | |||
ind, | |||
val | |||
) | STMT_NOP |
#define DBG_OBJ_ARRSET_NUM | ( | var, | |
ind, | |||
val | |||
) | STMT_NOP |
#define DBG_OBJ_ARRSET_NUM_O | ( | obj, | |
var, | |||
ind, | |||
val | |||
) | STMT_NOP |
#define DBG_OBJ_ARRSET_PTR | ( | var, | |
ind, | |||
val | |||
) | STMT_NOP |
Referenced by dw::core::StackingContextMgr::addChildSCWidget(), dw::oof::OOFPositionedMgr::addWidgetOOF(), dw::core::SizeParams::debugPrint(), dw::oof::OOFAwareWidget::notifySetAsTopLevel(), dw::oof::OOFAwareWidget::notifySetParent(), dw::Textblock::notifySetParent(), and dw::oof::OOFAwareWidget::OOFAwareWidget().
#define DBG_OBJ_ARRSET_PTR_O | ( | obj, | |
var, | |||
ind, | |||
val | |||
) | STMT_NOP |
#define DBG_OBJ_ARRSET_STR | ( | var, | |
ind, | |||
val | |||
) | STMT_NOP |
#define DBG_OBJ_ARRSET_STR_O | ( | obj, | |
var, | |||
ind, | |||
val | |||
) | STMT_NOP |
#define DBG_OBJ_ARRSET_SYM | ( | var, | |
ind, | |||
val | |||
) | STMT_NOP |
#define DBG_OBJ_ARRSET_SYM_O | ( | obj, | |
var, | |||
ind, | |||
val | |||
) | STMT_NOP |
#define DBG_OBJ_ASSOC | ( | parent, | |
child | |||
) | STMT_NOP |
#define DBG_OBJ_ASSOC_CHILD | ( | child | ) | STMT_NOP |
Referenced by dw::Textblock::addLinebreak(), dw::Textblock::addParbreak(), dw::Textblock::addText0(), dw::core::Layout::attachView(), dw::Textblock::calcSizeOfWidgetInFlow(), dw::core::ui::Embed::Embed(), dw::core::Widget::getExtremes(), dw::fltk::FltkImgbuf::getScaledBuf(), dw::core::ui::ComplexButtonResource::init(), dw::core::Layout::Layout(), dw::Image::setBuffer(), dw::fltk::FltkPlatform::setLayout(), dw::core::Widget::setStyle(), dw::core::Layout::setWidget(), dw::Image::sizeAllocateImpl(), dw::core::Widget::sizeRequest(), dw::core::style::Style::Style(), dw::Textblock::Textblock(), and dw::core::Widget::Widget().
#define DBG_OBJ_ASSOC_PARENT | ( | parent | ) | STMT_NOP |
Referenced by dw::core::Widget::setParent().
#define DBG_OBJ_BASECLASS | ( | klass | ) | STMT_NOP |
#define DBG_OBJ_CLASS_COLOR | ( | klass, | |
color | |||
) | STMT_NOP |
#define DBG_OBJ_CREATE | ( | klass | ) | STMT_NOP |
Referenced by dw::AlignedTableCell::AlignedTableCell(), dw::AlignedTextblock::AlignedTextblock(), dw::Bullet::Bullet(), dw::core::style::Color::Color(), dw::core::ui::ComplexButtonResource::ComplexButtonResource(), dw::core::ui::Embed::Embed(), dw::core::FindtextState::FindtextState(), dw::fltk::FltkFlatView::FltkFlatView(), dw::fltk::FltkImgbuf::FltkImgbuf(), dw::fltk::FltkPlatform::FltkPlatform(), dw::fltk::ui::FltkResource::FltkResource(), dw::fltk::ui::FltkSpecificResource< I >::FltkSpecificResource(), dw::fltk::FltkViewport::FltkViewport(), dw::core::style::Font::Font(), dw::Image::Image(), dw::core::Imgbuf::Imgbuf(), dw::core::Layout::Layout(), dw::ListItem::ListItem(), dw::oof::OOFAwareWidget::OOFAwareWidget(), dw::oof::OOFFloatsMgr::OOFFloatsMgr(), dw::oof::OOFPosAbsLikeMgr::OOFPosAbsLikeMgr(), dw::oof::OOFPosAbsMgr::OOFPosAbsMgr(), dw::oof::OOFPosFixedMgr::OOFPosFixedMgr(), dw::oof::OOFPositionedMgr::OOFPositionedMgr(), dw::oof::OOFPosRelMgr::OOFPosRelMgr(), dw::RegardingBorder::RegardingBorder(), dw::core::ui::Resource::Resource(), dw::Ruler::Ruler(), dw::core::SelectionState::SelectionState(), dw::SimpleTableCell::SimpleTableCell(), dw::core::SizeParams::SizeParams(), dw::core::StackingContextMgr::StackingContextMgr(), dw::core::style::Style::Style(), dw::core::style::StyleImage::StyleImage(), dw::Table::Table(), dw::Textblock::Textblock(), lout::container::untyped::Vector::Vector(), and dw::core::Widget::Widget().
#define DBG_OBJ_CREATE_O | ( | obj, | |
klass | |||
) | STMT_NOP |
#define DBG_OBJ_DELETE | ( | ) | STMT_NOP |
Referenced by dw::AlignedTableCell::~AlignedTableCell(), dw::AlignedTextblock::~AlignedTextblock(), dw::Bullet::~Bullet(), dw::core::style::Color::~Color(), dw::core::ui::ComplexButtonResource::~ComplexButtonResource(), dw::core::ui::Embed::~Embed(), dw::core::FindtextState::~FindtextState(), dw::fltk::FltkImgbuf::~FltkImgbuf(), dw::fltk::FltkPlatform::~FltkPlatform(), dw::fltk::ui::FltkResource::~FltkResource(), dw::fltk::ui::FltkSpecificResource< I >::~FltkSpecificResource(), dw::fltk::FltkViewport::~FltkViewport(), dw::core::style::Font::~Font(), dw::Image::~Image(), dw::core::Imgbuf::~Imgbuf(), dw::core::Layout::~Layout(), dw::ListItem::~ListItem(), dw::oof::OOFAwareWidget::~OOFAwareWidget(), dw::oof::OOFFloatsMgr::~OOFFloatsMgr(), dw::oof::OOFPosAbsLikeMgr::~OOFPosAbsLikeMgr(), dw::oof::OOFPosAbsMgr::~OOFPosAbsMgr(), dw::oof::OOFPosFixedMgr::~OOFPosFixedMgr(), dw::oof::OOFPositionedMgr::~OOFPositionedMgr(), dw::oof::OOFPosRelMgr::~OOFPosRelMgr(), dw::RegardingBorder::~RegardingBorder(), dw::core::ui::Resource::~Resource(), dw::Ruler::~Ruler(), dw::core::SelectionState::~SelectionState(), dw::SimpleTableCell::~SimpleTableCell(), dw::core::SizeParams::~SizeParams(), dw::core::StackingContextMgr::~StackingContextMgr(), dw::core::style::Style::~Style(), dw::core::style::StyleImage::~StyleImage(), dw::Table::~Table(), dw::Textblock::~Textblock(), lout::container::untyped::Vector::~Vector(), and dw::core::Widget::~Widget().
#define DBG_OBJ_DELETE_O | ( | obj | ) | STMT_NOP |
#define DBG_OBJ_ENTER | ( | aspect, | |
prio, | |||
funname, | |||
fmt, | |||
... | |||
) | STMT_NOP |
Referenced by dw::Textblock::accumulateWordData(), dw::Textblock::accumulateWordForLine(), dw::Table::actuallyCalcCellSizes(), dw::Textblock::addAnchor(), dw::Textblock::addBreakOption(), dw::Table::addCell(), dw::core::StackingContextMgr::addChildSCWidget(), dw::Textblock::addLine(), dw::Textblock::addLinebreak(), dw::Textblock::addParbreak(), dw::Textblock::addSpace(), dw::Textblock::addText(), dw::Textblock::addText0(), dw::Textblock::addWidget(), dw::oof::OOFPositionedMgr::addWidgetOOF(), dw::oof::OOFFloatsMgr::addWidgetOOF(), dw::Textblock::addWord(), dw::core::Widget::affectsSizeChangeContainerChild(), dw::Table::affectsSizeChangeContainerChild(), dw::Textblock::affectsSizeChangeContainerChild(), dw::Textblock::alignLine(), dw::Table::apportion2(), dw::Textblock::balanceBreakPosAndHeight(), dw::core::SelectionState::buttonPress(), dw::core::SelectionState::buttonRelease(), dw::Table::calcAdjustmentWidthSpanMultiCols(), dw::Table::calcAvailWidthForDescendant(), dw::Textblock::calcBorders(), dw::Table::calcCellSizes(), dw::Table::calcExtremesSpanMultiCols(), dw::core::Widget::calcFinalWidth(), dw::oof::OOFFloatsMgr::calcFloatX(), dw::core::Widget::calcHeight(), dw::Textblock::calcLineBreakWidth(), dw::oof::OOFPosAbsLikeMgr::calcPosAndSizeChildOfChild(), dw::Textblock::calcSizeOfWidgetInFlow(), dw::Textblock::calcTextOffset(), dw::Textblock::calcVerticalBorder(), dw::oof::OOFPosRelMgr::calcWidgetRefSize(), dw::core::Widget::calcWidth(), dw::oof::OOFFloatsMgr::collidesV(), dw::core::Widget::correctExtremes(), dw::oof::OOFAwareWidget::correctExtremesByOOF(), dw::SimpleTableCell::correctExtremesOfChild(), dw::AlignedTableCell::correctExtremesOfChild(), dw::core::Widget::correctExtremesOfChild(), dw::core::Widget::correctReqHeightOfChild(), dw::core::Widget::correctRequisition(), dw::oof::OOFAwareWidget::correctRequisitionByOOF(), dw::SimpleTableCell::correctRequisitionOfChild(), dw::AlignedTableCell::correctRequisitionOfChild(), dw::core::Widget::correctRequisitionOfChild(), dw::core::Widget::correctReqWidthOfChild(), dw::oof::OOFAwareWidget::doesWidgetOOFInterruptDrawing(), dw::core::StackingContextMgr::draw(), dw::oof::OOFPositionedMgr::draw(), dw::core::Layout::draw(), dw::oof::OOFFloatsMgr::draw(), dw::oof::OOFAwareWidget::draw(), dw::oof::OOFAwareWidget::drawLevel(), dw::Table::drawLevel(), dw::Textblock::drawLevel(), dw::Textblock::drawLine(), dw::oof::OOFFloatsMgr::ensureFloatSize(), dw::core::Layout::expose(), dw::core::SizeParams::fill(), dw::Textblock::fillSpace(), dw::Textblock::findLineIndex(), dw::core::SizeParams::findReference(), dw::oof::OOFFloatsMgr::findTBInfo(), dw::Table::forceCalcCellSizes(), dw::core::SizeParams::forChild(), dw::core::Widget::getAvailHeight(), dw::SimpleTableCell::getAvailHeightOfChild(), dw::AlignedTableCell::getAvailHeightOfChild(), dw::oof::OOFPosAbsLikeMgr::getAvailHeightOfChild(), dw::core::Widget::getAvailHeightOfChild(), dw::core::Widget::getAvailWidth(), dw::SimpleTableCell::getAvailWidthOfChild(), dw::AlignedTableCell::getAvailWidthOfChild(), dw::oof::OOFPosAbsLikeMgr::getAvailWidthOfChild(), dw::core::Widget::getAvailWidthOfChild(), dw::Table::getAvailWidthOfChild(), dw::Textblock::getAvailWidthOfChild(), dw::oof::OOFFloatsMgr::getBorder(), dw::oof::OOFPosRelMgr::getChildPosDim(), dw::oof::OOFPosRelMgr::getChildPosX(), dw::oof::OOFPosRelMgr::getChildPosY(), dw::oof::OOFFloatsMgr::getClearPosition(), dw::oof::OOFPosAbsLikeMgr::getExtremes(), dw::oof::OOFFloatsMgr::getExtremes(), dw::core::Widget::getExtremes(), dw::oof::OOFFloatsMgr::getFloatHeight(), dw::oof::OOFFloatsMgr::getFloatsExtremes(), dw::oof::OOFFloatsMgr::getFloatsSize(), dw::Textblock::getGeneratorRest(), dw::Textblock::getGeneratorWidth(), dw::Textblock::getGeneratorX(), dw::Textblock::getGeneratorY(), dw::Textblock::getLineStretchability(), dw::core::Widget::getMinWidth(), dw::oof::OOFFloatsMgr::getOOFAwareWidget(), dw::oof::OOFFloatsMgr::getOOFAwareWidgetWhenRegistered(), dw::oof::OOFPosRelMgr::getSize(), dw::oof::OOFPosAbsLikeMgr::getSize(), dw::core::StackingContextMgr::getWidgetAtPoint(), dw::oof::OOFPositionedMgr::getWidgetAtPoint(), dw::oof::OOFAwareWidget::getWidgetAtPoint(), dw::core::Layout::getWidgetAtPoint(), dw::oof::OOFAwareWidget::getWidgetAtPointLevel(), dw::Table::getWidgetAtPointLevel(), dw::Textblock::getWidgetAtPointLevel(), dw::Textblock::getWidgetRegardingBorderForLine(), dw::Textblock::handleWordExtremes(), dw::oof::OOFFloatsMgr::hasFloat(), dw::core::Widget::intersects(), dw::core::SizeParams::isEquivalent(), dw::Textblock::justifyLine(), dw::Textblock::markExtremesChange(), dw::oof::OOFPosRelMgr::markSizeChange(), dw::oof::OOFFloatsMgr::markSizeChange(), dw::Textblock::markSizeChange(), dw::core::Layout::moveToWidget(), dw::Textblock::moveWordIndices(), dw::oof::OOFAwareWidget::oofSizeChanged(), dw::Textblock::oofSizeChanged(), dw::oof::OOFPosAbsLikeMgr::posXAbsolute(), dw::oof::OOFPosAbsLikeMgr::posYAbsolute(), dw::Textblock::processWord(), dw::core::Widget::queueDrawArea(), dw::Textblock::queueDrawRange(), dw::core::Widget::queueResize(), dw::core::Layout::queueResize(), dw::core::ui::ComplexButtonResource::LayoutReceiver::resizeQueued(), dw::Textblock::searchBreakPos(), dw::Textblock::searchMinBap(), dw::Textblock::setBreakOption(), dw::core::Widget::setParent(), dw::fltk::ui::FltkResource::sizeAllocate(), dw::core::Widget::sizeAllocate(), dw::oof::OOFPositionedMgr::sizeAllocateEnd(), dw::oof::OOFFloatsMgr::sizeAllocateEnd(), dw::oof::OOFFloatsMgr::sizeAllocateFloats(), dw::Image::sizeAllocateImpl(), dw::Table::sizeAllocateImpl(), dw::Textblock::sizeAllocateImpl(), dw::oof::OOFPositionedMgr::sizeAllocateStart(), dw::oof::OOFFloatsMgr::sizeAllocateStart(), dw::core::Widget::sizeRequest(), dw::Textblock::sizeRequestImpl(), dw::oof::OOFFloatsMgr::tellPosition1(), dw::oof::OOFPositionedMgr::tellPosition2(), dw::core::Layout::viewportSizeChanged(), dw::Textblock::wordWrap(), dw::Textblock::wrapWordInFlow(), and dw::Textblock::wrapWordOofRef().
#define DBG_OBJ_ENTER0 | ( | aspect, | |
prio, | |||
funname | |||
) | STMT_NOP |
Referenced by dw::core::Widget::affectedByContainerSizeChange(), dw::Table::apportionRowSpan(), dw::core::Widget::calcExtraSpace(), dw::Textblock::calcExtraSpaceImpl(), dw::Textblock::clearPositionChanged(), dw::core::Layout::containerSizeChanged(), dw::core::Widget::containerSizeChanged(), dw::Bullet::containerSizeChangedForChildren(), dw::Ruler::containerSizeChangedForChildren(), dw::oof::OOFPositionedMgr::containerSizeChangedForChildren(), dw::Image::containerSizeChangedForChildren(), dw::oof::OOFFloatsMgr::containerSizeChangedForChildren(), dw::core::ui::Embed::containerSizeChangedForChildren(), dw::core::Widget::containerSizeChangedForChildren(), dw::Table::containerSizeChangedForChildren(), dw::Textblock::containerSizeChangedForChildren(), dw::oof::OOFPositionedMgr::doChildrenExceedContainer(), dw::Textblock::fillParagraphs(), dw::Textblock::flush(), dw::Table::forceCalcColumnExtremes(), dw::core::ui::Resource::getExtremes(), dw::core::ui::ComplexButtonResource::getExtremes(), dw::core::Widget::getExtremesImpl(), dw::Table::getExtremesSimpl(), dw::Textblock::getExtremesSimpl(), dw::Textblock::getMaxGeneratorWidth(), dw::oof::OOFFloatsMgr::getSize(), dw::Textblock::initNewLine(), dw::Textblock::removeTemporaryLines(), dw::Textblock::resizeDrawImpl(), dw::core::Layout::resizeIdle(), dw::Textblock::rewrap(), dw::Textblock::sendSelectionEvent(), dw::Textblock::showMissingLines(), dw::oof::OOFPosRelMgr::sizeAllocateChildren(), dw::oof::OOFPosAbsLikeMgr::sizeAllocateChildren(), dw::fltk::ui::FltkLabelButtonResource::sizeRequest(), dw::fltk::ui::FltkEntryResource::sizeRequest(), dw::fltk::ui::FltkMultiLineTextResource::sizeRequest(), dw::fltk::ui::FltkToggleButtonResource< I >::sizeRequest(), dw::core::ui::ComplexButtonResource::sizeRequest(), dw::fltk::ui::FltkOptionMenuResource::sizeRequest(), dw::fltk::ui::FltkListResource::sizeRequest(), dw::core::Widget::sizeRequestImpl(), dw::Image::sizeRequestSimpl(), dw::Table::sizeRequestSimpl(), dw::Textblock::usesMaxGeneratorWidth(), dw::Textblock::yOffsetOfLineCreated(), and dw::Textblock::yOffsetOfLineToBeCreated().
#define DBG_OBJ_ENTER0_O | ( | aspect, | |
prio, | |||
obj, | |||
funname | |||
) | STMT_NOP |
#define DBG_OBJ_ENTER_O | ( | aspect, | |
prio, | |||
obj, | |||
funname, | |||
fmt, | |||
... | |||
) | STMT_NOP |
Referenced by dw::oof::OOFFloatsMgr::Float::CompareGBAndExtIndex::compare(), dw::tablecell::correctAvailWidthOfChild(), dw::tablecell::correctCorrectedRequisitionOfChild(), dw::oof::OOFFloatsMgr::Float::covers(), dw::oof::OOFFloatsMgr::SortedFloatsVector::find(), dw::oof::OOFFloatsMgr::SortedFloatsVector::findFirst(), dw::oof::OOFFloatsMgr::SortedFloatsVector::findFloatIndex(), dw::oof::OOFAwareWidget::getOOFMIndex(), dw::Textblock::TextblockIterator::highlight(), dw::oof::OOFAwareWidget::OOFAwareWidgetIterator::numParts(), and dw::Textblock::TextblockIterator::unhighlight().
#define DBG_OBJ_LEAVE | ( | ) | STMT_NOP |
Referenced by dw::Textblock::accumulateWordData(), dw::Textblock::accumulateWordForLine(), dw::Table::actuallyCalcCellSizes(), dw::Textblock::addBreakOption(), dw::Table::addCell(), dw::core::StackingContextMgr::addChildSCWidget(), dw::Textblock::addLinebreak(), dw::Textblock::addParbreak(), dw::Textblock::addSpace(), dw::Textblock::addText(), dw::Textblock::addText0(), dw::Textblock::addWidget(), dw::oof::OOFPositionedMgr::addWidgetOOF(), dw::Textblock::addWord(), dw::Table::affectsSizeChangeContainerChild(), dw::Textblock::alignLine(), dw::Table::apportion2(), dw::Table::apportionRowSpan(), dw::core::SelectionState::buttonPress(), dw::core::SelectionState::buttonRelease(), dw::Table::calcAdjustmentWidthSpanMultiCols(), dw::Table::calcAvailWidthForDescendant(), dw::Textblock::calcBorders(), dw::Table::calcCellSizes(), dw::core::Widget::calcExtraSpace(), dw::Textblock::calcExtraSpaceImpl(), dw::Table::calcExtremesSpanMultiCols(), dw::oof::OOFPosAbsLikeMgr::calcPosAndSizeChildOfChild(), dw::Textblock::calcTextOffset(), dw::Textblock::clearPositionChanged(), dw::core::Layout::containerSizeChanged(), dw::core::Widget::containerSizeChanged(), dw::Bullet::containerSizeChangedForChildren(), dw::Ruler::containerSizeChangedForChildren(), dw::oof::OOFPositionedMgr::containerSizeChangedForChildren(), dw::Image::containerSizeChangedForChildren(), dw::oof::OOFFloatsMgr::containerSizeChangedForChildren(), dw::core::ui::Embed::containerSizeChangedForChildren(), dw::core::Widget::containerSizeChangedForChildren(), dw::Table::containerSizeChangedForChildren(), dw::Textblock::containerSizeChangedForChildren(), dw::oof::OOFAwareWidget::correctExtremesByOOF(), dw::SimpleTableCell::correctExtremesOfChild(), dw::AlignedTableCell::correctExtremesOfChild(), dw::oof::OOFAwareWidget::correctRequisitionByOOF(), dw::SimpleTableCell::correctRequisitionOfChild(), dw::AlignedTableCell::correctRequisitionOfChild(), dw::oof::OOFPositionedMgr::doChildrenExceedContainer(), dw::core::StackingContextMgr::draw(), dw::oof::OOFPositionedMgr::draw(), dw::core::Layout::draw(), dw::oof::OOFFloatsMgr::draw(), dw::oof::OOFAwareWidget::draw(), dw::oof::OOFAwareWidget::drawLevel(), dw::Table::drawLevel(), dw::Textblock::drawLevel(), dw::Textblock::drawLine(), dw::oof::OOFFloatsMgr::ensureFloatSize(), dw::core::Layout::expose(), dw::core::SizeParams::fill(), dw::Textblock::fillParagraphs(), dw::Textblock::fillSpace(), dw::Textblock::flush(), dw::Table::forceCalcCellSizes(), dw::Table::forceCalcColumnExtremes(), dw::core::SizeParams::forChild(), dw::SimpleTableCell::getAvailHeightOfChild(), dw::AlignedTableCell::getAvailHeightOfChild(), dw::oof::OOFPosAbsLikeMgr::getAvailHeightOfChild(), dw::SimpleTableCell::getAvailWidthOfChild(), dw::AlignedTableCell::getAvailWidthOfChild(), dw::oof::OOFPosAbsLikeMgr::getAvailWidthOfChild(), dw::Table::getAvailWidthOfChild(), dw::oof::OOFPosAbsLikeMgr::getExtremes(), dw::oof::OOFFloatsMgr::getExtremes(), dw::core::ui::Resource::getExtremes(), dw::core::ui::ComplexButtonResource::getExtremes(), dw::core::Widget::getExtremes(), dw::core::Widget::getExtremesImpl(), dw::Table::getExtremesSimpl(), dw::Textblock::getExtremesSimpl(), dw::oof::OOFFloatsMgr::getFloatHeight(), dw::oof::OOFFloatsMgr::getFloatsExtremes(), dw::oof::OOFFloatsMgr::getFloatsSize(), dw::Textblock::getLineStretchability(), dw::oof::OOFFloatsMgr::getOOFAwareWidget(), dw::oof::OOFFloatsMgr::getOOFAwareWidgetWhenRegistered(), dw::oof::OOFFloatsMgr::getSize(), dw::core::StackingContextMgr::getWidgetAtPoint(), dw::oof::OOFPositionedMgr::getWidgetAtPoint(), dw::oof::OOFAwareWidget::getWidgetAtPoint(), dw::core::Layout::getWidgetAtPoint(), dw::oof::OOFAwareWidget::getWidgetAtPointLevel(), dw::Table::getWidgetAtPointLevel(), dw::Textblock::handleWordExtremes(), dw::oof::OOFFloatsMgr::hasFloat(), dw::Textblock::initNewLine(), dw::Textblock::justifyLine(), dw::Textblock::markExtremesChange(), dw::oof::OOFPosRelMgr::markSizeChange(), dw::oof::OOFFloatsMgr::markSizeChange(), dw::Textblock::markSizeChange(), dw::core::Layout::moveToWidget(), dw::Textblock::moveWordIndices(), dw::oof::OOFAwareWidget::oofSizeChanged(), dw::Textblock::oofSizeChanged(), dw::Textblock::processWord(), dw::core::Widget::queueDrawArea(), dw::Textblock::queueDrawRange(), dw::core::Widget::queueResize(), dw::core::Layout::queueResize(), dw::Textblock::removeTemporaryLines(), dw::Textblock::resizeDrawImpl(), dw::core::Layout::resizeIdle(), dw::core::ui::ComplexButtonResource::LayoutReceiver::resizeQueued(), dw::Textblock::rewrap(), dw::Textblock::searchMinBap(), dw::Textblock::setBreakOption(), dw::core::Widget::setParent(), dw::Textblock::showMissingLines(), dw::fltk::ui::FltkResource::sizeAllocate(), dw::core::Widget::sizeAllocate(), dw::oof::OOFPosRelMgr::sizeAllocateChildren(), dw::oof::OOFPosAbsLikeMgr::sizeAllocateChildren(), dw::oof::OOFPositionedMgr::sizeAllocateEnd(), dw::oof::OOFFloatsMgr::sizeAllocateEnd(), dw::oof::OOFFloatsMgr::sizeAllocateFloats(), dw::Image::sizeAllocateImpl(), dw::Table::sizeAllocateImpl(), dw::Textblock::sizeAllocateImpl(), dw::oof::OOFPositionedMgr::sizeAllocateStart(), dw::oof::OOFFloatsMgr::sizeAllocateStart(), dw::fltk::ui::FltkLabelButtonResource::sizeRequest(), dw::fltk::ui::FltkEntryResource::sizeRequest(), dw::fltk::ui::FltkMultiLineTextResource::sizeRequest(), dw::fltk::ui::FltkToggleButtonResource< I >::sizeRequest(), dw::core::ui::ComplexButtonResource::sizeRequest(), dw::core::Widget::sizeRequest(), dw::fltk::ui::FltkOptionMenuResource::sizeRequest(), dw::fltk::ui::FltkListResource::sizeRequest(), dw::core::Widget::sizeRequestImpl(), dw::Textblock::sizeRequestImpl(), dw::Image::sizeRequestSimpl(), dw::Table::sizeRequestSimpl(), dw::oof::OOFFloatsMgr::tellPosition1(), dw::oof::OOFPositionedMgr::tellPosition2(), dw::core::Layout::viewportSizeChanged(), dw::Textblock::wordWrap(), dw::Textblock::wrapWordInFlow(), and dw::Textblock::wrapWordOofRef().
#define DBG_OBJ_LEAVE_O | ( | obj | ) | STMT_NOP |
Referenced by dw::oof::OOFFloatsMgr::Float::CompareGBAndExtIndex::compare(), dw::tablecell::correctAvailWidthOfChild(), dw::tablecell::correctCorrectedRequisitionOfChild(), dw::oof::OOFFloatsMgr::SortedFloatsVector::findFloatIndex(), dw::Textblock::TextblockIterator::highlight(), dw::oof::OOFAwareWidget::OOFAwareWidgetIterator::numParts(), and dw::Textblock::TextblockIterator::unhighlight().
#define DBG_OBJ_LEAVE_VAL | ( | fmt, | |
... | |||
) | STMT_NOP |
Referenced by dw::Textblock::addAnchor(), dw::oof::OOFFloatsMgr::addWidgetOOF(), dw::core::Widget::affectedByContainerSizeChange(), dw::core::Widget::affectsSizeChangeContainerChild(), dw::Textblock::affectsSizeChangeContainerChild(), dw::Textblock::balanceBreakPosAndHeight(), dw::core::Widget::calcFinalWidth(), dw::oof::OOFFloatsMgr::calcFloatX(), dw::core::Widget::calcHeight(), dw::Textblock::calcLineBreakWidth(), dw::Textblock::calcSizeOfWidgetInFlow(), dw::Textblock::calcVerticalBorder(), dw::oof::OOFPosRelMgr::calcWidgetRefSize(), dw::core::Widget::calcWidth(), dw::oof::OOFFloatsMgr::collidesV(), dw::core::Widget::correctExtremes(), dw::core::Widget::correctExtremesOfChild(), dw::core::Widget::correctReqHeightOfChild(), dw::core::Widget::correctRequisition(), dw::core::Widget::correctRequisitionOfChild(), dw::core::Widget::correctReqWidthOfChild(), dw::oof::OOFAwareWidget::doesWidgetOOFInterruptDrawing(), dw::Textblock::findLineIndex(), dw::core::SizeParams::findReference(), dw::oof::OOFFloatsMgr::findTBInfo(), dw::core::Widget::getAvailHeight(), dw::core::Widget::getAvailHeightOfChild(), dw::core::Widget::getAvailWidth(), dw::core::Widget::getAvailWidthOfChild(), dw::Textblock::getAvailWidthOfChild(), dw::oof::OOFFloatsMgr::getBorder(), dw::oof::OOFPosRelMgr::getChildPosDim(), dw::oof::OOFPosRelMgr::getChildPosX(), dw::oof::OOFPosRelMgr::getChildPosY(), dw::oof::OOFFloatsMgr::getClearPosition(), dw::Textblock::getGeneratorRest(), dw::Textblock::getGeneratorWidth(), dw::Textblock::getGeneratorX(), dw::Textblock::getGeneratorY(), dw::Textblock::getMaxGeneratorWidth(), dw::core::Widget::getMinWidth(), dw::oof::OOFPosRelMgr::getSize(), dw::oof::OOFPosAbsLikeMgr::getSize(), dw::Textblock::getWidgetAtPointLevel(), dw::Textblock::getWidgetRegardingBorderForLine(), dw::core::Widget::intersects(), dw::core::SizeParams::isEquivalent(), dw::oof::OOFPosAbsLikeMgr::posXAbsolute(), dw::oof::OOFPosAbsLikeMgr::posYAbsolute(), dw::Textblock::searchBreakPos(), dw::Textblock::sendSelectionEvent(), dw::Textblock::usesMaxGeneratorWidth(), dw::Textblock::yOffsetOfLineCreated(), and dw::Textblock::yOffsetOfLineToBeCreated().
#define DBG_OBJ_LEAVE_VAL0 | ( | val | ) | STMT_NOP |
Referenced by dw::core::Widget::intersects().
#define DBG_OBJ_LEAVE_VAL0_O | ( | obj, | |
val | |||
) | STMT_NOP |
#define DBG_OBJ_LEAVE_VAL_O | ( | obj, | |
fmt, | |||
... | |||
) | STMT_NOP |
Referenced by dw::oof::OOFFloatsMgr::Float::covers(), dw::oof::OOFFloatsMgr::SortedFloatsVector::find(), dw::oof::OOFFloatsMgr::SortedFloatsVector::findFirst(), dw::oof::OOFAwareWidget::getOOFMIndex(), dw::oof::OOFAwareWidget::OOFAwareWidgetIterator::next(), and dw::oof::OOFAwareWidget::OOFAwareWidgetIterator::prev().
#define DBG_OBJ_MARK | ( | aspect, | |
prio, | |||
mark | |||
) | STMT_NOP |
#define DBG_OBJ_MARK_O | ( | aspect, | |
prio, | |||
obj, | |||
mark | |||
) | STMT_NOP |
#define DBG_OBJ_MARKF | ( | aspect, | |
prio, | |||
fmt, | |||
... | |||
) | STMT_NOP |
#define DBG_OBJ_MARKF_O | ( | aspect, | |
prio, | |||
obj, | |||
fmt, | |||
... | |||
) | STMT_NOP |
Referenced by dw::oof::OOFAwareWidget::OOFAwareWidgetIterator::numParts().
#define DBG_OBJ_MSG | ( | aspect, | |
prio, | |||
msg | |||
) | STMT_NOP |
Referenced by dw::Table::actuallyCalcCellSizes(), dw::Textblock::addParbreak(), dw::Textblock::addWidget(), dw::Textblock::alignLine(), dw::Table::apportion2(), dw::Textblock::balanceBreakPosAndHeight(), lout::container::untyped::Vector::bsearch(), dw::core::Widget::calcHeight(), dw::oof::OOFPosAbsLikeMgr::calcHPosAndSizeChildOfChild(), dw::Textblock::calcSizeOfWidgetInFlow(), dw::oof::OOFPosAbsLikeMgr::calcVPosAndSizeChildOfChild(), dw::core::Widget::calcWidth(), dw::core::Widget::correctExtremes(), dw::core::Widget::correctExtremesOfChild(), dw::core::Widget::correctRequisition(), dw::core::Widget::correctRequisitionOfChild(), dw::oof::OOFPositionedMgr::doChildrenExceedContainer(), dw::oof::OOFFloatsMgr::ensureFloatSize(), dw::Textblock::flush(), dw::core::Widget::getAvailHeight(), dw::oof::OOFPosAbsLikeMgr::getAvailHeightOfChild(), dw::core::Widget::getAvailHeightOfChild(), dw::core::Widget::getAvailWidth(), dw::oof::OOFPosAbsLikeMgr::getAvailWidthOfChild(), dw::core::Widget::getAvailWidthOfChild(), dw::Textblock::getAvailWidthOfChild(), dw::Textblock::getLineStretchability(), dw::core::Widget::intersects(), dw::Textblock::processWord(), dw::Textblock::rewrap(), dw::Textblock::searchBreakPos(), dw::Image::sizeAllocateImpl(), dw::Textblock::sizeRequestImpl(), and dw::Textblock::wrapWordInFlow().
#define DBG_OBJ_MSG_END | ( | ) | STMT_NOP |
Referenced by dw::Table::actuallyCalcCellSizes(), lout::container::untyped::Vector::bsearch(), dw::core::Widget::correctExtremes(), dw::oof::OOFAwareWidget::correctExtremesByOOF(), dw::core::Widget::correctExtremesOfChild(), dw::core::Widget::correctRequisition(), dw::oof::OOFAwareWidget::correctRequisitionByOOF(), dw::core::Widget::correctRequisitionOfChild(), dw::oof::OOFPositionedMgr::doChildrenExceedContainer(), dw::core::StackingContextMgr::draw(), dw::Textblock::drawLine(), dw::Table::forceCalcColumnExtremes(), dw::core::Widget::getAvailHeight(), dw::core::Widget::getAvailHeightOfChild(), dw::core::Widget::getAvailWidth(), dw::core::Widget::getAvailWidthOfChild(), dw::core::StackingContextMgr::getWidgetAtPoint(), dw::Textblock::processWord(), dw::Textblock::searchBreakPos(), dw::Textblock::searchMinBap(), dw::Textblock::sizeAllocateImpl(), dw::Textblock::sizeRequestImpl(), and dw::Textblock::wrapWordInFlow().
#define DBG_OBJ_MSG_END_O | ( | obj | ) | STMT_NOP |
#define DBG_OBJ_MSG_O | ( | aspect, | |
prio, | |||
obj, | |||
msg | |||
) | STMT_NOP |
#define DBG_OBJ_MSG_START | ( | ) | STMT_NOP |
Referenced by dw::Table::actuallyCalcCellSizes(), lout::container::untyped::Vector::bsearch(), dw::core::Widget::correctExtremes(), dw::oof::OOFAwareWidget::correctExtremesByOOF(), dw::core::Widget::correctExtremesOfChild(), dw::core::Widget::correctRequisition(), dw::oof::OOFAwareWidget::correctRequisitionByOOF(), dw::core::Widget::correctRequisitionOfChild(), dw::oof::OOFPositionedMgr::doChildrenExceedContainer(), dw::core::StackingContextMgr::draw(), dw::Textblock::drawLine(), dw::Table::forceCalcColumnExtremes(), dw::core::Widget::getAvailHeight(), dw::core::Widget::getAvailHeightOfChild(), dw::core::Widget::getAvailWidth(), dw::core::Widget::getAvailWidthOfChild(), dw::core::StackingContextMgr::getWidgetAtPoint(), dw::Textblock::processWord(), dw::Textblock::searchBreakPos(), dw::Textblock::searchMinBap(), dw::Textblock::sizeAllocateImpl(), dw::Textblock::sizeRequestImpl(), and dw::Textblock::wrapWordInFlow().
#define DBG_OBJ_MSG_START_O | ( | obj | ) | STMT_NOP |
#define DBG_OBJ_MSGF | ( | aspect, | |
prio, | |||
fmt, | |||
... | |||
) | STMT_NOP |
Referenced by dw::Textblock::accumulateWordData(), dw::Textblock::accumulateWordForLine(), dw::Table::actuallyCalcCellSizes(), dw::core::StackingContextMgr::addChildSCWidget(), dw::Textblock::addLine(), dw::Textblock::addWidget(), dw::oof::OOFPositionedMgr::addWidgetOOF(), dw::Table::affectsSizeChangeContainerChild(), dw::Table::apportion2(), dw::Textblock::balanceBreakPosAndHeight(), lout::container::untyped::Vector::bsearch(), dw::core::SelectionState::buttonPress(), dw::core::SelectionState::buttonRelease(), dw::Table::calcAvailWidthForDescendant(), dw::Textblock::calcBorders(), dw::Table::calcExtremesSpanMultiCols(), dw::core::Widget::calcFinalWidth(), dw::core::Widget::calcHeight(), dw::oof::OOFPosAbsLikeMgr::calcHPosAndSizeChildOfChild(), dw::Textblock::calcSizeOfWidgetInFlow(), dw::Textblock::calcTextOffset(), dw::oof::OOFPosAbsLikeMgr::calcVPosAndSizeChildOfChild(), dw::core::Widget::calcWidth(), dw::oof::OOFFloatsMgr::collidesV(), dw::core::Widget::correctExtremes(), dw::oof::OOFAwareWidget::correctExtremesByOOF(), dw::core::Widget::correctExtremesOfChild(), dw::oof::OOFAwareWidget::correctRequisitionByOOF(), dw::oof::OOFPositionedMgr::doChildrenExceedContainer(), dw::oof::OOFAwareWidget::doesWidgetOOFInterruptDrawing(), dw::core::StackingContextMgr::draw(), dw::Textblock::drawLevel(), dw::Textblock::drawLine(), dw::oof::OOFFloatsMgr::ensureFloatSize(), dw::Textblock::fillParagraphs(), dw::Textblock::fillSpace(), dw::Table::forceCalcColumnExtremes(), dw::core::Widget::getAvailHeight(), dw::oof::OOFPosAbsLikeMgr::getAvailHeightOfChild(), dw::core::Widget::getAvailHeightOfChild(), dw::oof::OOFPosAbsLikeMgr::getAvailWidthOfChild(), dw::Table::getAvailWidthOfChild(), dw::oof::OOFFloatsMgr::getBorder(), dw::oof::OOFPosRelMgr::getChildPosDim(), dw::oof::OOFFloatsMgr::getClearPosition(), dw::oof::OOFPosAbsLikeMgr::getExtremes(), dw::oof::OOFFloatsMgr::getExtremes(), dw::core::ui::Resource::getExtremes(), dw::core::ui::ComplexButtonResource::getExtremes(), dw::Textblock::getExtremesSimpl(), dw::oof::OOFFloatsMgr::getFloatHeight(), dw::oof::OOFFloatsMgr::getFloatsExtremes(), dw::oof::OOFFloatsMgr::getFloatsSize(), dw::oof::OOFFloatsMgr::getLeftBorder(), dw::Textblock::getLineStretchability(), dw::oof::OOFFloatsMgr::getOOFAwareWidgetWhenRegistered(), dw::oof::OOFFloatsMgr::getRightBorder(), dw::oof::OOFFloatsMgr::getSize(), dw::core::StackingContextMgr::getWidgetAtPoint(), dw::oof::OOFPositionedMgr::getWidgetAtPoint(), dw::oof::OOFAwareWidget::getWidgetAtPoint(), dw::core::Layout::getWidgetAtPoint(), dw::oof::OOFAwareWidget::getWidgetAtPointLevel(), dw::Table::getWidgetAtPointLevel(), dw::Textblock::getWidgetRegardingBorderForLine(), dw::Textblock::handleWordExtremes(), dw::oof::OOFFloatsMgr::hasFloat(), dw::oof::OOFFloatsMgr::hasFloatLeft(), dw::oof::OOFFloatsMgr::hasFloatRight(), dw::core::Widget::intersects(), dw::Textblock::justifyLine(), dw::oof::OOFPosRelMgr::markSizeChange(), dw::oof::OOFFloatsMgr::markSizeChange(), dw::core::Layout::moveToWidget(), dw::Textblock::moveWordIndices(), dw::Textblock::processWord(), dw::core::Widget::queueResize(), dw::core::Layout::queueResize(), dw::core::Layout::resizeIdle(), dw::Textblock::rewrap(), dw::Textblock::searchBreakPos(), dw::Textblock::searchMinBap(), dw::Textblock::sendSelectionEvent(), dw::Textblock::showMissingLines(), dw::fltk::ui::FltkEntryResource::sizeAllocate(), dw::core::Widget::sizeAllocate(), dw::Textblock::sizeAllocateImpl(), dw::fltk::ui::FltkLabelButtonResource::sizeRequest(), dw::fltk::ui::FltkEntryResource::sizeRequest(), dw::fltk::ui::FltkMultiLineTextResource::sizeRequest(), dw::fltk::ui::FltkToggleButtonResource< I >::sizeRequest(), dw::core::ui::ComplexButtonResource::sizeRequest(), dw::fltk::ui::FltkOptionMenuResource::sizeRequest(), dw::fltk::ui::FltkListResource::sizeRequest(), dw::Textblock::sizeRequestImpl(), dw::Image::sizeRequestSimpl(), dw::oof::OOFFloatsMgr::tellPosition1(), dw::Textblock::wordWrap(), dw::Textblock::wrapWordInFlow(), and dw::Textblock::wrapWordOofRef().
#define DBG_OBJ_MSGF_O | ( | aspect, | |
prio, | |||
obj, | |||
fmt, | |||
... | |||
) | STMT_NOP |
Referenced by dw::oof::OOFFloatsMgr::Float::CompareGBAndExtIndex::compare(), dw::tablecell::correctAvailWidthOfChild(), dw::tablecell::correctCorrectedRequisitionOfChild(), dw::oof::OOFFloatsMgr::SortedFloatsVector::findFirst(), dw::oof::OOFFloatsMgr::SortedFloatsVector::findFloatIndex(), dw::oof::OOFAwareWidget::getOOFMIndex(), dw::Textblock::TextblockIterator::highlight(), dw::oof::OOFAwareWidget::OOFAwareWidgetIterator::next(), dw::oof::OOFAwareWidget::OOFAwareWidgetIterator::numParts(), dw::oof::OOFAwareWidget::OOFAwareWidgetIterator::prev(), dw::fltk::ui::FltkComplexButtonResource::sizeAllocate(), and dw::Textblock::TextblockIterator::unhighlight().
#define DBG_OBJ_SET_BOOL | ( | var, | |
val | |||
) | STMT_NOP |
#define DBG_OBJ_SET_BOOL_O | ( | obj, | |
var, | |||
val | |||
) | STMT_NOP |
#define DBG_OBJ_SET_COL | ( | var, | |
val | |||
) | STMT_NOP |
Referenced by dw::core::Widget::setStyle().
#define DBG_OBJ_SET_COL_O | ( | obj, | |
var, | |||
val | |||
) | STMT_NOP |
#define DBG_OBJ_SET_NUM | ( | var, | |
val | |||
) | STMT_NOP |
Referenced by dw::Table::actuallyCalcCellSizes(), dw::core::StackingContextMgr::addChildSCWidget(), dw::Textblock::addLine(), dw::oof::OOFPositionedMgr::addWidgetOOF(), dw::oof::OOFFloatsMgr::addWidgetOOF(), dw::Textblock::addWord(), dw::core::Layout::attachView(), dw::Textblock::calcBorders(), dw::core::Widget::calcExtraSpace(), dw::oof::OOFAwareWidget::correctRequisitionByOOF(), dw::core::SizeParams::debugPrint(), dw::Textblock::fillParagraphs(), dw::fltk::ui::FltkMultiLineTextResource::FltkMultiLineTextResource(), dw::Table::forceCalcColumnExtremes(), dw::core::Widget::getExtremes(), dw::Textblock::getExtremesSimpl(), dw::Textblock::handleWordExtremes(), dw::Image::Image(), dw::fltk::FltkImgbuf::init(), dw::Textblock::initNewLine(), dw::core::Layout::Layout(), dw::Textblock::markExtremesChange(), dw::Textblock::markSizeChange(), dw::Textblock::notifySetAsTopLevel(), dw::Textblock::notifySetParent(), dw::oof::OOFFloatsMgr::OOFFloatsMgr(), dw::oof::OOFPositionedMgr::OOFPositionedMgr(), dw::Textblock::processWord(), dw::Table::reallocChildren(), dw::Textblock::removeTemporaryLines(), dw::Textblock::resizeDrawImpl(), dw::Textblock::rewrap(), dw::Image::setBuffer(), dw::core::Widget::setStyle(), dw::core::Widget::sizeAllocate(), dw::Image::sizeAllocateImpl(), dw::Textblock::sizeAllocateImpl(), dw::core::Widget::sizeRequest(), dw::Textblock::sizeRequestImpl(), dw::core::StackingContextMgr::StackingContextMgr(), dw::Table::Table(), dw::Textblock::Textblock(), and dw::core::Layout::viewportSizeChanged().
#define DBG_OBJ_SET_NUM_O | ( | obj, | |
var, | |||
val | |||
) | STMT_NOP |
Referenced by dw::Textblock::accumulateWordForLine(), dw::Table::addCell(), dw::Textblock::addWidget(), dw::oof::OOFPositionedMgr::addWidgetOOF(), dw::oof::OOFFloatsMgr::ensureFloatSize(), dw::oof::OOFFloatsMgr::Float::Float(), dw::oof::OOFPositionedMgr::moveExternalIndices(), dw::oof::OOFFloatsMgr::moveExternalIndices(), dw::Table::reallocChildren(), dw::oof::OOFFloatsMgr::tellPosition1(), dw::oof::OOFPositionedMgr::tellPosition2(), and dw::Textblock::wrapWordInFlow().
#define DBG_OBJ_SET_PTR | ( | var, | |
val | |||
) | STMT_NOP |
#define DBG_OBJ_SET_PTR_O | ( | obj, | |
var, | |||
val | |||
) | STMT_NOP |
#define DBG_OBJ_SET_STR | ( | var, | |
val | |||
) | STMT_NOP |
#define DBG_OBJ_SET_STR_O | ( | obj, | |
var, | |||
val | |||
) | STMT_NOP |
#define DBG_OBJ_SET_SYM | ( | var, | |
val | |||
) | STMT_NOP |
Referenced by dw::core::Layout::addWidget(), dw::fltk::FltkImgbuf::copyRow(), dw::fltk::FltkImgbuf::init(), dw::fltk::FltkImgbuf::newScan(), dw::core::Widget::printFlag(), dw::core::Layout::resizeIdle(), dw::fltk::FltkImgbuf::scaleRowBeautiful(), dw::fltk::FltkImgbuf::scaleRowSimple(), dw::core::Widget::setStyle(), and dw::core::Layout::viewportSizeChanged().
#define DBG_OBJ_SET_SYM_O | ( | obj, | |
var, | |||
val | |||
) | STMT_NOP |
#define STMT_NOP do { } while (0) |