| /inkscape/src/ui/dialog/ |
| 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 | 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 | 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 | 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 | 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 | 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 | 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 | transformation.cpp | 172 void Transformation::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::Transformation
|
| H A D | align-and-distribute.cpp | 1175 void AlignAndDistribute::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::AlignAndDistribute
|
| 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 | 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 | 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
|
| H A D | filter-effects-dialog.cpp | 1397 desktopChangeConn = _deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &FilterModifier::setTargetDesktop) ); 1411 void FilterEffectsDialog::FilterModifier::setTargetDesktop(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::FilterEffectsDialog::FilterModifier
|