Hobrasoft httpd server
Embedded HTTP server for Qt and C++
Signals | Public Member Functions | List of all members
Example::List Class Reference

List of all items. More...

#include <list.h>

Inheritance diagram for Example::List:

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.
 
Itemitem (const QString &id) const
 Returns pointer to an item with given id or NULL if the item does not exist.
 

Detailed Description

List of all items.

Definition at line 19 of file list.h.


The documentation for this class was generated from the following files: