vcf/FoundationKit/Delegate.h File Reference
Namespaces | |
| namespace | VCF |
Classes | |
| class | VCF::Delegate |
| The Delegate class is used to maintain a collection of event handlers and fire events to them. More... | |
Defines | |
| #define | DELEGATE(name) |
| Use this macro to make sure you define a delegate named "name", and an accessor function called get<name>, which will return a reference to the delegate. | |
Define Documentation
|
|
Value: VCF::Delegate name;\ VCF::Delegate& get##name() {\ return name;\ }\ \
|
