dRonin  adbada4
dRonin GCS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
aggregate.h File Reference

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)
 

Detailed Description

Author
The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. Parts by Nokia Corporation (qt-in.nosp@m.fo@n.nosp@m.okia..nosp@m.com) Copyright (C) 2009.
See Also
The GNU Public License (GPL) Version 3

Definition in file aggregate.h.