#include <iaboutfriend.h>
Definition at line 27 of file iaboutfriend.h.
 
◆ IAboutFriend() [1/3]
  
  
      
        
          | IAboutFriend::IAboutFriend  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ ~IAboutFriend()
  
  
      
        
          | IAboutFriend::~IAboutFriend  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtualdefault   | 
  
 
 
◆ IAboutFriend() [2/3]
◆ IAboutFriend() [3/3]
◆ clearHistory()
  
  
      
        
          | virtual bool IAboutFriend::clearHistory  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ DECLARE_SIGNAL() [1/8]
      
        
          | IAboutFriend::DECLARE_SIGNAL  | 
          ( | 
          autoAcceptCallChanged  | 
          ,  | 
        
        
           | 
           | 
          IFriendSettings::AutoAcceptCallFlags  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ DECLARE_SIGNAL() [2/8]
      
        
          | IAboutFriend::DECLARE_SIGNAL  | 
          ( | 
          autoAcceptDirChanged  | 
          ,  | 
        
        
           | 
           | 
          const QString &  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ DECLARE_SIGNAL() [3/8]
      
        
          | IAboutFriend::DECLARE_SIGNAL  | 
          ( | 
          autoGroupInviteChanged  | 
          ,  | 
        
        
           | 
           | 
          bool  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ DECLARE_SIGNAL() [4/8]
      
        
          | IAboutFriend::DECLARE_SIGNAL  | 
          ( | 
          avatarChanged  | 
          ,  | 
        
        
           | 
           | 
          const QPixmap &  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ DECLARE_SIGNAL() [5/8]
      
        
          | IAboutFriend::DECLARE_SIGNAL  | 
          ( | 
          nameChanged  | 
          ,  | 
        
        
           | 
           | 
          const QString &  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ DECLARE_SIGNAL() [6/8]
      
        
          | IAboutFriend::DECLARE_SIGNAL  | 
          ( | 
          noteChanged  | 
          ,  | 
        
        
           | 
           | 
          const QString &  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ DECLARE_SIGNAL() [7/8]
      
        
          | IAboutFriend::DECLARE_SIGNAL  | 
          ( | 
          publicKeyChanged  | 
          ,  | 
        
        
           | 
           | 
          const QString &  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ DECLARE_SIGNAL() [8/8]
      
        
          | IAboutFriend::DECLARE_SIGNAL  | 
          ( | 
          statusChanged  | 
          ,  | 
        
        
           | 
           | 
          const QString &  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ getAutoAcceptCall()
  
  
      
        
          | virtual IFriendSettings::AutoAcceptCallFlags IAboutFriend::getAutoAcceptCall  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ getAutoAcceptDir()
  
  
      
        
          | virtual QString IAboutFriend::getAutoAcceptDir  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ getAutoGroupInvite()
  
  
      
        
          | virtual bool IAboutFriend::getAutoGroupInvite  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ getAvatar()
  
  
      
        
          | virtual QPixmap IAboutFriend::getAvatar  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ getName()
  
  
      
        
          | virtual QString IAboutFriend::getName  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ getNote()
  
  
      
        
          | virtual QString IAboutFriend::getNote  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ getPublicKey()
  
  
      
        
          | virtual ToxPk IAboutFriend::getPublicKey  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ getStatusMessage()
  
  
      
        
          | virtual QString IAboutFriend::getStatusMessage  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ isHistoryExistence()
  
  
      
        
          | virtual bool IAboutFriend::isHistoryExistence  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ setAutoAcceptCall()
  
  
      
        
          | virtual void IAboutFriend::setAutoAcceptCall  | 
          ( | 
          IFriendSettings::AutoAcceptCallFlags  | 
          flag | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ setAutoAcceptDir()
  
  
      
        
          | virtual void IAboutFriend::setAutoAcceptDir  | 
          ( | 
          const QString &  | 
          path | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ setAutoGroupInvite()
  
  
      
        
          | virtual void IAboutFriend::setAutoGroupInvite  | 
          ( | 
          bool  | 
          enabled | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ setNote()
  
  
      
        
          | virtual void IAboutFriend::setNote  | 
          ( | 
          const QString &  | 
          note | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
The documentation for this class was generated from the following files: