|
enum class | TYPE {
NO = 0x00
, FILE = 0x01
, DRIVE = 0x02
, DIR = 0x04
,
SYMLINK = 0x08
, SPECIAL = 0x10
, DIRS = DRIVE | DIR | SYMLINK | SPECIAL
, ALL = DRIVE | DIR | FILE | SYMLINK | SPECIAL
} |
|
enum class | ColumnValue {
Name = 0
, Size
, Type
, LastModified
,
Permission
, Owner
, End
} |
|
enum class | State { No
, Getting
, Ok
} |
|
◆ ColumnValue
enum class CRemoteFileSystem::ColumnValue |
|
strong |
◆ State
enum class CRemoteFileSystem::State |
|
strong |
◆ TYPE
enum class CRemoteFileSystem::TYPE |
|
strong |
◆ ~CRemoteFileSystem()
CRemoteFileSystem::~CRemoteFileSystem |
( |
| ) |
|
|
virtual |
◆ AppendChild()
◆ ChildCount()
int CRemoteFileSystem::ChildCount |
( |
| ) |
|
◆ ColumnCount()
int CRemoteFileSystem::ColumnCount |
( |
| ) |
|
◆ Data()
QVariant CRemoteFileSystem::Data |
( |
int |
column | ) |
|
◆ GetChild()
◆ GetCreateTime()
QDateTime CRemoteFileSystem::GetCreateTime |
( |
| ) |
|
◆ GetLastModified()
QDateTime CRemoteFileSystem::GetLastModified |
( |
| ) |
|
◆ GetName()
QString CRemoteFileSystem::GetName |
( |
| ) |
|
◆ GetOwner()
QString CRemoteFileSystem::GetOwner |
( |
| ) |
|
◆ GetParent()
◆ GetPath()
QString CRemoteFileSystem::GetPath |
( |
| ) |
|
◆ GetPermissions()
QFileDevice::Permissions CRemoteFileSystem::GetPermissions |
( |
| ) |
|
◆ GetSize()
quint64 CRemoteFileSystem::GetSize |
( |
| ) |
|
◆ GetState()
const CRemoteFileSystem::State CRemoteFileSystem::GetState |
( |
| ) |
const |
◆ GetType()
CRemoteFileSystem::TYPES CRemoteFileSystem::GetType |
( |
| ) |
|
◆ HeaderData()
QString CRemoteFileSystem::HeaderData |
( |
int |
section | ) |
|
|
static |
◆ Icon()
QIcon CRemoteFileSystem::Icon |
( |
| ) |
|
◆ IndexOf() [1/2]
int CRemoteFileSystem::IndexOf |
( |
const QString & |
szPath | ) |
|
◆ IndexOf() [2/2]
◆ IndexOfParent()
int CRemoteFileSystem::IndexOfParent |
( |
| ) |
|
◆ IsDir()
bool CRemoteFileSystem::IsDir |
( |
| ) |
|
◆ RemoveChild()
int CRemoteFileSystem::RemoveChild |
( |
int |
index | ) |
|
◆ SetCreateTime()
void CRemoteFileSystem::SetCreateTime |
( |
const QDateTime & |
date | ) |
|
◆ SetLastModified()
void CRemoteFileSystem::SetLastModified |
( |
const QDateTime & |
date | ) |
|
◆ SetOwner()
void CRemoteFileSystem::SetOwner |
( |
QString |
szOwner | ) |
|
◆ SetParent()
◆ SetPermissions()
void CRemoteFileSystem::SetPermissions |
( |
QFileDevice::Permissions |
privileges | ) |
|
◆ SetSize()
void CRemoteFileSystem::SetSize |
( |
quint64 |
size | ) |
|
◆ SetState()
void CRemoteFileSystem::SetState |
( |
State |
s | ) |
|
◆ m_createTime
QDateTime CRemoteFileSystem::m_createTime |
|
private |
◆ m_lastModifed
QDateTime CRemoteFileSystem::m_lastModifed |
|
private |
◆ m_nSize
quint64 CRemoteFileSystem::m_nSize |
|
private |
◆ m_Permissions
QFileDevice::Permissions CRemoteFileSystem::m_Permissions |
|
private |
◆ m_pParent
◆ m_State
State CRemoteFileSystem::m_State |
|
private |
◆ m_szOwner
QString CRemoteFileSystem::m_szOwner |
|
private |
◆ m_szPath
QString CRemoteFileSystem::m_szPath |
|
private |
◆ m_Type
TYPES CRemoteFileSystem::m_Type |
|
private |
◆ m_vChild
该类的文档由以下文件生成: