|
Conference Registration 2024.07.18.04
|
The RegistrationListReader class reads a list of registrations from an XML file. More...
#include <registrationlistreader.h>
Public Member Functions | |
| RegistrationListReader (const QString &fileName) | |
| Constructs a RegistrationListReader object with the specified file name. | |
| QList< Registration * > | read () |
| Reads the list of registrations from the XML file. | |
The RegistrationListReader class reads a list of registrations from an XML file.
This class reads a list of registrations from an XML file and returns a list of Registration objects.
|
explicit |
Constructs a RegistrationListReader object with the specified file name.
| fileName | The name of the XML file to read. |
| QList< Registration * > RegistrationListReader::read | ( | ) |
Reads the list of registrations from the XML file.