/inkscape/src/ui/dialog/ |
H A D | object-attributes.h | 114 void setTargetDesktop(SPDesktop *desktop);
|
H A D | glyphs.h | 61 void setTargetDesktop(SPDesktop *desktop);
|
H A D | fill-and-stroke.h | 77 void setTargetDesktop(SPDesktop *desktop);
|
H A D | fill-and-stroke.cpp | 79 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &FillAndStroke::setTargetDesktop) ); 97 void FillAndStroke::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::FillAndStroke
|
H A D | object-attributes.cpp | 96 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &ObjectAttributes::setTargetDesktop) ); 185 void ObjectAttributes::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::ObjectAttributes
|
H A D | symbols.h | 114 void setTargetDesktop(SPDesktop *desktop);
|
H A D | spellcheck.h | 155 void setTargetDesktop(SPDesktop *desktop);
|
H A D | text-edit.h | 179 void setTargetDesktop(SPDesktop *desktop);
|
H A D | transformation.h | 218 void setTargetDesktop(SPDesktop* desktop);
|
H A D | pixelartdialog.cpp | 96 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 D | align-and-distribute.h | 110 void setTargetDesktop(SPDesktop *desktop);
|
H A D | clonetiler.h | 148 void setTargetDesktop(SPDesktop *desktop);
|
H A D | export.h | 235 void setTargetDesktop(SPDesktop *desktop);
|
H A D | find.h | 194 void setTargetDesktop(SPDesktop *desktop);
|
H A D | filter-effects-dialog.h | 85 void setTargetDesktop(SPDesktop *desktop);
|
H A D | tracedialog.cpp | 95 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 D | find.cpp | 237 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &Find::setTargetDesktop) ); 270 void Find::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::Find
|
H A D | spellcheck.cpp | 169 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &SpellCheck::setTargetDesktop) ); 193 void SpellCheck::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::SpellCheck
|
H A D | symbols.cpp | 295 // 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 D | text-edit.cpp | 237 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &TextEdit::setTargetDesktop) ); 739 void TextEdit::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::TextEdit
|
H A D | export.cpp | 377 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &Export::setTargetDesktop) ); 404 void Export::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::Export
|
H A D | glyphs.cpp | 524 conn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &GlyphsPanel::setTargetDesktop) ); 548 void GlyphsPanel::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::GlyphsPanel
|
H A D | align-and-distribute.cpp | 1175 void AlignAndDistribute::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::AlignAndDistribute
|
H A D | transformation.cpp | 172 void Transformation::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::Transformation
|
H A D | clonetiler.cpp | 1314 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &CloneTiler::setTargetDesktop) ); 1335 void CloneTiler::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::CloneTiler
|