玉兔远程控制 0.1.0-alpha.2
|
成员的完整列表,这些成员属于 CRemoteFileSystemModel,包括所有继承而来的类成员
canFetchMore(const QModelIndex &parent) const override (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | virtual |
columnCount(const QModelIndex &parent=QModelIndex()) const override (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | |
CreateDir(QModelIndex index, const QString &dir) (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | |
CRemoteFileSystemModel(QObject *parent=nullptr, CRemoteFileSystem::TYPES filter=CRemoteFileSystem::TYPE::ALL) (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | explicit |
data(const QModelIndex &index, int role=Qt::DisplayRole) const override (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | |
DeleteRemoteFileSystem(CRemoteFileSystem *p) (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | private |
fetchMore(const QModelIndex &parent) override (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | virtual |
flags(const QModelIndex &index) const override (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | virtual |
GetFilter() (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | |
GetRemoteFileSystemFromIndex(const QModelIndex &index) const (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | |
GetRoot() (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | |
headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | |
index(CRemoteFileSystem *node, int column=0) const (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | |
index(const QString &szPath) const (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | |
index(int row, int column, const QModelIndex &parent=QModelIndex()) const override (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | |
m_Filter (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | private |
m_GetFolder (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | private |
m_pRoot (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | private |
parent(const QModelIndex &index) const override (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | |
RemoveDir(QModelIndex index) (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | |
rowCount(const QModelIndex &parent=QModelIndex()) const override (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | |
setData(const QModelIndex &index, const QVariant &value, int role) override (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | virtual |
SetRootPath(const QString &szPath) (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | |
sigGetDir(CRemoteFileSystem *p) (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | signal |
sigMakeDir(const QString &dir) (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | signal |
sigRemoveDir(const QString &szPath) (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | signal |
sigRemoveFile(const QString &szFile) (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | signal |
sigRename(const QString &oldName, const QString &newName) (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | signal |
slotGetDir(CRemoteFileSystem *p, QVector< QSharedPointer< CRemoteFileSystem > > contents, bool bEnd) (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | slot |
~CRemoteFileSystemModel() (定义于 CRemoteFileSystemModel) | CRemoteFileSystemModel | virtual |