/*
6 * Lauris Kaplinski <lauris@kaplinski.com>
7 * bulia byak <buliabyak@users.sf.net>
8 * Tomasz Boczkowski <penginsbacon@gmail.com> (
c++-sification)
10 * Copyright (C) 2001-2014 Authors
11 * Released under GNU GPL v2+, read the file
'COPYING' for more information.
13#ifndef SEEN_SP_COLOR_NOTEBOOK_H
14#define SEEN_SP_COLOR_NOTEBOOK_H
19#include <glibmm/ustring.h>
20#include <gtkmm/grid.h>
21#include <gtkmm/widget.h>
22#include <sigc++/connection.h>
62 std::shared_ptr<Colors::ColorSet>
_colors;
73 GtkWidget *
_p =
nullptr;
Typed SVG document implementation.
A set of colors which can be modified together used for color pickers.
std::unique_ptr< Preferences::PreferencesObserver > PrefObserver
Singleton class to access the preferences file in a convenient way.