|
Dillo
|
#include <types.hh>
Public Types | |
| enum | Type { START = 1 << 0, END = 1 << 1, TEXT = 1 << 2, WIDGET = 1 << 3, BREAK = 1 << 4, ALL = 0xff, REAL_CONTENT = 0xff ^ (START | END), SELECTION_CONTENT = TEXT | WIDGET | BREAK } |
Public Attributes | |
| short | type |
| bool | space |
| union { | |
| const char * text | |
| Widget * widget | |
| int breakSpace | |
| }; | |
| union { ... } |
| int dw::core::Content::breakSpace |
| bool dw::core::Content::space |
| const char* dw::core::Content::text |
Referenced by dw::Textblock::addText0(), dw::core::SelectionState::copy(), dw::core::SelectionState::correctCharPos(), dw::Textblock::drawWord(), dw::Textblock::TextblockIterator::getAllocation(), dw::TableCell::getValue(), dw::core::CharIterator::highlight(), dw::core::SelectionState::highlight0(), dw::Textblock::hyphenateWord(), dw::core::TextIterator::next(), dw::core::TextIterator::prev(), dw::Textblock::printWord(), dw::Textblock::sendSelectionEvent(), dw::TableCell::wordWrap(), and dw::Textblock::wordWrap().
| short dw::core::Content::type |
Referenced by dw::Textblock::accumulateWordForLine(), dw::Textblock::addLinebreak(), dw::Textblock::addParbreak(), dw::Textblock::addText0(), dw::Textblock::addWidget(), dw::Textblock::alignLine(), dw::Textblock::changeLinkColor(), dw::core::EmptyIterator::compareTo(), dw::core::TextIterator::compareTo(), dw::core::SelectionState::copy(), dw::core::SelectionState::correctCharPos(), dw::core::DeepIterator::DeepIterator(), dw::Textblock::drawLine(), dw::core::EmptyIterator::EmptyIterator(), dw::Textblock::TextblockIterator::getAllocation(), dw::Textblock::getWidgetAtPoint(), dw::Textblock::getWordExtremes(), dw::core::CharIterator::highlight(), dw::core::SelectionState::highlight0(), dw::Textblock::hyphenateWord(), dw::Textblock::initLine1Offset(), dw::core::EmptyIterator::next(), dw::core::TextIterator::next(), dw::core::DeepIterator::next(), dw::Textblock::TextblockIterator::next(), dw::core::EmptyIterator::prev(), dw::core::TextIterator::prev(), dw::core::DeepIterator::prev(), dw::Textblock::TextblockIterator::prev(), dw::Textblock::printWord(), dw::Textblock::rewrap(), dw::core::DeepIterator::searchDownward(), dw::core::DeepIterator::searchSideward(), dw::Textblock::sendSelectionEvent(), dw::Textblock::sizeAllocateImpl(), dw::Table::TableIterator::TableIterator(), dw::Textblock::TextblockIterator::TextblockIterator(), dw::core::TextIterator::TextIterator(), dw::TableCell::wordWrap(), dw::Textblock::wordWrap(), and dw::Textblock::~Textblock().
| Widget* dw::core::Content::widget |
Referenced by dw::Textblock::accumulateWordForLine(), dw::Textblock::addWidget(), dw::Textblock::changeLinkColor(), dw::core::DeepIterator::DeepIterator(), dw::Textblock::drawLine(), dw::core::Widget::getWidgetAtPoint(), dw::Textblock::getWidgetAtPoint(), dw::Textblock::getWordExtremes(), dw::Textblock::initLine1Offset(), dw::core::DeepIterator::next(), dw::core::DeepIterator::prev(), dw::Textblock::printWord(), dw::Textblock::rewrap(), dw::core::DeepIterator::searchDownward(), dw::Textblock::sizeAllocateImpl(), dw::Table::TableIterator::TableIterator(), and dw::Textblock::~Textblock().
1.8.2