|
Doxygen
|
Class representing an attribute list of a dot graph object. More...
#include <src/dotattributes.h>
Public Member Functions | |
| DotAttributes (const DString &input) | |
| Creates an instance of a DotAttribute list given its initial string representation. | |
| DString | str () const |
| Return the string representation of the attribute list. | |
| void | updateValue (const DString &key, const DString &inpValue) |
Private Attributes | |
| DString | m_input |
Class representing an attribute list of a dot graph object.
Definition at line 26 of file dotattributes.h.
|
inline |
Creates an instance of a DotAttribute list given its initial string representation.
Definition at line 30 of file dotattributes.h.
References m_input.
|
inline |
Return the string representation of the attribute list.
Definition at line 33 of file dotattributes.h.
References m_input.
Referenced by Config::updateObsolete().
update a given attribute with a new value. If the attribute is not found a new attribute will be appended.
Definition at line 37 of file dotattributes.h.
References disspace(), DString::empty(), DString::left(), m_input, DString::mid(), DString::quoted(), reg::search(), and DString::str().
Referenced by updateAttribute().
|
private |
Definition at line 84 of file dotattributes.h.
Referenced by DotAttributes(), str(), and updateValue().