MPropPtr< P > Class Template Reference
Master (according to Jeff Alger) pointer to Property. More...
#include <property.h>
Public Member Functions | |
MPropPtr () | |
MPropPtr (P *prop) | |
MPropPtr (const MPropPtr< P > &pp) | |
MPropPtr< P > & | operator= (const MPropPtr< P > &pp) |
~MPropPtr () | |
P * | operator-> () |
P * | operator-> () const |
bool | operator< (const MPropPtr< P > &p) const |
P * | prop () const |
Private Attributes | |
P * | m_prop |
Detailed Description
template<class P>
class MPropPtr< P >
Master (according to Jeff Alger) pointer to Property.
Definition at line 106 of file property.h.
Constructor & Destructor Documentation
|
Definition at line 108 of file property.h. |
|
Definition at line 113 of file property.h. |
|
Definition at line 115 of file property.h. |
|
Definition at line 127 of file property.h. |
Member Function Documentation
|
Definition at line 140 of file property.h. |
|
Definition at line 132 of file property.h. |
|
Definition at line 148 of file property.h. |
|
Definition at line 117 of file property.h. References MPropPtr< P >::m_prop. |
|
Definition at line 156 of file property.h. |
Member Data Documentation
|
Definition at line 164 of file property.h. Referenced by MPropPtr< P >::operator=(). |
The documentation for this class was generated from the following file:
- lib/widgets/propeditor/property.h