Home
last modified time | relevance | path

Searched refs:OutputParserThread (Results 1 – 4 of 4) sorted by relevance

/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/parser/
H A Dparserthread.cpp271 OutputParserThread::OutputParserThread(KileInfo *info, QObject *parent) in OutputParserThread() function in KileParser::OutputParserThread
276 OutputParserThread::~OutputParserThread() in ~OutputParserThread()
280 Parser* OutputParserThread::createParser(ParserInput *input) in createParser()
288 void OutputParserThread::addLaTeXLogFile(const QString& logFile, const QString& sourceFile, in addLaTeXLogFile()
299 void OutputParserThread::removeFile(const QString& fileName) in removeFile()
H A Dparserthread.h126 class OutputParserThread: public ParserThread
131 explicit OutputParserThread(KileInfo *info, QObject *parent = Q_NULLPTR);
132 virtual ~OutputParserThread();
H A Dparsermanager.h39 class OutputParserThread; variable
71 OutputParserThread *m_outputParserThread;
H A Dparsermanager.cpp44 m_outputParserThread = new OutputParserThread(m_ki, this); in Manager()