#include <dataformreported.h>
Inherits DataFormFieldContainer.
Inheritance diagram for DataFormReported:

Public Member Functions | |
| DataFormReported () | |
| DataFormReported (Tag *tag) | |
| virtual | ~DataFormReported () |
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.
Definition at line 33 of file dataformreported.h.
|
|
Creates an empty 'reported' element you can add fields to. Definition at line 21 of file dataformreported.cpp. |
|
|
Creates a 'reported' element and fills it with the 'field' elements contained in the given Tag. The Tag's root element must be a 'reported' element. Its child element should be 'field' elements.
Definition at line 25 of file dataformreported.cpp. |
|
|
Virtual destructor. Definition at line 39 of file dataformreported.cpp. |
1.4.1