Searched defs:LayersPanel (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | layers.h | 42 class LayersPanel : public UI::Widget::Panel class in namespace:Inkscape::UI::Dialog 45 LayersPanel(); 46 virtual ~LayersPanel(); 50 static LayersPanel& getInstance(); 61 LayersPanel(LayersPanel const &); // no copy 62 LayersPanel &operator=(LayersPanel const &); // no assign
|
H A D | layers.cpp | 53 LayersPanel& LayersPanel::getInstance() 55 return *new LayersPanel(); 81 class LayersPanel::InternalUIBounce 88 void LayersPanel::_styleButton( Gtk::Button& btn, SPDesktop *desktop, unsigned int code, char const* iconName, char const* fallback ) 123 Gtk::MenuItem& LayersPanel::_addPopupItem( SPDesktop *desktop, unsigned int code, char const* iconName, char const* fallback, int id ) 165 item->signal_activate().connect(sigc::bind(sigc::mem_fun(*this, &LayersPanel::_takeAction), id)); 171 void LayersPanel::_fireAction( unsigned int code ) 192 void LayersPanel::_takeAction( int val ) 198 Glib::signal_timeout().connect( sigc::mem_fun(*this, &LayersPanel 796 LayersPanel::LayersPanel() : function in class:Inkscape::UI::Dialog::LayersPanel [all...] |
Completed in 31 milliseconds