NAME
Qt::Core::QAbstractTableModel
PUBLIC METHODS
- QAbstractTableModel(QObject * parent)
- QAbstractTableModel(QObject * parent = 0)
- ~QAbstractTableModel()
- bool dropMimeData(const QMimeData * data, Qt::DropAction action, int row, int column, const QModelIndex & parent)
- QModelIndex index(int row, int column, const QModelIndex & parent)
- QModelIndex index(int row, int column, const QModelIndex & parent = QModelIndex())
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.