QTfrontend/ammoSchemeModel.h
changeset 4232 3a7862405c36
parent 3236 4ab3917d7d44
child 4410 f9e38ce1e813
equal deleted inserted replaced
4231:f2eb9ac629e4 4232:3a7862405c36
    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     int numberOfDefaultSchemes;
    43     int numberOfDefaultSchemes;
       
    44     QStringList predefSchemesNames;
    44 
    45 
    45 public slots:
    46 public slots:
    46     void Save();
    47     void Save();
    47 
    48 
    48 signals:
    49 signals: