Implementation of the singleton to manage color scheme catalogs. More...
#include "../common/Exception.h"#include "../common/PlatformUtils.h"#include "../common/STLUtils.h"#include "../common/Translator.h"#include "ColorScheme.h"#include "ColorSchemeCatalog.h"#include "ColorSchemeGroup.h"#include "ColorSchemeCatalogManager.h"#include <cassert>#include <fstream>#include <vector>#include <boost/foreach.hpp>#include <boost/property_tree/ptree.hpp>#include <boost/property_tree/json_parser.hpp>Go to the source code of this file.
Implementation of the singleton to manage color scheme catalogs.
Definition in file ColorSchemeCatalogManager.cpp.