#include <RpObject.hxx>
Public Member Functions | |
| virtual | ~RpObject () |
| virtual RppList * | getRppList () |
| to story the properties | |
| virtual void | Add () |
| implement this function to add your class to the right place | |
| virtual void | Init () |
| implement this function if you want to do something after the object is parsed | |
Protected Attributes | |
| RppList | m_ppList |
Definition at line 16 of file RpObject.hxx.
|
|
Definition at line 18 of file RpObject.hxx. |
|
|
implement this function to add your class to the right place
Definition at line 22 of file RpObject.hxx. |
|
|
to story the properties
|
|
|
implement this function if you want to do something after the object is parsed
Definition at line 24 of file RpObject.hxx. |
|
|
Definition at line 26 of file RpObject.hxx. |
1.3.9.1