Searched refs:setTargetDesktop (Results 1 - 25 of 26) sorted by relevance

12

/inkscape/src/ui/dialog/
H A Dobject-attributes.h114 void setTargetDesktop(SPDesktop *desktop);
H A Dglyphs.h61 void setTargetDesktop(SPDesktop *desktop);
H A Dfill-and-stroke.h77 void setTargetDesktop(SPDesktop *desktop);
H A Dfill-and-stroke.cpp79 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &FillAndStroke::setTargetDesktop) );
97 void FillAndStroke::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::FillAndStroke
H A Dobject-attributes.cpp96 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &ObjectAttributes::setTargetDesktop) );
185 void ObjectAttributes::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::ObjectAttributes
H A Dsymbols.h114 void setTargetDesktop(SPDesktop *desktop);
H A Dspellcheck.h155 void setTargetDesktop(SPDesktop *desktop);
H A Dtext-edit.h179 void setTargetDesktop(SPDesktop *desktop);
H A Dtransformation.h218 void setTargetDesktop(SPDesktop* desktop);
H A Dpixelartdialog.cpp96 void setTargetDesktop(SPDesktop *desktop);
175 void PixelArtDialogImpl::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::PixelArtDialogImpl
315 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &PixelArtDialogImpl::setTargetDesktop) );
H A Dalign-and-distribute.h110 void setTargetDesktop(SPDesktop *desktop);
H A Dclonetiler.h148 void setTargetDesktop(SPDesktop *desktop);
H A Dexport.h235 void setTargetDesktop(SPDesktop *desktop);
H A Dfind.h194 void setTargetDesktop(SPDesktop *desktop);
H A Dfilter-effects-dialog.h85 void setTargetDesktop(SPDesktop *desktop);
H A Dtracedialog.cpp95 void setTargetDesktop(SPDesktop *desktop);
226 void TraceDialogImpl::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::TraceDialogImpl
827 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &TraceDialogImpl::setTargetDesktop) );
H A Dfind.cpp237 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &Find::setTargetDesktop) );
270 void Find::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::Find
H A Dspellcheck.cpp169 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &SpellCheck::setTargetDesktop) );
193 void SpellCheck::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::SpellCheck
H A Dsymbols.cpp295 // This might need to be a global variable so setTargetDesktop can modify it
312 deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &SymbolsDialog::setTargetDesktop) );
877 void SymbolsDialog::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::SymbolsDialog
H A Dtext-edit.cpp237 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &TextEdit::setTargetDesktop) );
739 void TextEdit::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::TextEdit
H A Dexport.cpp377 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &Export::setTargetDesktop) );
404 void Export::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::Export
H A Dglyphs.cpp524 conn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &GlyphsPanel::setTargetDesktop) );
548 void GlyphsPanel::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::GlyphsPanel
H A Dalign-and-distribute.cpp1175 void AlignAndDistribute::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::AlignAndDistribute
H A Dtransformation.cpp172 void Transformation::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::Transformation
H A Dclonetiler.cpp1314 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &CloneTiler::setTargetDesktop) );
1335 void CloneTiler::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::CloneTiler

Completed in 661 milliseconds

12