Home
last modified time | relevance | path

Searched refs:removeSelectedProfile (Results 1 – 4 of 4) sorted by relevance

/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/shell/settings/
H A Denvironmentwidget.h52 void removeSelectedProfile();
H A Denvironmentwidget.cpp96 …ct(ui.removeProfileButton, &QPushButton::clicked, this, &EnvironmentWidget::removeSelectedProfile); in EnvironmentWidget()
294 void EnvironmentWidget::removeSelectedProfile() in removeSelectedProfile() function in EnvironmentWidget
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Ddocument-properties.h80 void removeSelectedProfile();
H A Ddocument-properties.cpp626 void DocumentProperties::removeSelectedProfile(){ in removeSelectedProfile() function in Inkscape::UI::Dialog::DocumentProperties
731 …ink_btn.signal_clicked().connect(sigc::mem_fun(*this, &DocumentProperties::removeSelectedProfile)); in build_cms()
736 …_popup_menu(_LinkedProfilesList, sigc::mem_fun(*this, &DocumentProperties::removeSelectedProfile)); in build_cms()