Internal: a set expr field. More...
Public Member Functions | |
FieldSetExp () | |
constructor | |
FieldSetExp (Field const &orig) | |
copy constructor | |
virtual | ~FieldSetExp () |
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 | |
int | m_fieldType |
the field type | |
librevenge::RVNGString | m_formula |
the formula | |
librevenge::RVNGString | m_prompt |
the prompt | |
int | m_seqVal |
the seq value | |
int | m_seqNo |
the seq number | |
char | m_delim |
the deliminator |
Internal: a set expr field.
SWFieldManagerInternal::FieldSetExp::FieldSetExp | ( | ) | [inline] |
constructor
SWFieldManagerInternal::FieldSetExp::FieldSetExp | ( | Field const & | orig | ) | [inline, explicit] |
copy constructor
SWFieldManagerInternal::FieldSetExp::~FieldSetExp | ( | ) | [virtual] |
destructor
virtual void SWFieldManagerInternal::FieldSetExp::print | ( | std::ostream & | o | ) | const [inline, virtual] |
print a field
Reimplemented from SWFieldManagerInternal::Field.
bool SWFieldManagerInternal::FieldSetExp::send | ( | STOFFListenerPtr | listener, |
StarState & | state | ||
) | const [virtual] |
add to send the zone data
Reimplemented from SWFieldManagerInternal::Field.
the deliminator
Referenced by print().
the field type
Referenced by print().
librevenge::RVNGString SWFieldManagerInternal::FieldSetExp::m_formula |
librevenge::RVNGString SWFieldManagerInternal::FieldSetExp::m_prompt |
the prompt
Referenced by print().
the seq number
Referenced by print().
the seq value
Referenced by print().