Home
last modified time | relevance | path

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

/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/shell/
H A Dlaunchconfigurationdialog.cpp61 model = new LaunchConfigurationsModel( tree ); in LaunchConfigurationDialog()
475 LaunchConfigurationsModel::LaunchConfigurationsModel(QObject* parent): QAbstractItemModel(parent) in LaunchConfigurationsModel() function in KDevelop::LaunchConfigurationsModel
539 LaunchConfigurationsModel::ProjectItem* LaunchConfigurationsModel::findItemForProject(IProject* p) … in findItemForProject()
552 int LaunchConfigurationsModel::columnCount(const QModelIndex& parent) const in columnCount()
673 QModelIndex LaunchConfigurationsModel::parent(const QModelIndex& child) const in parent()
686 int LaunchConfigurationsModel::rowCount(const QModelIndex& parent) const in rowCount()
716 Qt::ItemFlags LaunchConfigurationsModel::flags(const QModelIndex& index) const in flags()
840 void LaunchConfigurationsModel::deleteConfiguration( const QModelIndex& index ) in deleteConfiguration()
851 void LaunchConfigurationsModel::createConfiguration(const QModelIndex& parent ) in createConfiguration()
882 IProject* LaunchConfigurationsModel::projectForIndex(const QModelIndex& idx) in projectForIndex()
[all …]
H A Dlaunchconfigurationdialog.h49 class LaunchConfigurationsModel : public QAbstractItemModel
53 explicit LaunchConfigurationsModel(QObject* parent = nullptr);
101 void addLaunchModeItemsForLaunchConfig ( KDevelop::LaunchConfigurationsModel::LaunchItem* l );
145 LaunchConfigurationsModel* model;