qTox  Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
SessionChatLog Member List

This is the complete list of members for SessionChatLog, including all inherited members.

addSystemMessage(const SystemMessage &message) overrideSessionChatLogvirtual
at(ChatLogIdx idx) const overrideSessionChatLogvirtual
coreIdHandlerSessionChatLogprivate
currentFileTransfersSessionChatLogprivate
getDateIdxs(const QDate &startDate, size_t maxDates) const overrideSessionChatLogvirtual
getFirstIdx() const overrideSessionChatLogvirtual
getNextIdx() const overrideSessionChatLogvirtual
insertBrokenMessageAtIdx(ChatLogIdx idx, const ToxPk &sender, QString senderName, const ChatLogMessage &message)SessionChatLog
insertCompleteMessageAtIdx(ChatLogIdx idx, const ToxPk &sender, QString senderName, const ChatLogMessage &message)SessionChatLog
insertFileAtIdx(ChatLogIdx idx, const ToxPk &sender, QString senderName, const ChatLogFile &file)SessionChatLog
insertIncompleteMessageAtIdx(ChatLogIdx idx, const ToxPk &sender, QString senderName, const ChatLogMessage &message, DispatchedMessageId dispatchId)SessionChatLog
insertSystemMessageAtIdx(ChatLogIdx idx, SystemMessage message)SessionChatLog
itemsSessionChatLogprivate
itemUpdated(ChatLogIdx idx)IChatLogsignal
nextIdxSessionChatLogprivate
onFileTransferBrokenUnbroken(const ToxPk &sender, const ToxFile &file, bool broken)SessionChatLogslot
onFileTransferRemotePausedUnpaused(const ToxPk &sender, const ToxFile &file, bool paused)SessionChatLogslot
onFileUpdated(const ToxPk &sender, const ToxFile &file)SessionChatLogslot
onMessageBroken(DispatchedMessageId id, BrokenMessageReason reason)SessionChatLogslot
onMessageComplete(DispatchedMessageId id)SessionChatLogslot
onMessageReceived(const ToxPk &sender, const Message &message)SessionChatLogslot
onMessageSent(DispatchedMessageId id, const Message &message)SessionChatLogslot
outgoingMessagesSessionChatLogprivate
resolveSenderNameFromSender(const ToxPk &sender)SessionChatLogprivate
searchBackward(SearchPos startIdx, const QString &phrase, const ParameterSearch &parameter) const overrideSessionChatLogvirtual
searchForward(SearchPos startIdx, const QString &phrase, const ParameterSearch &parameter) const overrideSessionChatLogvirtual
SessionChatLog(const ICoreIdHandler &coreIdHandler)SessionChatLog
SessionChatLog(ChatLogIdx initialIdx, const ICoreIdHandler &coreIdHandler)SessionChatLog
~IChatLog()=defaultIChatLogvirtual
~SessionChatLog()SessionChatLog