![]() |
QCAD
Open Source 2D CAD
|
Property with type ID, value and attributes. More...
#include <RProperty.h>
Public Member Functions | |
RProperty (const RDocument &document, const QSet< RObject::Id > &objectIds, const RPropertyTypeId &propertyTypeId, bool showOnRequest, RS::EntityType entityTypeFilter) | |
Public Attributes | |
RPropertyAttributes | attributes |
const RDocument * | document |
RS::EntityType | entityTypeFilter |
const QSet< RObject::Id > * | objectIds |
RPropertyTypeId | propertyTypeId |
bool | showOnRequest |
QVariant | value |
Property with type ID, value and attributes.
Used for concurrent property collection.
|
inline |
RPropertyAttributes RProperty::attributes |
RS::EntityType RProperty::entityTypeFilter |
const QSet<RObject::Id>* RProperty::objectIds |
RPropertyTypeId RProperty::propertyTypeId |
bool RProperty::showOnRequest |
QVariant RProperty::value |