#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 { ... } |
| const char* dw::core::Content::text |
Referenced by dw::Textblock::addText(), dw::core::SelectionState::copy(), dw::core::SelectionState::correctCharPos(), dw::Textblock::drawText(), dw::Textblock::TextblockIterator::getAllocation(), dw::TableCell::getValue(), dw::core::CharIterator::highlight(), dw::core::SelectionState::highlight0(), dw::core::CharIterator::next(), dw::core::TextIterator::next(), dw::core::CharIterator::prev(), dw::core::TextIterator::prev(), dw::Textblock::sendSelectionEvent(), and dw::TableCell::wordWrap().
| short dw::core::Content::type |
Referenced by dw::Textblock::addLinebreak(), dw::Textblock::addParbreak(), dw::Textblock::addText(), dw::Textblock::addWidget(), dw::Textblock::changeLinkColor(), dw::core::TextIterator::compareTo(), dw::core::EmptyIterator::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::getExtremesImpl(), dw::Textblock::getWidgetAtPoint(), dw::Textblock::getWordExtremes(), dw::core::CharIterator::highlight(), dw::core::SelectionState::highlight0(), dw::Textblock::TextblockIterator::next(), dw::core::CharIterator::next(), dw::core::DeepIterator::next(), dw::core::TextIterator::next(), dw::core::EmptyIterator::next(), dw::Textblock::TextblockIterator::prev(), dw::core::CharIterator::prev(), dw::core::DeepIterator::prev(), dw::core::TextIterator::prev(), dw::core::EmptyIterator::prev(), dw::Textblock::rewrap(), dw::core::DeepIterator::searchDownward(), dw::core::DeepIterator::searchSideward(), dw::Textblock::sendSelectionEvent(), dw::Textblock::sizeAllocateImpl(), dw::core::TextIterator::TextIterator(), dw::Textblock::wordWrap(), dw::TableCell::wordWrap(), and dw::Textblock::~Textblock().
Referenced by dw::Textblock::addParbreak(), dw::Textblock::addWidget(), dw::Textblock::changeLinkColor(), dw::core::DeepIterator::DeepIterator(), dw::Textblock::drawLine(), dw::core::Widget::getWidgetAtPoint(), dw::Textblock::getWidgetAtPoint(), dw::Textblock::getWordExtremes(), dw::core::DeepIterator::next(), dw::core::DeepIterator::prev(), dw::Textblock::rewrap(), dw::core::DeepIterator::searchDownward(), dw::Textblock::sizeAllocateImpl(), dw::Textblock::wordWrap(), and dw::Textblock::~Textblock().
1.5.9