|
Hobrasoft httpd server
Embedded HTTP server for Qt and C++
|
#include <list.h>
Signals | |
| void | statusChanged (const Item *) |
| Signal is invoked when some item status changed. | |
Public Member Functions | |
| List (QObject *parent) | |
| QVariantList | webStatus () const |
| void | insert (Item *) |
| Insert one item to the list. | |
| bool | contains (const QString &id) const |
| Returns true if item with the given id exists. | |
| Item * | item (const QString &id) const |
| Returns pointer to an item with given id or NULL if the item does not exist. | |
1.8.14