Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
phraseview.cpp File Reference

(d9e43af7ece745ef0922db12351d44f5933a8d5d)

#include "globals.h"
#include "mainwindow.h"
#include "messagemodel.h"
#include "phrase.h"
#include "phraseview.h"
#include "phrasemodel.h"
#include "simtexth.h"
#include <QHeaderView>
#include <QKeyEvent>
#include <QSettings>
#include <QShortcut>
#include <QTreeView>
#include <QWidget>
#include <QDebug>
Include dependency graph for phraseview.cpp:

Go to the source code of this file.

Functions

static QString phraseViewHeaderKey ()
static CandidateList similarTextHeuristicCandidates (MultiDataModel *model, int mi, const char *text, int maxCandidates)

Function Documentation

◆ phraseViewHeaderKey()

QString phraseViewHeaderKey ( )
static

Definition at line 25 of file phraseview.cpp.

◆ similarTextHeuristicCandidates()

CandidateList similarTextHeuristicCandidates ( MultiDataModel * model,
int mi,
const char * text,
int maxCandidates )
static

Definition at line 177 of file phraseview.cpp.

References MultiDataModelIterator::MultiDataModelIterator(), IDBASED, MessageItem::message(), TEXTBASED, TranslatorMessage::type(), and TranslatorMessage::Unfinished.

Here is the call graph for this function: