Workspace 6.21.5
Public Member Functions | List of all members
Attributes Class Reference

#include <Tools/WorkflowComparison/elementdata.h>

Inheritance diagram for Attributes:
[legend]

Public Member Functions

bool contains (const QString &attributeName) const
 
QString getAttribute (const QString &key) const
 
QList< QString > getAttributeKeys () const
 
AttributesMapType getMap ()
 
const AttributesMapType getMap () const
 
bool isEmpty () const
 
void setAttribute (const QString &key, const QString &value)
 
void setAttributes (const AttributesMapType &attribsIn)
 

Member Function Documentation

◆ contains()

bool contains ( const QString &  attributeName) const

◆ getAttribute()

QString getAttribute ( const QString &  key) const

◆ getAttributeKeys()

QList< QString > getAttributeKeys ( ) const

◆ getMap() [1/2]

AttributesMapType getMap ( )
inline

◆ getMap() [2/2]

const AttributesMapType getMap ( ) const
inline

◆ isEmpty()

bool isEmpty ( ) const

◆ setAttribute()

void setAttribute ( const QString &  key,
const QString &  value 
)

◆ setAttributes()

void setAttributes ( const AttributesMapType attribsIn)