color.cpp revision 09ba3247163582bf2e30e17c4c154aa259ce038a
3f4f0d494ca026eab6c7bba188b98c8a74fc4a02Krzysztof Kosiński * Copyright (C) 2005-2007 Authors:
3f4f0d494ca026eab6c7bba188b98c8a74fc4a02Krzysztof Kosiński * Ted Gould <ted@gould.cx>
3f4f0d494ca026eab6c7bba188b98c8a74fc4a02Krzysztof Kosiński * Johan Engelen <johan@shouraizou.nl>
3f4f0d494ca026eab6c7bba188b98c8a74fc4a02Krzysztof Kosiński * Christopher Brown <audiere@gmail.com>
3f4f0d494ca026eab6c7bba188b98c8a74fc4a02Krzysztof Kosiński * Released under GNU GPL, read the file 'COPYING' for more information
#include "../extension.h"
#include "color.h"
#include <color.h>
#include "widgets/sp-color-selector.h"
#include "widgets/sp-color-notebook.h"
#include "preferences.h"
namespace Inkscape {
namespace Extension {
return _value;
ParamColor::ParamColor (const gchar * name, const gchar * guitext, const gchar * desc, const Parameter::_scope_t scope, bool gui_hidden, const gchar * gui_tip, Inkscape::Extension::Extension * ext, Inkscape::XML::Node * xml) :
ParamColor::get_widget( SPDocument * /*doc*/, Inkscape::XML::Node * /*node*/, sigc::signal<void> * changeSignal )
g_signal_connect(G_OBJECT(spColorSelector), "changed", G_CALLBACK(sp_color_param_changed), (void*)this);