JS8Call-Improved master
Loading...
Searching...
No Matches
Inbox Class Reference

#include <Inbox.h>

Public Member Functions

 Inbox (QString path)
bool isOpen ()
bool open ()
void close ()
QString error ()
int count (QString type, QString query, QString match)
QList< QPair< int, Message > > values (QString type, QString query, QString match, int offset, int limit)
Message value (int key)
int append (Message value)
bool set (int key, Message value)
bool del (int key)
QList< QPair< int, Message > > fetchForCall (const QString &callPattern)
int getLookaheadMessageIdForCallsign (const QString &callsign, int afterMsgId)
int countUnreadFrom (QString from)
QPair< int, MessagefirstUnreadFrom (QString from)
QMap< QString, int > getGroupMessageCounts ()
bool markGroupMsgDeliveredForCallsign (int msgId, QString callsign)
int getNextGroupMessageIdForCallsign (const QString &group_name, const QString &callsign)
int getLookaheadGroupMessageIdForCallsign (const QString &group_name, const QString &callsign, int afterMsgId)
int countUnreadForCallsign (const QString &callsign)
int countGroupUnreadForCallsign (const QString &group_name, const QString &callsign)

Detailed Description

(C) 2018 Jordan Sherer kn4cr.nosp@m.d@gm.nosp@m.ail.c.nosp@m.om - All Rights Reserved (C) 2026 Chris Olson chris.nosp@m.kris.nosp@m.tin.o.nosp@m.lson.nosp@m.@iclo.nosp@m.ud.c.nosp@m.om - All Rights Reserved

Member Function Documentation

◆ getLookaheadMessageIdForCallsign()

int Inbox::getLookaheadMessageIdForCallsign ( const QString & callsign,
int afterMsgId )

High-Level Interface (now using inbox_v2)

Here is the call graph for this function:

◆ isOpen()

bool Inbox::isOpen ( )

Low-Level Interface

Here is the caller graph for this function:

The documentation for this class was generated from the following files: