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

Detailed Description
Definition at line 43 of file objects.h.
Public Member Functions | |
| Object () | |
| virtual | ~Object () |
| int | id () const |
| void | setId (int id) |
| virtual bool | isText () const |
| virtual bool | isPicture () const |
| virtual bool | isGroup () const |
| virtual bool | isDrawing () const |
| double | top () const |
| double | left () const |
| double | width () const |
| double | height () const |
| void | setTop (double top) |
| void | setLeft (double left) |
| void | setWidth (double width) |
| void | setHeight (double height) |
| bool | isBackground () const |
| void | setBackground (bool bg) |
| bool | hasProperty (std::string name) |
| void | setProperty (std::string name, int value) |
| void | setProperty (std::string name, double value) |
| void | setProperty (std::string name, std::string value) |
| void | setProperty (std::string name, bool value) |
| void | setProperty (std::string name, Color value) |
| void | setProperty (std::string name, const char *value) |
| int | getIntProperty (std::string name) |
| double | getDoubleProperty (std::string name) |
| bool | getBoolProperty (std::string name) |
| std::string | getStrProperty (std::string name) |
| Color | getColorProperty (std::string name) |
The documentation for this class was generated from the following files:

