|
玉兔远程控制 0.1.0-bate11
|


Public 槽 | |
| void | slotGetDir (CRemoteFileSystem *p, QVector< QSharedPointer< CRemoteFileSystem > > contents, bool bEnd) |
信号 | |
| void | sigGetDir (CRemoteFileSystem *p) |
| void | sigMakeDir (const QString &dir) |
| void | sigRemoveDir (const QString &szPath) |
| void | sigRemoveFile (const QString &szFile) |
| void | sigRename (const QString &oldName, const QString &newName) |
Public 成员函数 | |
| CRemoteFileSystemModel (QObject *parent=nullptr, CRemoteFileSystem::TYPES filter=CRemoteFileSystem::TYPE::ALL) | |
| QModelIndex | SetRootPath (const QString &szPath) |
| CRemoteFileSystem * | GetRoot () |
| CRemoteFileSystem * | GetRemoteFileSystemFromIndex (const QModelIndex &index) const |
| CRemoteFileSystem::TYPES | GetFilter () |
| void | CreateDir (QModelIndex index, const QString &dir) |
| void | RemoveDir (QModelIndex index) |
| QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override |
| QModelIndex | index (CRemoteFileSystem *node, int column=0) const |
| QModelIndex | index (const QString &szPath) const |
| QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const override |
| QModelIndex | parent (const QModelIndex &index) const override |
| int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
| int | columnCount (const QModelIndex &parent=QModelIndex()) const override |
| virtual Qt::ItemFlags | flags (const QModelIndex &index) const override |
| virtual bool | setData (const QModelIndex &index, const QVariant &value, int role) override |
| QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const override |
| virtual void | fetchMore (const QModelIndex &parent) override |
| virtual bool | canFetchMore (const QModelIndex &parent) const override |
Private 成员函数 | |
| void | DeleteRemoteFileSystem (CRemoteFileSystem *p) |
Private 属性 | |
| CRemoteFileSystem * | m_pRoot |
| CRemoteFileSystem::TYPES | m_Filter |
| QList< CRemoteFileSystem * > | m_GetFolder |
在文件 RemoteFileSystemModel.h 第 106 行定义.
|
explicit |
在文件 RemoteFileSystemModel.cpp 第 327 行定义.
|
virtual |
在文件 RemoteFileSystemModel.cpp 第 334 行定义.
|
overridevirtual |
在文件 RemoteFileSystemModel.cpp 第 517 行定义.
|
override |
在文件 RemoteFileSystemModel.cpp 第 410 行定义.
| void CRemoteFileSystemModel::CreateDir | ( | QModelIndex | index, |
| const QString & | dir ) |
在文件 RemoteFileSystemModel.cpp 第 611 行定义.
|
override |
在文件 RemoteFileSystemModel.cpp 第 416 行定义.
|
private |
在文件 RemoteFileSystemModel.cpp 第 341 行定义.
|
overridevirtual |
在文件 RemoteFileSystemModel.cpp 第 533 行定义.
|
overridevirtual |
在文件 RemoteFileSystemModel.cpp 第 688 行定义.
|
nodiscard |
在文件 RemoteFileSystemModel.cpp 第 382 行定义.
|
nodiscard |
在文件 RemoteFileSystemModel.cpp 第 375 行定义.
|
nodiscard |
在文件 RemoteFileSystemModel.cpp 第 370 行定义.
|
override |
在文件 RemoteFileSystemModel.cpp 第 387 行定义.
|
nodiscard |
在文件 RemoteFileSystemModel.cpp 第 439 行定义.
|
nodiscard |
在文件 RemoteFileSystemModel.cpp 第 470 行定义.
|
override |
在文件 RemoteFileSystemModel.cpp 第 485 行定义.
|
override |
在文件 RemoteFileSystemModel.cpp 第 503 行定义.
| void CRemoteFileSystemModel::RemoveDir | ( | QModelIndex | index | ) |
在文件 RemoteFileSystemModel.cpp 第 628 行定义.
|
override |
在文件 RemoteFileSystemModel.cpp 第 399 行定义.
|
overridevirtual |
在文件 RemoteFileSystemModel.cpp 第 656 行定义.
| QModelIndex CRemoteFileSystemModel::SetRootPath | ( | const QString & | szPath | ) |
在文件 RemoteFileSystemModel.cpp 第 352 行定义.
|
slot |
在文件 RemoteFileSystemModel.cpp 第 563 行定义.
|
private |
在文件 RemoteFileSystemModel.h 第 156 行定义.
|
private |
在文件 RemoteFileSystemModel.h 第 157 行定义.
|
private |
在文件 RemoteFileSystemModel.h 第 155 行定义.