|
Kitlist
A list manager for maintaining kit lists
|
#include "kitlist_base_app.hpp"#include "wx/dataview.h"#include "wx/filehistory.h"#include "wx/richtext/richtextprint.h"#include "wx/splitter.h"#include "wx/wx.h"#include <cassert>#include <stdexcept>#include <memory>#include <vector>Go to the source code of this file.
Classes | |
| class | KitListGui |
| Implements a GUI front-end for the application using wxWidgets. More... | |
| class | MyFrame |
| Implements the main frame of the GUI. More... | |
| class | MySplitterWindow |
| Implements the application's split window. More... | |
| class | ItemDialog |
| A dialog for editing or creating an Item. More... | |