VCF::DelegateProperty Class Reference
#include <vcf/FoundationKit/Property.h>
Inheritance diagram for VCF::DelegateProperty:
List of all members.
Member Typedef Documentation
|
|
Typedef for a getter function for returning a delegate.
|
Constructor & Destructor Documentation
| VCF::DelegateProperty::DelegateProperty |
( |
const String & |
delegateClassName, |
|
|
const String & |
delegateName, |
|
|
DelegateMethod |
delegateMethod |
|
) |
[inline] |
|
| virtual VCF::DelegateProperty::~DelegateProperty |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
| String VCF::DelegateProperty::getDelegateClassName |
( |
|
) |
[inline] |
|
| Delegate* VCF::DelegateProperty::getDelegateInstance |
( |
Object * |
source = NULL |
) |
[inline] |
|
|
|
Get the delegate for the source.
|
| String VCF::DelegateProperty::getDelegateName |
( |
|
) |
[inline] |
|
| Object* VCF::DelegateProperty::getSource |
( |
|
) |
[inline] |
|
| virtual bool VCF::DelegateProperty::isAbstract |
( |
|
) |
[pure virtual] |
|
| void VCF::DelegateProperty::setSource |
( |
const Object * |
source |
) |
[inline] |
|
| void VCF::DelegateProperty::setSource |
( |
Object * |
source |
) |
[inline] |
|
| uint32 VCF::DelegateProperty::sizeOf |
( |
|
) |
const [inline] |
|
Member Data Documentation
The documentation for this class was generated from the following file: