Home
last modified time | relevance | path

Searched refs:selectedExceptions (Results 1 – 3 of 3) sorted by relevance

/dports/x11-themes/plasma5-breeze/breeze-5.23.5/kdecoration/config/
H A Dbreezeexceptionlistwidget.cpp213 InternalSettingsList selectedExceptions( model().get( selectedIndices ) ); in up() local
240 …m_ui.exceptionListView->selectionModel()->select( model().index( selectedExceptions.front() ), QI… in up()
241 …r( InternalSettingsList::const_iterator iter = selectedExceptions.constBegin(); iter != selectedEx… in up()
258 InternalSettingsList selectedExceptions( model().get( selectedIndices ) ); in down() local
290 …m_ui.exceptionListView->selectionModel()->select( model().index( selectedExceptions.front() ), QI… in down()
291 …r( InternalSettingsList::const_iterator iter = selectedExceptions.constBegin(); iter != selectedEx… in down()
/dports/x11-themes/plasma5-oxygen/oxygen-5.23.5/kdecoration/config/
H A Doxygenexceptionlistwidget.cpp219 InternalSettingsList selectedExceptions( model().get( selectedIndices ) ); in up() local
246 …m_ui.exceptionListView->selectionModel()->select( model().index( selectedExceptions.front() ), QI… in up()
247 …r( InternalSettingsList::const_iterator iter = selectedExceptions.constBegin(); iter != selectedEx… in up()
266 InternalSettingsList selectedExceptions( model().get( selectedIndices ) ); in down() local
298 …m_ui.exceptionListView->selectionModel()->select( model().index( selectedExceptions.front() ), QI… in down()
299 …r( InternalSettingsList::const_iterator iter = selectedExceptions.constBegin(); iter != selectedEx… in down()
/dports/net/incidenceeditor/incidenceeditor-21.12.3/src/
H A Dincidencerecurrence.cpp636 const QList<QListWidgetItem *> selectedExceptions = mUi->mExceptionList->selectedItems(); in removeExceptions() local
637 for (QListWidgetItem *selectedException : selectedExceptions) { in removeExceptions()