Home
last modified time | relevance | path

Searched refs:modeForIndex (Results 1 – 2 of 2) sorted by relevance

/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/shell/
H A Dlaunchconfigurationdialog.h65 ILaunchMode* modeForIndex( const QModelIndex& idx ) const;
H A Dlaunchconfigurationdialog.cpp276 ILaunchMode* lm = model->modeForIndex( idx ); in selectionChanged()
777 ILaunchMode* LaunchConfigurationsModel::modeForIndex( const QModelIndex& idx ) const in modeForIndex() function in KDevelop::LaunchConfigurationsModel
943 ILaunchMode* mode = model->modeForIndex( index ); in createEditor()