#include <Properties.hpp>
Inheritance diagram for PropertyWrapPtr< PType >:
Public Member Functions | |
virtual PType & | Get () |
virtual const PType & | Get () const |
virtual bool | operator== (const ImageProperty &other) |
virtual void | Write (ImLib3DFile *file, xmlpp::Element *parentNode=NULL, xmlpp::Element *node=NULL) const |
Write this object, either to a current node, a parent node, or the root node of the file. | |
virtual void | Read (ImLib3DFile *file, xmlpp::Element *parentNode=NULL, xmlpp::Element *node=NULL) |
Read this object, either from a current node, a parent node, or the root node of the file. | |
virtual ImageProperty * | Duplicate () const |
PropertyWrapPtr (const string &_name, PType *_ptr) | |
PropertyWrapPtr (const string &_name) | |
Public Attributes | |
PType * | ptr |
Private Types | |
typedef TemplatedProperty< PType > | _Base |
Currently must have: - empty ctr - copy operator - in and out stream
Definition at line 108 of file Properties.hpp.