Internal: a postit field. More...
Public Member Functions | |
FieldPostIt () | |
constructor | |
FieldPostIt (Field const &orig) | |
copy constructor | |
virtual | ~FieldPostIt () |
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_author |
the author | |
long | m_date |
the date |
Internal: a postit field.
SWFieldManagerInternal::FieldPostIt::FieldPostIt | ( | ) | [inline] |
constructor
SWFieldManagerInternal::FieldPostIt::FieldPostIt | ( | Field const & | orig | ) | [inline, explicit] |
copy constructor
SWFieldManagerInternal::FieldPostIt::~FieldPostIt | ( | ) | [virtual] |
destructor
virtual void SWFieldManagerInternal::FieldPostIt::print | ( | std::ostream & | o | ) | const [inline, virtual] |
print a field
Reimplemented from SWFieldManagerInternal::Field.
bool SWFieldManagerInternal::FieldPostIt::send | ( | STOFFListenerPtr | listener, |
StarState & | state | ||
) | const [virtual] |
add to send the zone data
Reimplemented from SWFieldManagerInternal::Field.
librevenge::RVNGString SWFieldManagerInternal::FieldPostIt::m_author |