|
玉兔远程控制 0.1.0-bate11
|


Public 成员函数 | |
| CListFileModel (QObject *parent=nullptr) | |
| virtual int | Load (QSettings &set) |
| virtual int | Save (QSettings &set) |
| QModelIndex | AddFileTransfer (QSharedPointer< CFileTransfer > f) |
| int | RemoveFileTransfer (int id) |
| int | RemoveFileTransfer (QList< int > ids) |
| QSharedPointer< CFileTransfer > | GetFileTransfer (const QModelIndex &index) |
| void | UpdateFileTransfer (QSharedPointer< CFileTransfer > f) |
| QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override |
| int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
| int | columnCount (const QModelIndex &parent=QModelIndex()) const override |
| QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const override |
| virtual bool | removeRows (int row, int count, const QModelIndex &parent) override |
Private 属性 | |
| QList< QSharedPointer< CFileTransfer > > | m_lstFile |
在文件 ListFileModel.h 第 117 行定义.
|
explicit |
在文件 ListFileModel.cpp 第 292 行定义.
| QModelIndex CListFileModel::AddFileTransfer | ( | QSharedPointer< CFileTransfer > | f | ) |
在文件 ListFileModel.cpp 第 347 行定义.
|
override |
在文件 ListFileModel.cpp 第 321 行定义.
|
override |
在文件 ListFileModel.cpp 第 330 行定义.
| QSharedPointer< CFileTransfer > CListFileModel::GetFileTransfer | ( | const QModelIndex & | index | ) |
在文件 ListFileModel.cpp 第 389 行定义.
|
override |
在文件 ListFileModel.cpp 第 297 行定义.
|
virtual |
在文件 ListFileModel.cpp 第 425 行定义.
| int CListFileModel::RemoveFileTransfer | ( | int | id | ) |
在文件 ListFileModel.cpp 第 358 行定义.
| int CListFileModel::RemoveFileTransfer | ( | QList< int > | ids | ) |
在文件 ListFileModel.cpp 第 375 行定义.
|
overridevirtual |
在文件 ListFileModel.cpp 第 399 行定义.
|
override |
在文件 ListFileModel.cpp 第 313 行定义.
|
virtual |
在文件 ListFileModel.cpp 第 455 行定义.
| void CListFileModel::UpdateFileTransfer | ( | QSharedPointer< CFileTransfer > | f | ) |
在文件 ListFileModel.cpp 第 413 行定义.
|
private |
在文件 ListFileModel.h 第 144 行定义.