Searched defs:SwatchesPanel (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/dialog/
H A Dswatches.h30 class SwatchesPanel : public Inkscape::UI::Widget::Panel class in namespace:Inkscape::UI::Dialogs
33 SwatchesPanel(gchar const* prefsPath = "/dialogs/swatches");
34 virtual ~SwatchesPanel();
36 static SwatchesPanel& getInstance();
56 SwatchesPanel(SwatchesPanel const &); // no copy
57 SwatchesPanel &operator=(SwatchesPanel const &); // no assign
59 static void _trackDocument( SwatchesPanel *panel, SPDocument *document );
H A Dswatches.cpp74 static std::map<SwatchesPanel*, SPDocument*> docPerPanel;
77 class SwatchesPanelHook : public SwatchesPanel
104 static SwatchesPanel* bouncePanel = 0;
169 SwatchesPanel* swp = bouncePanel;
189 SwatchesPanel* swp = bouncePanel;
213 SwatchesPanel* swp = bouncePanel;
219 static SwatchesPanel* findContainingPanel( GtkWidget *widget )
221 SwatchesPanel *swp = 0;
223 std::map<GtkWidget*, SwatchesPanel*> rawObjects;
224 for (std::map<SwatchesPanel*, SPDocumen
588 SwatchesPanel::SwatchesPanel(gchar const* prefsPath) : function in class:Inkscape::UI::Dialogs::SwatchesPanel
[all...]

Completed in 16 milliseconds