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

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ RegistrationListReader()

RegistrationListReader::RegistrationListReader ( const QString & fileName)
explicit

Constructs a RegistrationListReader object with the specified file name.

Parameters
fileNameThe name of the XML file to read.

Member Function Documentation

◆ read()

QList< Registration * > RegistrationListReader::read ( )

Reads the list of registrations from the XML file.

Returns
A list of Registration objects.

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