Doxygen
|
Class representing an attribute list of a dot graph object. More...
#include <src/dotattributes.h>
Public Member Functions | |
DotAttributes (const QCString &input) | |
Creates an instance of a DotAttribute list given its initial string representation. | |
QCString | str () const |
Return the string representation of the attribute list. | |
void | updateValue (const QCString &key, const QCString &inpValue) |
update a given attribute with a new value. | |
Private Attributes | |
QCString | 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 QCString::isEmpty(), m_input, qisspace(), QCString::quoted(), reg::search(), and QCString::str().
Referenced by updateAttribute().
|
private |
Definition at line 84 of file dotattributes.h.
Referenced by DotAttributes(), str(), and updateValue().