Internal: a script field. More...
Public Member Functions | |
FieldScript () | |
constructor | |
FieldScript (Field const &orig) | |
copy constructor | |
~FieldScript () final | |
destructor | |
void | print (std::ostream &o) const final |
print a field | |
![]() | |
Field () | |
constructor | |
virtual | ~Field () |
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 | |
librevenge::RVNGString | m_code |
the code | |
librevenge::RVNGString | m_scriptType |
the scriptType | |
![]() | |
int | m_type |
the field type | |
int | m_subType |
the subtype | |
int | m_format |
the field format | |
librevenge::RVNGString | m_name |
the name | |
librevenge::RVNGString | m_content |
the content | |
librevenge::RVNGString | m_textValue |
the value text | |
double | m_doubleValue |
double | |
int | m_level |
the chapter level | |
Additional Inherited Members | |
![]() | |
Field (const Field &)=default | |
copy constructor | |
Internal: a script field.
|
inline |
constructor
|
inlineexplicit |
copy constructor
|
final |
destructor
|
inlinefinalvirtual |
print a field
Reimplemented from SWFieldManagerInternal::Field.
librevenge::RVNGString SWFieldManagerInternal::FieldScript::m_code |
the code
Referenced by print().
librevenge::RVNGString SWFieldManagerInternal::FieldScript::m_scriptType |
the scriptType
Referenced by print().