a generic variable template: value + flag to know if the variable is set More...
#include <libmwaw_internal.hxx>
Public Member Functions | |
Variable () | |
constructor More... | |
Variable (T def) | |
constructor with a default value More... | |
Variable (Variable const &orig) | |
copy constructor More... | |
Variable & | operator= (Variable const &orig) |
copy operator More... | |
Variable & | operator= (T val) |
set a value More... | |
void | insert (Variable const &orig) |
update the current value if orig is set More... | |
T const * | operator-> () const |
operator* More... | |
T * | operator-> () |
operator* More... | |
T const & | operator* () const |
operator* More... | |
T & | operator* () |
operator* More... | |
T const & | get () const |
return the current value More... | |
bool | isSet () const |
return true if the variable is set More... | |
void | setSet (bool newVal) |
define if the variable is set More... | |
Protected Attributes | |
T | m_data |
the value More... | |
bool | m_set |
a flag to know if the variable is set or not More... | |
a generic variable template: value + flag to know if the variable is set
|
inline |
return the current value
Referenced by MWAWFont::Line::addTo(), MWAWParagraph::addTo(), MWAWFont::addTo(), MsWrdStruct::Font::cmp(), MWAWFont::Line::cmp(), MWAWFont::cmp(), MWAWFont::deltaLetterSpacing(), MWAWFont::flags(), MWAWFont::getBackgroundColor(), MWAWFont::getColor(), MWAWFont::getDebugString(), MWAWFont::hasColor(), MWAWFont::id(), MsWrdStruct::Font::insert(), MsWrdStruct::Table::insert(), MsWrdStruct::Paragraph::insert(), MsWrdStruct::Paragraph::inTable(), MWAWFont::language(), MsWrdStruct::operator<<(), operator<<(), MsWrdText::prepareTableLimits(), MsWrdStruct::Paragraph::read(), MsWrd1Parser::readParagraph(), MacWrtParser::readParagraph(), HanMacWrdJText::readParagraph(), HanMacWrdKText::readParagraph(), MsWks3Text::readParagraph(), ClarisWksText::readParagraph(), WriteNowText::readParagraph(), NisusWrtText::readParagraphs(), LightWayTxtText::readRulers(), MsWrdTextStyles::readSection(), MsWrdTextStyles::readStylesFont(), MsWrdText::sendTable(), MsWrdText::sendText(), NisusWrtText::setProperty(), MsWrdTextStyles::setProperty(), MWAWFont::size(), MWAWFont::texteWidthScaling(), MsWrdStruct::Font::updateFontToFinalState(), ClarisWksTextInternal::Paragraph::updateListLevel(), and MoreTextInternal::Paragraph::updateToFinalState().
update the current value if orig is set
Referenced by MWAWFont::addTo(), MsWrdStruct::Font::insert(), MsWrdStruct::Section::insert(), MWAWParagraph::insert(), MsWrdStruct::Table::insert(), MsWrdStruct::Table::Cell::insert(), MWAWFont::insert(), MsWrdStruct::ParagraphInfo::insert(), and MsWrdStruct::Paragraph::insert().
|
inline |
return true if the variable is set
Referenced by MWAWFont::Line::addTo(), MWAWFont::addTo(), MWAWFont::Line::cmp(), MWAWFont::getDebugString(), MsWrdTextStyles::getSectionFont(), MsWrdTextStyles::getSectionParagraph(), MWAWFont::hasColor(), MsWrdStruct::Font::insert(), MWAWParagraph::insert(), MsWrdStruct::Table::insert(), MWAWFont::insert(), MsWrdStruct::Paragraph::insert(), MWAWFont::isSet(), MsWrdStruct::operator<<(), operator<<(), MsWrdText::prepareFontProperties(), MsWrdText::prepareParagraphProperties(), MsWrdText::prepareTableLimits(), MsWrd1Parser::readParagraph(), MsWrdText::sendTable(), MsWrdStruct::Font::updateFontToFinalState(), and MsWrdStruct::Paragraph::updateParagraphToFinalState().
|
inline |
operator*
|
inline |
operator*
|
inline |
operator*
|
inline |
operator*
copy operator
|
inline |
define if the variable is set
Referenced by MWAWParagraph::MWAWParagraph().
|
protected |
|
protected |
a flag to know if the variable is set or not
Referenced by Variable< MsWrdStruct::Table >::insert(), Variable< MsWrdStruct::Table >::isSet(), Variable< MsWrdStruct::Table >::operator*(), Variable< MsWrdStruct::Table >::operator->(), Variable< MsWrdStruct::Table >::operator=(), and Variable< MsWrdStruct::Table >::setSet().