swift
|
Go to the source code of this file.
Classes | |
class | swift::misc::CVariant |
Wrapper around QVariant which provides transparent access to CValueObject methods of the contained object if it is registered with swift::misc::registerMetaValueType. More... | |
Namespaces | |
swift::misc | |
Free functions in swift::misc. | |
Functions | |
template<typename T > | |
void | swift::misc::registerMetaValueType () |
This registers the value type T with the swift::misc:: meta type system, making it available for use with the extended feature set of swift::misc::CVariant. More... | |