| 
| enum class   | TYPE {  
  NO = 0x00
, FILE = 0x01
, DRIVE = 0x02
, DIR = 0x04
,  
  SYMLINK = 0x08
, SPECIAL = 0x10
, DIRS = DRIVE | DIR | SYMLINK | SPECIAL
, ALL = DIRS | FILE
 
 } | 
|   | 
| enum class   | ColumnValue {  
  Name = 0
, Size
, Type
, LastModified
,  
  Permission
, Owner
, End
 
 } | 
|   | 
| enum class   | State { No
, Getting
, Ok
 } | 
|   | 
Definition at line 9 of file RemoteFileSystemModel.h.
 
◆ ColumnValue
  
  
      
        
          | enum class CRemoteFileSystem::ColumnValue | 
         
       
   | 
  
strong   | 
  
 
 
◆ State
  
  
      
        
          | enum class CRemoteFileSystem::State | 
         
       
   | 
  
strong   | 
  
 
 
◆ TYPE
  
  
      
        
          | enum class CRemoteFileSystem::TYPE | 
         
       
   | 
  
strong   | 
  
 
 
◆ CRemoteFileSystem() [1/2]
  
  
      
        
          | CRemoteFileSystem::CRemoteFileSystem  | 
          ( | 
          const QString &  | 
          szPath,  | 
         
        
           | 
           | 
          TYPES  | 
          type  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
explicit   | 
  
 
 
◆ ~CRemoteFileSystem()
  
  
      
        
          | CRemoteFileSystem::~CRemoteFileSystem  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ CRemoteFileSystem() [2/2]
◆ AppendChild()
◆ ChildCount()
      
        
          | int CRemoteFileSystem::ChildCount  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ ColumnCount()
  
  
      
        
          | int CRemoteFileSystem::ColumnCount  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ 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
The documentation for this class was generated from the following files: