32#ifndef _QX_PROPERTY_BAG_H_
33#define _QX_PROPERTY_BAG_H_
46#include <QtCore/qhash.h>
47#include <QtCore/qstring.h>
48#include <QtCore/qvariant.h>
qx::QxPropertyBag : used by introspection engine (IxClass, IxDataMember, IxFunction,...
long countPropertyBag() const
std::shared_ptr< type_hash_prop_bag > type_hash_prop_bag_ptr
void setPropertyBag(const QString &key, const QVariant &value)
QVariant getPropertyBag(const QString &key) const
QList< QString > getAllPropertyBagKeys() const
type_hash_prop_bag_ptr m_lstPropertyBag
List of all properties in the bag (meta-data)
void removePropertyBag(const QString &key)
QHash< QString, QVariant > type_hash_prop_bag
Root namespace for all QxOrm library features.