Conference Registration 2024.07.18.04
Loading...
Searching...
No Matches
RegistrationListWriter Class Reference

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ RegistrationListWriter()

RegistrationListWriter::RegistrationListWriter ( const QString & fileName)

Construct a new Registration List Writer:: Registration List Writer object.

Parameters
fileNameThe name of the file to write to.

Member Function Documentation

◆ write()

bool RegistrationListWriter::write ( const QList< Registration * > registrations)

Write the list of registrations to the XML file.

Parameters
registrationsThe list of registrations to write.
Returns
True if the write operation was successful, false otherwise.

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