![]() |
QCAD
Open Source 2D CAD
|
This is the complete list of members for RLayer, including all inherited members.
clone() const | RLayer | inlinevirtual |
cloneToLayer() const | RLayer | inline |
Collapsed enum value | RLayer | |
color | RLayer | private |
copyCustomPropertiesFrom(const RObject *other, const QString &title=RDEFAULT_QSTRING, bool overwrite=false, const QStringList &ignoreList=RDEFAULT_QSTRINGLIST, const QString &mapKeyFrom=RDEFAULT_QSTRING, const QString &mapKeyTo=RDEFAULT_QSTRING) | RObject | |
customProperties | RObject | private |
customPropertyAttributes | RObject | privatestatic |
document | RObject | private |
dump() const | RObject | inline |
flags | RLayer | private |
Frozen enum value | RLayer | |
getChildLayerNames(bool recursive=true) const | RLayer | inline |
getChildLayerNamesStatic(const RDocument *doc, const QString &layerName, bool recursive=true) | RLayer | inlinestatic |
getColor() const | RLayer | inline |
getComplexity() const | RObject | inlinevirtual |
getCustomBoolProperty(const QString &title, const QString &key, bool defaultValue) const | RObject | virtual |
getCustomDoubleProperty(const QString &title, const QString &key, double defaultValue) const | RObject | virtual |
getCustomIntProperty(const QString &title, const QString &key, int defaultValue) const | RObject | virtual |
getCustomProperties() const | RObject | |
getCustomProperty(const QString &title, const QString &key, const QVariant &defaultValue=RDEFAULT_QVARIANT) const | RObject | virtual |
getCustomPropertyAttributes(const QString &title, const QString &key) | RObject | static |
getCustomPropertyKeys(const QString &title) const | RObject | |
getCustomPropertyTitles() const | RObject | |
getCustomPropertyTypeIds() const | RObject | virtual |
getDocument() | RObject | inline |
getDocument() const | RObject | inline |
getFlag(int flag) const | RObject | inline |
getHandle() const | RObject | inline |
getHierarchySeparator() | RLayer | inlinestatic |
getId() const | RObject | inline |
getLayerNameHierarchy() const | RLayer | inline |
getLayerNameHierarchyStatic(const QString &layerName) | RLayer | inlinestatic |
getLayerProxy() | RLayer | inlinestatic |
getLinetypeId() const | RLayer | inline |
getLineweight() const | RLayer | inline |
getName() const | RLayer | inline |
getParentLayerId() const | RLayer | |
getParentLayerName() const | RLayer | inline |
getParentLayerNameStatic(const QString &layerName) | RLayer | inlinestatic |
getProperty(RPropertyTypeId &propertyTypeId, bool humanReadable=false, bool noAttributes=false, bool showOnRequest=false) | RLayer | virtual |
getPropertyTypeIds(RPropertyAttributes::Option option=RPropertyAttributes::NoOptions) const | RObject | virtual |
getRtti() | RLayer | inlinestatic |
getShortLayerName() const | RLayer | inline |
getShortLayerNameStatic(const QString &layerName) | RLayer | inlinestatic |
getType() const | RLayer | inlinevirtual |
handle | RObject | private |
Handle typedef | RObject | |
hasChildLayers() const | RLayer | inline |
hasChildLayersStatic(const RDocument *doc, const QString &layerName) | RLayer | inlinestatic |
hasCustomProperties() const | RObject | |
hasCustomProperty(const QString &title, const QString &key) const | RObject | |
hasCustomProperty(const QString &title, const QRegularExpression &key) const | RObject | |
hasPropertyType(RPropertyTypeId propertyTypeId) | RObject | inlinevirtual |
hasProxy() | RLayer | inlinestatic |
Id typedef | RObject | |
init() | RLayer | static |
INVALID_HANDLE | RObject | static |
INVALID_ID | RObject | static |
Invisible enum value | RObject | |
isChildLayerOf(const QString &layerName) const | RLayer | inline |
isChildLayerOfStatic(const QString &layerName, const QString &parentLayerName) | RLayer | inlinestatic |
isCollapsed() const | RLayer | inline |
isFrozen() const | RLayer | inline |
isInvisible() const | RObject | inline |
isLocked() const | RLayer | inline |
isOff() const | RLayer | inline |
isOffIsFreeze() const | RLayer | inline |
isOffOrFrozen() const | RLayer | inline |
isOfType(RS::EntityType t) const | RObject | inlinevirtual |
isPlottable() const | RLayer | inline |
isProtected() const | RObject | inline |
isSelected() const | RObject | inlinevirtual |
isSnappable() const | RLayer | inline |
isUndone() const | RObject | inline |
isWorkingSet() const | RObject | inlinevirtual |
LayerFlag enum name | RLayer | |
layerProxy | RLayer | privatestatic |
linetypeId | RLayer | private |
lineweight | RLayer | private |
Locked enum value | RLayer | |
mustAlwaysClone() const | RObject | inlinevirtual |
name | RLayer | private |
NoFlags enum value | RObject | |
ObjectFlag enum name | RObject | |
objectId | RObject | private |
Off enum value | RLayer | |
OffIsFreeze enum value | RLayer | |
Plottable enum value | RLayer | |
print(QDebug dbg) const | RLayer | virtual |
PropertyCollapsed | RLayer | static |
PropertyColor | RLayer | static |
PropertyCustom | RLayer | static |
PropertyFrozen | RLayer | static |
PropertyHandle | RLayer | static |
PropertyInvisible | RObject | static |
PropertyLinetype | RLayer | static |
PropertyLineweight | RLayer | static |
PropertyLocked | RLayer | static |
PropertyName | RLayer | static |
PropertyOff | RLayer | static |
PropertyOffIsFreeze | RLayer | static |
PropertyPlottable | RLayer | static |
PropertyProtected | RLayer | static |
PropertySelected | RLayer | static |
PropertySnappable | RLayer | static |
PropertyType | RLayer | static |
PropertyWorkingSet | RObject | static |
Protect enum value | RObject | |
removeCustomProperty(const QString &title, const QString &key) | RObject | virtual |
RLayer() | RLayer | |
RLayer(RDocument *document, const QString &name, bool frozen=false, bool locked=false, const RColor &color=Qt::black, RObject::Id linetypeId=RObject::INVALID_ID, RLineweight::Lineweight lineweight=RLineweight::Weight000, bool off=false) | RLayer | |
RLayer(const RLayer &other) | RLayer | |
RObject(RDocument *document=NULL) | RObject | |
RObject(const RObject &other) | RObject | |
Selected enum value | RObject | |
setAutoUpdatesBlocked(bool on) | RObject | inlinevirtual |
setCollapsed(bool on) | RLayer | inline |
setColor(const RColor &c) | RLayer | inline |
setCustomProperties(const RQMapQStringQString &properties) | RObject | virtual |
setCustomProperty(const QString &title, const QString &key, const QVariant &value) | RObject | virtual |
setCustomPropertyAttributes(const QString &title, const QString &key, const RPropertyAttributes &att) | RObject | static |
setDocument(RDocument *document) | RObject | |
setFlag(int flag, bool on=true) | RObject | inline |
setFrozen(bool on) | RLayer | inline |
setHandle(RObject::Handle h) | RObject | inlineprotected |
setId(RObject::Id id) | RObject | inlineprotected |
setInvisible(bool on) | RObject | inline |
setLayerProxy(RLayerProxy *p) | RLayer | inlinestatic |
setLinetypeId(RObject::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 | protectedstatic |
setMember(QList< int > &variable, const QVariant &value, bool condition) | RObject | protectedstatic |
setMemberFlag(int flag, const QVariant &value, bool condition=true) | 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 | |
setOff(bool on) | RLayer | inline |
setOffIsFreeze(bool on) | RLayer | inline |
setPlottable(bool on) | RLayer | inline |
setProperty(RPropertyTypeId propertyTypeId, const QVariant &value, RTransaction *transaction=NULL) | RLayer | virtual |
setProtected(bool on) | RObject | inline |
setSelected(bool on) | RObject | inlinevirtual |
setSnappable(bool on) | RLayer | inline |
setUndone(bool on) | RObject | protected |
setWorkingSet(bool on) | RObject | inlinevirtual |
Snappable enum value | RLayer | |
Undone enum value | RObject | |
validate() | RObject | inlinevirtual |
WorkingSet enum value | RObject | |
X enum value | RObject | |
XYZ enum name | RObject | |
Y enum value | RObject | |
Z enum value | RObject | |
~RLayer() | RLayer | virtual |
~RObject() | RObject | virtual |