|
QCAD Application Framework
CAD Application Development and Automation.
|
This is the complete list of members for RLayer, including all inherited members.
| clone() const | RLayer | virtual |
| color | RLayer | private |
| frozen | RLayer | private |
| getColor() const | RLayer | inline |
| getComplexity() const | RObject | inlinevirtual |
| getCustomProperties() const | RObject | |
| getCustomProperty(const QString &key, const QVariant &defaultValue=RDEFAULT_QVARIANT) | RObject | |
| getDocument() | RObject | inline |
| getDocument() const | RObject | inline |
| getHandle() const | RObject | inline |
| getId() const | RObject | inline |
| getLinetypeId() const | RLayer | inline |
| getLineweight() const | RLayer | inline |
| getName() const | RLayer | inline |
| getProperty(RPropertyTypeId propertyTypeId, bool humanReadable=false, bool noAttributes=false) | RLayer | virtual |
| getPropertyTypeIds() const | RObject | virtual |
| Handle typedef | RObject | |
| hasPropertyType(RPropertyTypeId propertyTypeId) | RObject | inlinevirtual |
| Id typedef | RObject | |
| init() | RLayer | static |
| INVALID_HANDLE | RObject | static |
| INVALID_ID | RObject | static |
| isFrozen() const | RLayer | inline |
| isLocked() const | RLayer | inline |
| isSelectedForPropertyEditing() | RLayer | virtual |
| isUndone() const | RObject | inline |
| linetype | RLayer | private |
| lineweight | RLayer | private |
| locked | RLayer | private |
| name | RLayer | private |
| print(QDebug dbg) const | RObject | protectedvirtual |
| PropertyColor | RLayer | static |
| PropertyCustom | RObject | static |
| PropertyFrozen | RLayer | static |
| PropertyHandle | RObject | static |
| PropertyLinetype | RLayer | static |
| PropertyLineweight | RLayer | static |
| PropertyLocked | RLayer | static |
| PropertyName | RLayer | static |
| removeCustomProperty(const QString &key) | RObject | |
| RLayer() | RLayer | |
| RLayer(RDocument *document, const QString &name, bool frozen=false, bool locked=false, const RColor &color=Qt::black, RLinetype::Id linetype=RLinetype::INVALID_ID, RLineweight::Lineweight lineweight=RLineweight::Weight000) | RLayer | |
| RObject(RDocument *document=NULL, Id id=INVALID_ID) | RObject | inline |
| setColor(const RColor &c) | RLayer | inline |
| setCustomProperty(const QString &key, const QVariant &value) | RObject | |
| setDocument(RDocument *document) | RObject | inline |
| setFrozen(bool on) | RLayer | inline |
| setHandle(RObject::Handle h) | RObject | inlineprotected |
| setId(RObject::Id id) | RObject | inlineprotected |
| setLinetypeId(RLinetype::Id lt) | RLayer | inline |
| setLineweight(RLineweight::Lineweight lw) | RLayer | inline |
| setLocked(bool on) | RLayer | inline |
| setMember(T &variable, const QVariant &value, bool condition=true) | RObject | inlinestatic |
| setMember(QString &variable, const QVariant &value, bool condition=true) | RObject | protectedstatic |
| setMember(double &variable, const QVariant &value, bool condition=true) | RObject | protectedstatic |
| setMember(int &variable, const QVariant &value, bool condition=true) | RObject | protectedstatic |
| setMember(bool &variable, const QVariant &value, bool condition=true) | RObject | protectedstatic |
| setMember(QList< double > &variable, const QVariant &value, bool condition) | RObject | protected |
| setMemberVector(QList< RVector > &variable, const QVariant &value, RObject::XYZ xyz) | RObject | protectedstatic |
| setMemberX(QList< RVector > &variable, const QVariant &value, bool condition=true) | RObject | protectedstatic |
| setMemberY(QList< RVector > &variable, const QVariant &value, bool condition=true) | RObject | protectedstatic |
| setMemberZ(QList< RVector > &variable, const QVariant &value, bool condition=true) | RObject | protectedstatic |
| setName(const QString &n) | RLayer | |
| setProperty(RPropertyTypeId propertyTypeId, const QVariant &value) | RLayer | virtual |
| setUndone(bool on) | RObject | virtual |
| X enum value | RObject | |
| XYZ enum name | RObject | |
| Y enum value | RObject | |
| Z enum value | RObject | |
| ~RLayer() | RLayer | virtual |
| ~RObject() | RObject | inlinevirtual |