|
Kitlist
1.1.0
|
#include <deque>#include <glibmm/i18n.h>#include <glibmm/ustring.h>#include <iostream>#include <string>#include <config.h>Go to the source code of this file.
Classes | |
| class | YamlConfig |
| Maintains the application's configuration parameters in a YAML formatted file. More... | |
Variables | |
| const std::string | DEFAULT_PAGE_TITLE = _("Kitlist") |
| The default page title for printing. More... | |
| const gint | DEFAULT_MAX_RECENT_FILES = 4 |
| The maximum number of recent files to maintain. More... | |
| const gint DEFAULT_MAX_RECENT_FILES = 4 |
The maximum number of recent files to maintain.
Definition at line 35 of file yamlconfig.hpp.
Referenced by KitListGui::get_max_recent_files().
| const std::string DEFAULT_PAGE_TITLE = _("Kitlist") |
The default page title for printing.
Definition at line 32 of file yamlconfig.hpp.
Referenced by KitListGui::init(), and YamlConfig::load().