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

Detailed Description
Definition at line 716 of file kpresenter/powerpoint/libppt/powerpoint.h.
Public Member Functions | |
| DocumentAtom () | |
| ~DocumentAtom () | |
| int | slideWidth () const |
| void | setSlideWidth (int w) |
| int | slideHeight () const |
| void | setSlideHeight (int h) |
| int | notesWidth () const |
| void | setNotesWidth (int nw) |
| int | notesHeight () const |
| void | setNotesHeight (int nh) |
| int | zoomNumer () const |
| void | setZoomNumer (int numer) |
| int | zoomDenom () const |
| void | setZoomDenom (int denom) |
| int | notesMasterPersist () const |
| void | setNotesMasterPersist (int notesMasterPersist) |
| int | handoutMasterPersist () const |
| void | setHandoutMasterPersist (int handoutMasterPersist) |
| int | firstSlideNum () const |
| void | setFirstSlideNum (int firstSlideNum) |
| int | slideSizeType () const |
| void | setSlideSizeType (int slideSizeType) |
| int | saveWithFonts () const |
| void | setSaveWithFonts (int saveWithFonts) |
| int | omitTitlePlace () const |
| void | setOmitTitlePlace (int omitTitlePlace) |
| int | rightToLeft () const |
| void | setRightToLeft (int rightToLeft) |
| int | showComments () const |
| void | setShowComments (int showComments) |
| 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 DocumentAtom::setData | ( | unsigned | size, | |
| const unsigned char * | data | |||
| ) | [virtual] |
Sets the data for this record.
Reimplemented from Libppt::Record.
Definition at line 976 of file powerpoint.cpp.
| const char* Libppt::DocumentAtom::name | ( | ) | [inline, virtual] |
Returns the name of the record.
For debugging only.
Reimplemented from Libppt::Record.
Definition at line 761 of file kpresenter/powerpoint/libppt/powerpoint.h.
| void DocumentAtom::dump | ( | std::ostream & | out | ) | const [virtual] |
Dumps record information to output stream.
For debugging only.
Reimplemented from Libppt::Record.
Definition at line 994 of file powerpoint.cpp.
Member Data Documentation
const unsigned int DocumentAtom::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 719 of file kpresenter/powerpoint/libppt/powerpoint.h.
The documentation for this class was generated from the following files:

