|
ISLEman
|
A list of Html attributes. More...
#include <htmlattrib.h>
Public Member Functions | |
| HtmlAttribList (const HtmlAttribList &l) | |
| HtmlAttribList & | operator= (const HtmlAttribList &l) |
| QCString | find (const QCString name) const |
| QCString | toString () const |
Public Member Functions inherited from QList< HtmlAttrib > | |
| QList (const QList< HtmlAttrib > &l) | |
| QList< HtmlAttrib > & | operator= (const QList< HtmlAttrib > &l) |
| bool | operator== (const QList< HtmlAttrib > &list) const |
| uint | count () const |
| bool | isEmpty () const |
| bool | insert (uint i, const HtmlAttrib *d) |
| void | inSort (const HtmlAttrib *d) |
| void | prepend (const HtmlAttrib *d) |
| void | append (const HtmlAttrib *d) |
| bool | remove (uint i) |
| bool | remove (const HtmlAttrib *d) |
| bool | removeRef (const HtmlAttrib *d) |
| bool | removeFirst () |
| bool | removeLast () |
| HtmlAttrib * | take (uint i) |
| void | clear () |
| void | sort () |
| int | find (const HtmlAttrib *d) const |
| int | findRef (const HtmlAttrib *d) const |
| uint | contains (const HtmlAttrib *d) const |
| uint | containsRef (const HtmlAttrib *d) const |
| HtmlAttrib * | at (uint i) const |
| HtmlAttrib * | getFirst () const |
| HtmlAttrib * | getLast () const |
| void | setAutoDelete (bool enable) |
A list of Html attributes.
The Html attributes are deeply copied into the list.
1.8.12