Searched refs:connectDesktopChanged (Results 1 - 24 of 24) sorted by relevance

/inkscape/src/ui/dialog/
H A Ddesktop-tracker.h36 sigc::connection connectDesktopChanged( const sigc::slot<void, SPDesktop*> & slot );
H A Ddesktop-tracker.cpp91 sigc::connection DesktopTracker::connectDesktopChanged( const sigc::slot<void, SPDesktop*> & slot ) function in class:Inkscape::UI::Dialog::DesktopTracker
H A Dfill-and-stroke.cpp79 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &FillAndStroke::setTargetDesktop) );
H A Dobject-attributes.cpp96 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &ObjectAttributes::setTargetDesktop) );
H A Dicon-preview.cpp255 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &IconPreviewPanel::setDesktop) );
H A Dundo-history.cpp206 _desktopChangeConn = _deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &UndoHistory::setDesktop) );
H A Dlivepatheffect-editor.cpp186 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &LivePathEffectEditor::setDesktop) );
H A Dobject-properties.cpp88 _desktop_changed_connection = _desktop_tracker.connectDesktopChanged(
H A Dpixelartdialog.cpp315 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &PixelArtDialogImpl::setTargetDesktop) );
H A Dfind.cpp237 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &Find::setTargetDesktop) );
H A Dspellcheck.cpp169 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &SpellCheck::setTargetDesktop) );
H A Dsymbols.cpp312 deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &SymbolsDialog::setTargetDesktop) );
H A Dtext-edit.cpp237 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &TextEdit::setTargetDesktop) );
H A Dtracedialog.cpp827 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &TraceDialogImpl::setTargetDesktop) );
H A Dalign-and-distribute.cpp1154 _desktopChangeConn = _deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &AlignAndDistribute::setDesktop) );
H A Dlayers.cpp985 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &LayersPanel::setDesktop) );
H A Dtags.cpp1048 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &TagsPanel::setDesktop) );
H A Dtransformation.cpp158 _desktopChangeConn = _deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &Transformation::setDesktop) );
H A Dxml-tree.cpp266 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &XmlTree::set_tree_desktop) );
H A Dexport.cpp377 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &Export::setTargetDesktop) );
H A Dglyphs.cpp524 conn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &GlyphsPanel::setTargetDesktop) );
H A Dobjects.cpp1972 desktopChangeConn = _deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &ObjectsPanel::setDesktop) );
H A Dclonetiler.cpp1314 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &CloneTiler::setTargetDesktop) );
H A Dfilter-effects-dialog.cpp1397 desktopChangeConn = _deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &FilterModifier::setTargetDesktop) );

Completed in 94 milliseconds