JS8Call-Improved master
Loading...
Searching...
No Matches
JSCChecker Class Reference
Inheritance diagram for JSCChecker:
Collaboration diagram for JSCChecker:

Public Member Functions

 JSCChecker (QObject *parent=nullptr)
 Construct a new JSCChecker::JSCChecker object.

Static Public Member Functions

static void checkRange (QTextEdit *edit, int start, int end)
 Check the range of text in the QTextEdit for valid JSC callsigns.
static QStringList suggestions (QString word, int n, bool *pFound)
 Generate suggestions for the given word.

Constructor & Destructor Documentation

◆ JSCChecker()

JSCChecker::JSCChecker ( QObject * parent = nullptr)
explicit

Construct a new JSCChecker::JSCChecker object.

Parameters
parent

Member Function Documentation

◆ checkRange()

void JSCChecker::checkRange ( QTextEdit * edit,
int start,
int end )
static

Check the range of text in the QTextEdit for valid JSC callsigns.

Parameters
edit
start
end
Here is the call graph for this function:

◆ suggestions()

QStringList JSCChecker::suggestions ( QString word,
int n,
bool * pFound )
static

Generate suggestions for the given word.

Parameters
word
n
pFound
Returns
QStringList
Here is the call graph for this function:

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