Lines Matching refs:SPDesktop
14 class SPDesktop;
31 SPDesktop *getDesktop() const;
33 void setBase(SPDesktop *desktop);
34 SPDesktop *getBase() const;
36 sigc::connection connectDesktopChanged( const sigc::slot<void, SPDesktop*> & slot );
39 static void activateDesktopCB(SPDesktop *desktop, DesktopTracker *self );
43 void setDesktop(SPDesktop *desktop);
45 SPDesktop *base;
46 SPDesktop *desktop;
51 sigc::signal<void, SPDesktop*> desktopChangedSig;