#include <stdio.h>
#include "debug_rtfl.hh"
Go to the source code of this file.
|
#define | D_STMT_START do |
|
#define | D_STMT_END while (0) |
|
#define | D_STMT_NOP D_STMT_START { } D_STMT_END |
|
#define | DEBUG_MSG(level,...) |
|
#define | STMT_NOP do { } while (0) |
|
#define | DBG_IF_RTFL if(0) |
|
#define | DBG_OBJ_MSG_S(aspect, prio, msg) STMT_NOP |
|
#define | DBG_OBJ_MSGF_S(aspect, prio, fmt,...) STMT_NOP |
|
#define | DBG_OBJ_ENTER0_S(aspect, prio, funname) STMT_NOP |
|
#define | DBG_OBJ_ENTER_S(aspect, prio, funname, fmt,...) STMT_NOP |
|
#define | DBG_OBJ_LEAVE_S() STMT_NOP |
|
#define | DBG_OBJ_LEAVE_VAL_S(fmt,...) STMT_NOP |
|
#define D_STMT_END while (0) |
#define DBG_IF_RTFL if(0) |
Referenced by dw::Textblock::accumulateWordData(), dw::Table::actuallyCalcCellSizes(), dw::core::SelectionState::buttonPress(), dw::core::SelectionState::buttonRelease(), dw::fltk::FltkImgbuf::copyRow(), dw::core::SizeParams::debugPrint(), dw::Table::forceCalcColumnExtremes(), dw::core::Widget::getMinWidth(), dw::Textblock::TextblockIterator::highlight(), dw::Textblock::hyphenateWord(), dw::fltk::FltkImgbuf::init(), dw::fltk::FltkImgbuf::newScan(), dw::oof::OOFAwareWidget::OOFAwareWidgetIterator::next(), dw::oof::OOFAwareWidget::OOFAwareWidgetIterator::prev(), dw::core::Widget::printFlag(), dw::Table::reallocChildren(), dw::fltk::FltkImgbuf::scaleRowBeautiful(), dw::fltk::FltkImgbuf::scaleRowSimple(), dw::Textblock::searchBreakPos(), dw::Textblock::searchMinBap(), dw::Textblock::sizeRequestImpl(), and dw::Textblock::TextblockIterator::unhighlight().
#define DBG_OBJ_ENTER0_S |
( |
|
aspect, |
|
|
|
prio, |
|
|
|
funname |
|
) |
| STMT_NOP |
#define DBG_OBJ_ENTER_S |
( |
|
aspect, |
|
|
|
prio, |
|
|
|
funname, |
|
|
|
fmt, |
|
|
|
... |
|
) |
| STMT_NOP |
#define DBG_OBJ_LEAVE_VAL_S |
( |
|
fmt, |
|
|
|
... |
|
) |
| STMT_NOP |
#define DBG_OBJ_MSG_S |
( |
|
aspect, |
|
|
|
prio, |
|
|
|
msg |
|
) |
| STMT_NOP |
#define DBG_OBJ_MSGF_S |
( |
|
aspect, |
|
|
|
prio, |
|
|
|
fmt, |
|
|
|
... |
|
) |
| STMT_NOP |
#define DEBUG_MSG |
( |
|
level, |
|
|
|
... |
|
) |
| |
#define STMT_NOP do { } while (0) |