Internal: a jump edit field. More...
Public Member Functions | |
FieldJumpEdit () | |
constructor | |
FieldJumpEdit (Field const &orig) | |
copy constructor | |
virtual | ~FieldJumpEdit () |
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_help |
the help |
Internal: a jump edit field.
SWFieldManagerInternal::FieldJumpEdit::FieldJumpEdit | ( | ) | [inline] |
constructor
SWFieldManagerInternal::FieldJumpEdit::FieldJumpEdit | ( | Field const & | orig | ) | [inline, explicit] |
copy constructor
SWFieldManagerInternal::FieldJumpEdit::~FieldJumpEdit | ( | ) | [virtual] |
destructor
virtual void SWFieldManagerInternal::FieldJumpEdit::print | ( | std::ostream & | o | ) | const [inline, virtual] |
print a field
Reimplemented from SWFieldManagerInternal::Field.
bool SWFieldManagerInternal::FieldJumpEdit::send | ( | STOFFListenerPtr | listener, |
StarState & | state | ||
) | const [virtual] |
add to send the zone data
Reimplemented from SWFieldManagerInternal::Field.
librevenge::RVNGString SWFieldManagerInternal::FieldJumpEdit::m_help |