Book Shelf
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CAuthorAuthor of a book. Authors have a first name and a last name
 CBookBook object
 CBookFactoryFactory class for creating Book objects
 CBookWriterResponsible for serializing a list of books to an XML file. It uses the FileWriter class to handle the file writing
 CFileWriterResponsible for writing a string to a file
 CQAbstractTableModel
 CBookTableModelTable model that stores a list of books
 CQDialog
 CBookInputDialog that allows the user to input a new book
 CQMainWindow
 CMainWindowThis class is the main window of the application
 CQObject
 CTestAuthorTests for the Author class
 CTestBookTests for the Book class. It tests the constructors, setters, and getters of the Book class
 CTestBookFactoryTests for the BookFactory class
 CTestBookProxyModelTests for the BookProxyModel class
 CTestBookTableModelTests for the BookTableModel class
 CTestBookWriterTests for the BookWriter class
 CTestFileWriterTests for the FileWriter class
 CQSortFilterProxyModel
 CBookProxyModelProxy model that filters the book table model