dRonin
adbada4
dRonin GCS
|
Go to the source code of this file.
Classes | |
class | Aggregation::Aggregate |
Defines a collection of related components that can be viewed as a unit. More... | |
Namespaces | |
Aggregation | |
The Aggregation namespace contains support for bundling related components, such that each component exposes the properties and behavior of the other components to the outside. | |
Functions | |
template<typename T > | |
T * | Aggregation::query (Aggregate *obj) |
template<typename T > | |
T * | Aggregation::query (QObject *obj) |
template<typename T > | |
QList< T * > | Aggregation::query_all (Aggregate *obj) |
template<typename T > | |
QList< T * > | Aggregation::query_all (QObject *obj) |
Definition in file aggregate.h.