Internal: a hidden text/para field. More...
Public Member Functions | |
FieldHiddenText () | |
constructor | |
FieldHiddenText (Field const &orig) | |
copy constructor | |
virtual | ~FieldHiddenText () |
destructor | |
virtual bool | send (STOFFListenerPtr listener, StarState &state) const |
add to send the zone data | |
virtual void | print (std::ostream &o) const |
print a field | |
Public Attributes | |
bool | m_hidden |
the hidden flag | |
librevenge::RVNGString | m_condition |
the condition |
Internal: a hidden text/para field.
constructor
SWFieldManagerInternal::FieldHiddenText::FieldHiddenText | ( | Field const & | orig | ) | [inline, explicit] |
copy constructor
destructor
virtual void SWFieldManagerInternal::FieldHiddenText::print | ( | std::ostream & | o | ) | const [inline, virtual] |
print a field
Reimplemented from SWFieldManagerInternal::Field.
bool SWFieldManagerInternal::FieldHiddenText::send | ( | STOFFListenerPtr | listener, |
StarState & | state | ||
) | const [virtual] |
add to send the zone data
Reimplemented from SWFieldManagerInternal::Field.
librevenge::RVNGString SWFieldManagerInternal::FieldHiddenText::m_condition |