The DotAttributes
Class Reference
Class representing an attribute list of a dot graph object. More...
Declaration
Included Headers
Public Constructors Index
DotAttributes (const QCString &input) | |
Creates an instance of a DotAttribute list given its initial string representation. More... | |
Public Member Functions Index
QCString | str () const |
Return the string representation of the attribute list. More... | |
void | updateValue (const QCString &key, const QCString &inpValue) |
Private Member Attributes Index
QCString | m_input |
Description
Class representing an attribute list of a dot graph object.
Definition at line 26 of file dotattributes.h.
Public Constructors
DotAttributes()
| inline |
Creates an instance of a DotAttribute list given its initial string representation.
Definition at line 30 of file dotattributes.h.
Reference m_input.
Public Member Functions
str()
| inline |
Return the string representation of the attribute list.
Definition at line 33 of file dotattributes.h.
Reference m_input.
Referenced by Config::updateObsolete.
updateValue()
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 Member Attributes
m_input
|
Definition at line 84 of file dotattributes.h.
Referenced by DotAttributes, str and updateValue.
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.