qTox
Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
|
#include <aboutfriend.h>
Public Member Functions | |
AboutFriend (const Friend *f, IFriendSettings *const settings) | |
QString | getName () const override |
QString | getStatusMessage () const override |
ToxPk | getPublicKey () const override |
QPixmap | getAvatar () const override |
QString | getNote () const override |
void | setNote (const QString ¬e) override |
QString | getAutoAcceptDir () const override |
void | setAutoAcceptDir (const QString &path) override |
IFriendSettings::AutoAcceptCallFlags | getAutoAcceptCall () const override |
void | setAutoAcceptCall (IFriendSettings::AutoAcceptCallFlags flag) override |
bool | getAutoGroupInvite () const override |
void | setAutoGroupInvite (bool enabled) override |
bool | clearHistory () override |
bool | isHistoryExistence () override |
![]() | |
IAboutFriend ()=default | |
virtual | ~IAboutFriend () |
IAboutFriend (const IAboutFriend &)=default | |
IAboutFriend & | operator= (const IAboutFriend &)=default |
IAboutFriend (IAboutFriend &&)=default | |
IAboutFriend & | operator= (IAboutFriend &&)=default |
DECLARE_SIGNAL (nameChanged, const QString &) | |
DECLARE_SIGNAL (statusChanged, const QString &) | |
DECLARE_SIGNAL (publicKeyChanged, const QString &) | |
DECLARE_SIGNAL (avatarChanged, const QPixmap &) | |
DECLARE_SIGNAL (noteChanged, const QString &) | |
DECLARE_SIGNAL (autoAcceptDirChanged, const QString &) | |
DECLARE_SIGNAL (autoAcceptCallChanged, IFriendSettings::AutoAcceptCallFlags) | |
DECLARE_SIGNAL (autoGroupInviteChanged, bool) | |
Private Attributes | |
const Friend *const | f |
IFriendSettings *const | settings |
Definition at line 31 of file aboutfriend.h.
AboutFriend::AboutFriend | ( | const Friend * | f, |
IFriendSettings *const | settings | ||
) |
Definition at line 27 of file aboutfriend.cpp.
|
overridevirtual |
Implements IAboutFriend.
Definition at line 121 of file aboutfriend.cpp.
|
overridevirtual |
Implements IAboutFriend.
Definition at line 95 of file aboutfriend.cpp.
|
overridevirtual |
Implements IAboutFriend.
Definition at line 82 of file aboutfriend.cpp.
|
overridevirtual |
Implements IAboutFriend.
Definition at line 108 of file aboutfriend.cpp.
|
overridevirtual |
Implements IAboutFriend.
Definition at line 61 of file aboutfriend.cpp.
|
overridevirtual |
Implements IAboutFriend.
Definition at line 46 of file aboutfriend.cpp.
|
overridevirtual |
Implements IAboutFriend.
Definition at line 69 of file aboutfriend.cpp.
|
overridevirtual |
Implements IAboutFriend.
Definition at line 56 of file aboutfriend.cpp.
|
overridevirtual |
Implements IAboutFriend.
Definition at line 51 of file aboutfriend.cpp.
|
overridevirtual |
Implements IAboutFriend.
Definition at line 133 of file aboutfriend.cpp.
|
overridevirtual |
Implements IAboutFriend.
Definition at line 101 of file aboutfriend.cpp.
|
overridevirtual |
Implements IAboutFriend.
Definition at line 88 of file aboutfriend.cpp.
|
overridevirtual |
Implements IAboutFriend.
Definition at line 114 of file aboutfriend.cpp.
|
overridevirtual |
Implements IAboutFriend.
Definition at line 75 of file aboutfriend.cpp.
|
private |
Definition at line 71 of file aboutfriend.h.
|
private |
Definition at line 72 of file aboutfriend.h.