Definition at line 117 of file ListFileModel.h.
 
◆ CListFileModel()
  
  
      
        
          | CListFileModel::CListFileModel  | 
          ( | 
          QObject *  | 
          parent = nullptr | ) | 
           | 
         
       
   | 
  
explicit   | 
  
 
 
◆ AddFileTransfer()
      
        
          | QModelIndex CListFileModel::AddFileTransfer  | 
          ( | 
          QSharedPointer< CFileTransfer >  | 
          f | ) | 
           | 
        
      
 
 
◆ columnCount()
  
  
      
        
          | int CListFileModel::columnCount  | 
          ( | 
          const QModelIndex &  | 
          parent = QModelIndex() | ) | 
           const | 
         
       
   | 
  
override   | 
  
 
 
◆ data()
  
  
      
        
          | QVariant CListFileModel::data  | 
          ( | 
          const QModelIndex &  | 
          index,  | 
         
        
           | 
           | 
          int  | 
          role = Qt::DisplayRole  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
override   | 
  
 
 
◆ GetFileTransfer()
      
        
          | QSharedPointer< CFileTransfer > CListFileModel::GetFileTransfer  | 
          ( | 
          const QModelIndex &  | 
          index | ) | 
           | 
        
      
 
 
◆ headerData()
  
  
      
        
          | QVariant CListFileModel::headerData  | 
          ( | 
          int  | 
          section,  | 
         
        
           | 
           | 
          Qt::Orientation  | 
          orientation,  | 
         
        
           | 
           | 
          int  | 
          role = Qt::DisplayRole  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
override   | 
  
 
 
◆ Load()
  
  
      
        
          | int CListFileModel::Load  | 
          ( | 
          QSettings &  | 
          set | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ RemoveFileTransfer() [1/2]
      
        
          | int CListFileModel::RemoveFileTransfer  | 
          ( | 
          int  | 
          id | ) | 
           | 
        
      
 
 
◆ RemoveFileTransfer() [2/2]
      
        
          | int CListFileModel::RemoveFileTransfer  | 
          ( | 
          QList< int >  | 
          ids | ) | 
           | 
        
      
 
 
◆ removeRows()
  
  
      
        
          | bool CListFileModel::removeRows  | 
          ( | 
          int  | 
          row,  | 
         
        
           | 
           | 
          int  | 
          count,  | 
         
        
           | 
           | 
          const QModelIndex &  | 
          parent  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ rowCount()
  
  
      
        
          | int CListFileModel::rowCount  | 
          ( | 
          const QModelIndex &  | 
          parent = QModelIndex() | ) | 
           const | 
         
       
   | 
  
override   | 
  
 
 
◆ Save()
  
  
      
        
          | int CListFileModel::Save  | 
          ( | 
          QSettings &  | 
          set | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ UpdateFileTransfer()
      
        
          | void CListFileModel::UpdateFileTransfer  | 
          ( | 
          QSharedPointer< CFileTransfer >  | 
          f | ) | 
           | 
        
      
 
 
◆ m_lstFile
The documentation for this class was generated from the following files:
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Plugins/FileTransfer/ListFileModel.h
 
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Plugins/FileTransfer/ListFileModel.cpp