All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Brief description of class still missing. More...
#include <StationCoordinatesDelegate.h>
Public Member Functions | |
QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const |
void | setEditorData (QWidget *editor, const QModelIndex &index) const |
void | setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const |
StationCoordinatesDelegate (QObject *parent=0) |
Brief description of class still missing.
Full description of class still missing
GeopsyGui::StationCoordinatesDelegate::StationCoordinatesDelegate | ( | QObject * | parent = 0 | ) | [inline] |
: QItemDelegate(parent) {}
QWidget * GeopsyGui::StationCoordinatesDelegate::createEditor | ( | QWidget * | parent, |
const QStyleOptionViewItem & | option, | ||
const QModelIndex & | index | ||
) | const |
{ return new QLineEdit(parent); }
void GeopsyGui::StationCoordinatesDelegate::setEditorData | ( | QWidget * | editor, |
const QModelIndex & | index | ||
) | const |
void GeopsyGui::StationCoordinatesDelegate::setModelData | ( | QWidget * | editor, |
QAbstractItemModel * | model, | ||
const QModelIndex & | index | ||
) | const |