dillo
3.0.5
About: dillo is a small, fast, extensible Web browser particularly suitable for older or smaller computers and embedded systems (but only limited or no support for frames, CSS, JavaScript, Java).
![]() ![]() |
#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 |
Definition at line 206 of file types.hh.
Referenced by dw::Textblock::accumulateWordForLine(), dw::Textblock::addLinebreak(), dw::Textblock::addParbreak(), and dw::core::SelectionState::copy().
bool dw::core::Content::space |
Definition at line 202 of file types.hh.
Referenced by dw::core::SelectionState::copy(), dw::Textblock::fillSpace(), dw::Textblock::fillWord(), dw::Textblock::hyphenateWord(), and dw::TableCell::wordWrap().
const char* dw::core::Content::text |
Definition at line 204 of file types.hh.
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::Textblock::isHyphenationCandidate(), dw::core::TextIterator::next(), dw::core::TextIterator::prev(), dw::Textblock::printWordShort(), dw::Textblock::sendSelectionEvent(), and dw::TableCell::wordWrap().
short dw::core::Content::type |
Definition at line 201 of file types.hh.
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::Textblock::isHyphenationCandidate(), dw::core::EmptyIterator::next(), dw::core::TextIterator::next(), dw::core::DeepIterator::next(), dw::core::EmptyIterator::prev(), dw::core::TextIterator::prev(), dw::core::DeepIterator::prev(), dw::Textblock::printWordShort(), 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 |
Definition at line 205 of file types.hh.
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::printWordShort(), dw::Textblock::rewrap(), dw::core::DeepIterator::searchDownward(), dw::Textblock::sizeAllocateImpl(), dw::Table::TableIterator::TableIterator(), dw::Textblock::wordWrap(), and dw::Textblock::~Textblock().