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 MWAWParagraph::addTabsTo(), MSWStruct::Font::cmp(), MSWStruct::Font::insert(), MSWStruct::Table::insert(), MSWStruct::Paragraph::insert(), MSWStruct::Paragraph::inTable(), MSWStruct::operator<<(), operator<<(), MSWText::prepareTableLimits(), MSWStruct::Paragraph::read(), MSW1Parser::readParagraph(), MWParser::readParagraph(), HMWJText::readParagraph(), HMWKText::readParagraph(), MSK3Text::readParagraph(), CWText::readParagraph(), WNText::readParagraph(), NSText::readParagraphs(), LWText::readRulers(), MSWTextStyles::readSection(), MSWTextStyles::readStylesFont(), MSWText::sendTable(), MSWText::sendText(), NSText::setProperty(), MSWTextStyles::setProperty(), MSWStruct::Font::updateFontToFinalState(), CWTextInternal::Paragraph::updateListLevel(), and MORTextInternal::Paragraph::updateToFinalState().
update the current value if orig is set
Referenced by MSWStruct::Font::insert(), MSWStruct::Section::insert(), MWAWParagraph::insert(), MSWStruct::Table::insert(), MSWStruct::Table::Cell::insert(), MSWStruct::ParagraphInfo::insert(), and MSWStruct::Paragraph::insert().
|
inline |
return true if the variable is set
Referenced by MSWTextStyles::getSectionFont(), MSWTextStyles::getSectionParagraph(), MSWStruct::Font::insert(), MWAWParagraph::insert(), MSWStruct::Table::insert(), MSWStruct::Paragraph::insert(), MSWStruct::operator<<(), MSWText::prepareFontProperties(), MSWText::prepareParagraphProperties(), MSWText::prepareTableLimits(), MSW1Parser::readParagraph(), MSWText::sendTable(), MSWStruct::Font::updateFontToFinalState(), and MSWStruct::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< LineSpacingType >::insert(), Variable< LineSpacingType >::isSet(), Variable< LineSpacingType >::operator*(), Variable< LineSpacingType >::operator->(), Variable< LineSpacingType >::operator=(), and Variable< LineSpacingType >::setSet().