QTfrontend/ammoSchemeModel.h
changeset 3172 ae5c7f97df44
parent 2948 3f21a9dc93d0
child 3236 4ab3917d7d44
equal deleted inserted replaced
3171:601f092071e7 3172:ae5c7f97df44
    38     bool setData(const QModelIndex & index, const QVariant & value, int role = Qt::EditRole);
    38     bool setData(const QModelIndex & index, const QVariant & value, int role = Qt::EditRole);
    39     bool insertRows(int row, int count, const QModelIndex & parent = QModelIndex());
    39     bool insertRows(int row, int count, const QModelIndex & parent = QModelIndex());
    40     bool removeRows(int row, int count, const QModelIndex & parent = QModelIndex());
    40     bool removeRows(int row, int count, const QModelIndex & parent = QModelIndex());
    41     QVariant data(const QModelIndex &index, int role) const;
    41     QVariant data(const QModelIndex &index, int role) const;
    42 
    42 
    43     const int numberOfDefaultSchemes;
    43     int numberOfDefaultSchemes;
    44 
    44 
    45 public slots:
    45 public slots:
    46     void Save();
    46     void Save();
    47 
    47 
    48 signals:
    48 signals: