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

  /external/wpa_supplicant/wpa_gui-qt4/
eventhistory.h 22 class EventListModel : public QAbstractTableModel
27 EventListModel(QObject *parent = 0)
60 EventListModel *elm;
eventhistory.cpp 20 int EventListModel::rowCount(const QModelIndex &) const
26 int EventListModel::columnCount(const QModelIndex &) const
32 QVariant EventListModel::data(const QModelIndex &index, int role) const
52 QVariant EventListModel::headerData(int section, Qt::Orientation orientation,
72 void EventListModel::addEvent(QString time, QString msg)
88 elm = new EventListModel(parent);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
eventhistory.h 22 class EventListModel : public QAbstractTableModel
27 EventListModel(QObject *parent = 0)
60 EventListModel *elm;
eventhistory.cpp 21 int EventListModel::rowCount(const QModelIndex &) const
27 int EventListModel::columnCount(const QModelIndex &) const
33 QVariant EventListModel::data(const QModelIndex &index, int role) const
53 QVariant EventListModel::headerData(int section, Qt::Orientation orientation,
73 void EventListModel::addEvent(QString time, QString msg)
91 elm = new EventListModel(parent);

Completed in 39 milliseconds