Conference Registration 2024.07.18.04
|
CFileReader | Reads the contents of a file |
CFileWriter | Functionality to write data to a file |
CPerson | Person with a name, affiliation, and email |
▼CQDialog | |
CNewRegistrationDialog | Dialog for creating a new registration |
CTotalFeesDialog | Dialog window for calculating and displaying total fees |
CTotalRegisteredDialog | Dialog window that displays the total number of registered attendees |
▼CQMainWindow | |
CMainWindow | Main application window |
▼CQObject | |
▼CRegistration | Registration for an event |
CGuestRegistration | Registration for a guest attendee |
CStandardRegistration | Standard registration for an event |
CStudentRegistration | Registration for a student attendee |
CRegistrationList | Manages a list of conference registrations |
CRegistrationTypes | Different types of registration |
▼CQSortFilterProxyModel | |
CRegistrationFilterProxyModel | Custom proxy model that filters the data based on a filter text |
▼CQStandardItemModel | |
CRegistrationModel | Custom model that extends QStandardItemModel |
CRegistrationFactory | Singleton class that is responsible for creating Registration objects |
CRegistrationListReader | Reads a list of registrations from an XML file |
CRegistrationListWriter | Functionality to write a list of registrations to an XML file |