Internal: a set expr field. More...
Public Member Functions | |
FieldSetExp () | |
constructor More... | |
FieldSetExp (Field const &orig) | |
copy constructor More... | |
~FieldSetExp () final | |
destructor More... | |
bool | send (STOFFListenerPtr &listener, StarState &state) const final |
add to send the zone data More... | |
void | print (std::ostream &o) const final |
print a field More... | |
![]() | |
Field () | |
constructor More... | |
virtual | ~Field () |
destructor More... | |
Public Attributes | |
int | m_fieldType |
the field type More... | |
librevenge::RVNGString | m_formula |
the formula More... | |
librevenge::RVNGString | m_prompt |
the prompt More... | |
int | m_seqVal |
the seq value More... | |
int | m_seqNo |
the seq number More... | |
char | m_delim |
the deliminator More... | |
![]() | |
int | m_type |
the field type More... | |
int | m_subType |
the subtype More... | |
int | m_format |
the field format More... | |
librevenge::RVNGString | m_name |
the name More... | |
librevenge::RVNGString | m_content |
the content More... | |
librevenge::RVNGString | m_textValue |
the value text More... | |
double | m_doubleValue |
double More... | |
int | m_level |
the chapter level More... | |
Additional Inherited Members | |
![]() | |
Field (const Field &)=default | |
copy constructor More... | |
Internal: a set expr field.
|
inline |
constructor
|
inlineexplicit |
copy constructor
|
final |
destructor
|
inlinefinalvirtual |
print a field
Reimplemented from SWFieldManagerInternal::Field.
|
finalvirtual |
add to send the zone data
Reimplemented from SWFieldManagerInternal::Field.
char SWFieldManagerInternal::FieldSetExp::m_delim |
the deliminator
Referenced by print().
int SWFieldManagerInternal::FieldSetExp::m_fieldType |
the field type
Referenced by print().
librevenge::RVNGString SWFieldManagerInternal::FieldSetExp::m_formula |
librevenge::RVNGString SWFieldManagerInternal::FieldSetExp::m_prompt |
the prompt
Referenced by print().
int SWFieldManagerInternal::FieldSetExp::m_seqNo |
the seq number
Referenced by print().
int SWFieldManagerInternal::FieldSetExp::m_seqVal |
the seq value
Referenced by print().