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

Detailed Description
Definition at line 1596 of file kpresenter/powerpoint/libppt/powerpoint.h.
Public Member Functions | |
| ViewInfoAtom () | |
| ~ViewInfoAtom () | |
| int | curScaleXNum () const |
| void | setCurScaleXNum (int curScaleXNum) |
| int | curScaleXDen () const |
| void | setCurScaleXDen (int curScaleXDen) |
| int | curScaleYNum () const |
| void | setCurScaleYNum (int curScaleYNum) |
| int | curScaleYDen () const |
| void | setCurScaleYDen (int curScaleYDen) |
| int | prevScaleXNum () const |
| void | setPrevScaleXNum (int prevScaleXNum) |
| int | prevScaleXDen () const |
| void | setPrevScaleXDen (int prevScaleXDen) |
| int | prevScaleYNum () const |
| void | setPrevScaleYNum (int prevScaleYNum) |
| int | prevScaleYDen () const |
| void | setPrevScaleYDen (int prevScaleYDen) |
| int | viewSizeX () const |
| void | setViewSizeX (int viewSizeX) |
| int | viewSizeY () const |
| void | setViewSizeY (int viewSizeY) |
| int | originX () const |
| void | setOriginX (int originX) |
| int | originY () const |
| void | setOriginY (int originY) |
| int | varScale () const |
| void | setVarScale (int varScale) |
| int | draftMode () const |
| void | setDraftMode (int draftMode) |
| int | padding () const |
| void | setPadding (int padding) |
| 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 ViewInfoAtom::setData | ( | unsigned | size, | |
| const unsigned char * | data | |||
| ) | [virtual] |
Sets the data for this record.
Reimplemented from Libppt::Record.
Definition at line 2855 of file powerpoint.cpp.
| const char* Libppt::ViewInfoAtom::name | ( | ) | [inline, virtual] |
Returns the name of the record.
For debugging only.
Reimplemented from Libppt::Record.
Definition at line 1635 of file kpresenter/powerpoint/libppt/powerpoint.h.
| void ViewInfoAtom::dump | ( | std::ostream & | out | ) | const [virtual] |
Dumps record information to output stream.
For debugging only.
Reimplemented from Libppt::Record.
Definition at line 2874 of file powerpoint.cpp.
Member Data Documentation
const unsigned int ViewInfoAtom::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 1599 of file kpresenter/powerpoint/libppt/powerpoint.h.
The documentation for this class was generated from the following files:

