filters
Libppt::NotesAtom Class Reference
Inheritance diagram for Libppt::NotesAtom:

Detailed Description
Definition at line 1002 of file kpresenter/powerpoint/libppt/powerpoint.h.
Public Member Functions | |
| NotesAtom () | |
| ~NotesAtom () | |
| int | slideId () const |
| void | setSlideId (int slideId) |
| int | flags () const |
| void | setFlags (int flags) |
| void | setData (unsigned size, const unsigned char *data) |
| const char * | name () |
| void | dump (std::ostream &out) const |
Static Public Attributes | |
| static const unsigned int | id |
Member Function Documentation
| void NotesAtom::setData | ( | unsigned | size, | |
| const unsigned char * | data | |||
| ) | [virtual] |
Sets the data for this record.
Reimplemented from Libppt::Record.
Definition at line 1434 of file powerpoint.cpp.
| const char* Libppt::NotesAtom::name | ( | ) | [inline, virtual] |
Returns the name of the record.
For debugging only.
Reimplemented from Libppt::Record.
Definition at line 1015 of file kpresenter/powerpoint/libppt/powerpoint.h.
| void NotesAtom::dump | ( | std::ostream & | out | ) | const [virtual] |
Dumps record information to output stream.
For debugging only.
Reimplemented from Libppt::Record.
Definition at line 1440 of file powerpoint.cpp.
Member Data Documentation
const unsigned int NotesAtom::id [static] |
Static ID of the record.
Subclasses should override this value with the id of the record they handle.
Reimplemented from Libppt::Record.
Definition at line 1005 of file kpresenter/powerpoint/libppt/powerpoint.h.
The documentation for this class was generated from the following files:

