Internal: a script field. More...
Public Member Functions | |
| FieldScript () | |
| constructor | |
| FieldScript (Field const &orig) | |
| copy constructor | |
| virtual | ~FieldScript () |
| destructor | |
| virtual void | print (std::ostream &o) const |
| print a field | |
Public Attributes | |
| librevenge::RVNGString | m_code |
| the code | |
| librevenge::RVNGString | m_scriptType |
| the scriptType | |
Internal: a script field.
| SWFieldManagerInternal::FieldScript::FieldScript | ( | ) | [inline] |
constructor
| SWFieldManagerInternal::FieldScript::FieldScript | ( | Field const & | orig | ) | [inline, explicit] |
copy constructor
| SWFieldManagerInternal::FieldScript::~FieldScript | ( | ) | [virtual] |
destructor
| virtual void SWFieldManagerInternal::FieldScript::print | ( | std::ostream & | o | ) | const [inline, virtual] |
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().