Searched refs:onDesktopActivated (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/ui/dialog/
H A Ddock-behavior.h63 void onDesktopActivated(SPDesktop *desktop);
H A Dfloating-behavior.h61 void onDesktopActivated(SPDesktop *desktop);
H A Dbehavior.h71 virtual void onDesktopActivated(SPDesktop *desktop) =0;
H A Ddialog.cpp76 INKSCAPE.signal_activate_desktop.connect(sigc::mem_fun(*this, &Dialog::onDesktopActivated));
98 void Dialog::onDesktopActivated(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::Dialog
101 _behavior->onDesktopActivated(desktop);
H A Ddialog.h71 virtual void onDesktopActivated(SPDesktop*);
H A Ddock-behavior.cpp229 DockBehavior::onDesktopActivated(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::Behavior::DockBehavior
H A Dfloating-behavior.cpp193 FloatingBehavior::onDesktopActivated (SPDesktop *desktop) function in class:Inkscape::UI::Dialog::Behavior::FloatingBehavior

Completed in 20 milliseconds