Searched defs:setTargetDesktop (Results 1 - 14 of 14) sorted by relevance

/inkscape/src/ui/dialog/
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 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 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 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 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 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 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 Dtransformation.cpp172 void Transformation::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::Transformation
H A Dalign-and-distribute.cpp1175 void AlignAndDistribute::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::AlignAndDistribute
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 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 Dclonetiler.cpp1314 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &CloneTiler::setTargetDesktop) );
1335 void CloneTiler::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::CloneTiler
H A Dfilter-effects-dialog.cpp1397 desktopChangeConn = _deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &FilterModifier::setTargetDesktop) );
1411 void FilterEffectsDialog::FilterModifier::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::FilterEffectsDialog::FilterModifier

Completed in 122 milliseconds