HomeSort by relevance Sort by last modified time
    Searched refs:EventListModel (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.h 16 class EventListModel : public QAbstractTableModel
21 EventListModel(QObject *parent = 0)
54 EventListModel *elm;
eventhistory.cpp 15 int EventListModel::rowCount(const QModelIndex &) const
21 int EventListModel::columnCount(const QModelIndex &) const
27 QVariant EventListModel::data(const QModelIndex &index, int role) const
47 QVariant EventListModel::headerData(int section, Qt::Orientation orientation,
67 void EventListModel::addEvent(QString time, QString msg)
85 elm = new EventListModel(parent);

Completed in 40 milliseconds