kdevplatform/language/util
Classes | |
class | DebugLanguageParserHelper |
Typedefs | |
using | TokenTextFunc = QString(*)(int) |
Functions | |
template<class ParserT > | |
int | initAndRunParser (KAboutData &aboutData, int argc, char *argv[]) |
QTextStream | qerr (stderr) |
QTextStream | qin (stdin) |
QTextStream | qout (stdout) |
template<class ParserT > | |
void | setCustomArgs (ParserT *parser, QCommandLineParser *commandLineParser) |
template<class ParserT > | |
void | setupCustomArgs (QCommandLineParser *parser) |
Typedef Documentation
◆ TokenTextFunc
using KDevelopUtils::TokenTextFunc = typedef QString (*)(int) |
Definition at line 50 of file debuglanguageparserhelper.h.
Function Documentation
◆ initAndRunParser()
template<class ParserT >
int KDevelopUtils::initAndRunParser | ( | KAboutData & | aboutData, |
int | argc, | ||
char * | argv[] | ||
) |
call this after setting up aboutData
in your main()
function.
Definition at line 188 of file debuglanguageparserhelper.h.
◆ qerr()
QTextStream KDevelopUtils::qerr | ( | stderr | ) |
◆ qin()
QTextStream KDevelopUtils::qin | ( | stdin | ) |
◆ qout()
QTextStream KDevelopUtils::qout | ( | stdout | ) |
◆ setCustomArgs()
template<class ParserT >
void KDevelopUtils::setCustomArgs | ( | ParserT * | parser, |
QCommandLineParser * | commandLineParser | ||
) |
Definition at line 180 of file debuglanguageparserhelper.h.
◆ setupCustomArgs()
template<class ParserT >
void KDevelopUtils::setupCustomArgs | ( | QCommandLineParser * | parser | ) |
Definition at line 174 of file debuglanguageparserhelper.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Sat Jan 16 2021 23:35:30 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Sat Jan 16 2021 23:35:30 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.