|
Kitlist
A list manager for maintaining kit lists
|
| Nfdsd | |
| Nfc | A namespace for the FINALCUT user interface |
| CCategoryDialog | Dialog for entering details of a Category |
| CCategoryListDialog | Displays the list of categories |
| CItemDialog | Dialog for entering details of an Item |
| CItemListDialog | Displays a list of items, optionally for a specific Category |
| CKitListFinalcut | Main Text-based User Interface (FINALCUT) for the application |
| CKitListWindow | The application's main window |
| CKitListMenu | Defines the application's menu layout |
| CSelectCategoriesDialog | Dialog to chose one or more categories |
| Nftxui | A namespace for the FTXUI user interface |
| CKitListFtxui | Implements an FTXUI text based user interface |
| CSelectCategory | An element used in lists for selecting categories |
| CCategory | Represents a Category having a many-to-many relationship to zero or more Item instances |
| CItem | Represents a Item having a many-to-many relationship to zero or more Category instances |
| CItemDialog | A dialog for editing or creating an Item |
| CKitListBaseApp | A pure virtual class acting as an interface for front-end implementations |
| Cfile_not_found | Exception throw when a file is not found |
| CKitListGui | Implements a GUI front-end for the application using wxWidgets |
| CKitParser | Loads a kitlist from the file system |
| Cparse_exception | XML parsing error |
| CModel | Maintains the data model |
| CMyFrame | Implements the main frame of the GUI |
| CMySplitterWindow | Implements the application's split window |
| CXmlWriter | Saves the Model in XML format to a file |