Searched refs:onDesktopActivated (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/ui/dialog/ | ||
H A D | dock-behavior.h | 63 void onDesktopActivated(SPDesktop *desktop); |
H A D | floating-behavior.h | 61 void onDesktopActivated(SPDesktop *desktop); |
H A D | behavior.h | 71 virtual void onDesktopActivated(SPDesktop *desktop) =0; |
H A D | dialog.cpp | 76 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 D | dialog.h | 71 virtual void onDesktopActivated(SPDesktop*); |
H A D | dock-behavior.cpp | 229 DockBehavior::onDesktopActivated(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::Behavior::DockBehavior |
H A D | floating-behavior.cpp | 193 FloatingBehavior::onDesktopActivated (SPDesktop *desktop) function in class:Inkscape::UI::Dialog::Behavior::FloatingBehavior |
Completed in 27 milliseconds