| 
    qTox
    Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
    
   | 
 
 
 
 
Go to the documentation of this file.
   23 #include "util/interface.h" 
   38     QString 
getName() 
const override;
 
   44     QString 
getNote() 
const override;
 
   45     void setNote(
const QString& note) 
override;
 
   59     SIGNAL_IMPL(
AboutFriend, nameChanged, 
const QString&)
 
   60     SIGNAL_IMPL(
AboutFriend, statusChanged, 
const QString&)
 
   61     SIGNAL_IMPL(
AboutFriend, publicKeyChanged, 
const QString&)
 
   63     SIGNAL_IMPL(
AboutFriend, avatarChanged, 
const QPixmap&)
 
   64     SIGNAL_IMPL(
AboutFriend, noteChanged, 
const QString&)
 
   66     SIGNAL_IMPL(
AboutFriend, autoAcceptDirChanged, 
const QString&)
 
   67     SIGNAL_IMPL(
AboutFriend, autoAcceptCallChanged, IFriendSettings::AutoAcceptCallFlags)
 
   68     SIGNAL_IMPL(
AboutFriend, autoGroupInviteChanged, 
bool)
 
  
bool isHistoryExistence() override
 
void setAutoAcceptCall(IFriendSettings::AutoAcceptCallFlags flag) override
 
QString getAutoAcceptDir() const override
 
void setNote(const QString ¬e) override
 
void setAutoGroupInvite(bool enabled) override
 
QString getName() const override
 
This class represents a Tox Public Key, which is a part of Tox ID.
 
bool clearHistory() override
 
void setAutoAcceptDir(const QString &path) override
 
bool getAutoGroupInvite() const override
 
IFriendSettings *const settings
 
ToxPk getPublicKey() const override
 
QString getStatusMessage() const override
 
QString getNote() const override
 
IFriendSettings::AutoAcceptCallFlags getAutoAcceptCall() const override
 
QPixmap getAvatar() const override
 
AboutFriend(const Friend *f, IFriendSettings *const settings)