Conference Registration 2024.07.18.04
|
The RegistrationListWriter class provides functionality to write a list of registrations to an XML file. More...
#include <registrationlistwriter.h>
Public Member Functions | |
RegistrationListWriter (const QString &fileName) | |
Construct a new Registration List Writer:: Registration List Writer object. | |
bool | write (const QList< Registration * > registrations) |
Write the list of registrations to the XML file. | |
The RegistrationListWriter class provides functionality to write a list of registrations to an XML file.
This class provides a method to write a list of registrations to an XML file. It takes a file name as input and provides a write method to write the registrations to the file.
RegistrationListWriter::RegistrationListWriter | ( | const QString & | fileName | ) |
Construct a new Registration List Writer:: Registration List Writer object.
fileName | The name of the file to write to. |
bool RegistrationListWriter::write | ( | const QList< Registration * > | registrations | ) |
Write the list of registrations to the XML file.
registrations | The list of registrations to write. |