|
KanoopCommonQt 2.1.1
Kanoop foundational Qt utility library
|
|
A list of EntityMetadata objects with type-filter support. More...
#include <entitymetadata.h>
Inheritance diagram for EntityMetadataList:
Collaboration diagram for EntityMetadataList:Public Member Functions | |
| EntityMetadataList | findByType (int type) const |
| Return all entries whose type matches the given value. | |
| QVariant | toVariant () const |
| Wrap this list in a QVariant. | |
Static Public Member Functions | |
| static EntityMetadataList | fromVariant (const QVariant &value) |
| Unwrap an EntityMetadataList from a QVariant. | |
A list of EntityMetadata objects with type-filter support.
Definition at line 193 of file entitymetadata.h.
|
inline |
Return all entries whose type matches the given value.
| type | Entity type integer to filter by |
Definition at line 201 of file entitymetadata.h.
|
inlinestatic |
Unwrap an EntityMetadataList from a QVariant.
| value | Variant previously created by toVariant() |
Definition at line 223 of file entitymetadata.h.
|
inline |
Wrap this list in a QVariant.
Definition at line 216 of file entitymetadata.h.