Internal: a script field. More...
Public Member Functions | |
FieldScript () | |
constructor More... | |
FieldScript (Field const &orig) | |
copy constructor More... | |
~FieldScript () final | |
destructor More... | |
void | print (std::ostream &o) const final |
print a field More... | |
![]() | |
Field () | |
constructor More... | |
virtual | ~Field () |
destructor More... | |
virtual bool | send (STOFFListenerPtr &listener, StarState &state) const |
add to send the zone data More... | |
Public Attributes | |
librevenge::RVNGString | m_code |
the code More... | |
librevenge::RVNGString | m_scriptType |
the scriptType 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 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().