Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | Related Pages

DataFormItem Class Reference

An abstraction of an <item> element in a XEP-0004 Data Form of type result. More...

#include <dataformitem.h>

Inherits DataFormFieldContainer.

Inheritance diagram for DataFormItem:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 DataFormItem ()
 DataFormItem (Tag *tag)
virtual ~DataFormItem ()

Detailed Description

An abstraction of an <item> element in a XEP-0004 Data Form of type result.

There are some constraints regarding usage of this element you should be aware of. Check XEP-0004 section 3.4. This class does not enforce correct usage at this point.

Author:
Jakob Schroeter <js@camaya.net>
Since:
0.7

Definition at line 31 of file dataformitem.h.


Constructor & Destructor Documentation

DataFormItem  ) 
 

Creates an empty 'item' element you can add fields to.

Definition at line 21 of file dataformitem.cpp.

DataFormItem Tag tag  ) 
 

Creates a 'item' element and fills it with the 'field' elements contained in the given Tag. The Tag's root element must be a 'item' element. Its child element should be 'field' elements.

Parameters:
tag The tag to read the 'field' elements from.
Since:
0.8.5

Definition at line 25 of file dataformitem.cpp.

~DataFormItem  )  [virtual]
 

Virtual destructor.

Definition at line 39 of file dataformitem.cpp.


The documentation for this class was generated from the following files:
Generated on Tue Apr 22 15:10:14 2008 for gloox by  doxygen 1.4.1