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
QMakeCmdLineParserState Class Reference

#include <qmakeglobals.h>

Collaboration diagram for QMakeCmdLineParserState:

Public Member Functions

 QMakeCmdLineParserState (const QString &_pwd)
void flush ()

Public Attributes

QString pwd
QStringList cmds [4]
QStringList configs [4]
QStringList extraargs
QMakeEvalPhase phase

Detailed Description

Definition at line 60 of file qmakeglobals.h.

Constructor & Destructor Documentation

◆ QMakeCmdLineParserState()

QMakeCmdLineParserState::QMakeCmdLineParserState ( const QString & _pwd)
inline

Definition at line 63 of file qmakeglobals.h.

References phase, and QMakeEvalBefore.

Referenced by QMakeGlobals::setCommandLineArguments().

Here is the caller graph for this function:

Member Function Documentation

◆ flush()

void QMakeCmdLineParserState::flush ( )
inline

Definition at line 69 of file qmakeglobals.h.

References phase, and QMakeEvalBefore.

Referenced by testing.tools.encode_pdf_filter._SinkPdfStream::close().

Here is the caller graph for this function:

Member Data Documentation

◆ cmds

QStringList QMakeCmdLineParserState::cmds[4]

Definition at line 65 of file qmakeglobals.h.

◆ configs

QStringList QMakeCmdLineParserState::configs[4]

Definition at line 65 of file qmakeglobals.h.

◆ extraargs

QStringList QMakeCmdLineParserState::extraargs

Definition at line 66 of file qmakeglobals.h.

◆ phase

QMakeEvalPhase QMakeCmdLineParserState::phase

◆ pwd

QString QMakeCmdLineParserState::pwd

Definition at line 64 of file qmakeglobals.h.


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