Lines Matching refs:FileTreeModel

94 FileTreeModel::FileTreeModel(QObject* parent, bool isEditable) :  in FileTreeModel()  function in FileTreeModel
102 FileTreeModel::~FileTreeModel() in ~FileTreeModel()
109 void FileTreeModel::setEditable(bool editable) in setEditable()
114 FileTreeItem* FileTreeModel::itemFromIndex(QModelIndex const& index) const in itemFromIndex()
125 QModelIndexList FileTreeModel::getOrphanIndices(QModelIndexList const& indices) const in getOrphanIndices()
155 QVariant FileTreeModel::data(QModelIndex const& index, int role) const in data()
167 Qt::ItemFlags FileTreeModel::flags(QModelIndex const& index) const in flags()
184 bool FileTreeModel::setData(QModelIndex const& index, QVariant const& newname, int role) in setData()
196 QVariant FileTreeModel::headerData(int column, Qt::Orientation orientation, int role) const in headerData()
232 QModelIndex FileTreeModel::index(int row, int column, QModelIndex const& parent) const in index()
260 QModelIndex FileTreeModel::parent(QModelIndex const& child) const in parent()
265 QModelIndex FileTreeModel::parent(QModelIndex const& child, int column) const in parent()
277 int FileTreeModel::rowCount(QModelIndex const& parent) const in rowCount()
293 int FileTreeModel::columnCount(QModelIndex const& parent) const in columnCount()
300 QModelIndex FileTreeModel::indexOf(FileTreeItem* item, int column) const in indexOf()
310 void FileTreeModel::clearSubtree(QModelIndex const& top) in clearSubtree()
334 void FileTreeModel::clear() in clear()
343 FileTreeItem* FileTreeModel::findItemForFileIndex(int fileIndex) const in findItemForFileIndex()
348 void FileTreeModel::addFile(int fileIndex, QString const& filename, bool wanted, int priority, uint… in addFile()
438 void FileTreeModel::emitParentsChanged(QModelIndex const& index, int firstColumn, int lastColumn, in emitParentsChanged()
468 void FileTreeModel::emitSubtreeChanged(QModelIndex const& index, int firstColumn, int lastColumn) in emitSubtreeChanged()
489 void FileTreeModel::twiddleWanted(QModelIndexList const& indices) in twiddleWanted()
508 void FileTreeModel::twiddlePriority(QModelIndexList const& indices) in twiddlePriority()
543 void FileTreeModel::setWanted(QModelIndexList const& indices, bool wanted) in setWanted()
577 void FileTreeModel::setPriority(QModelIndexList const& indices, int priority) in setPriority()
611 bool FileTreeModel::openFile(QModelIndex const& index) in openFile()