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
PythonParser Class Reference
Collaboration diagram for PythonParser:

Public Member Functions

 PythonParser (Translator &translator, const QString &fileName, bool &error, ConversionData &cd)
void parse (const QByteArray &initialContext={}, const QByteArray &defaultContext={})
 ~PythonParser ()
 PythonParser (Translator &translator, const QString &fileName, bool &error, ConversionData &cd)
void parse (const QByteArray &initialContext={}, const QByteArray &defaultContext={})
 ~PythonParser ()

Detailed Description

Definition at line 24 of file python.cpp.

Constructor & Destructor Documentation

◆ PythonParser() [1/2]

PythonParser::PythonParser ( Translator & translator,
const QString & fileName,
bool & error,
ConversionData & cd )
inline

Definition at line 48 of file python.cpp.

◆ ~PythonParser() [1/2]

PythonParser::~PythonParser ( )
inline

Definition at line 180 of file python.cpp.

◆ PythonParser() [2/2]

PythonParser::PythonParser ( Translator & translator,
const QString & fileName,
bool & error,
ConversionData & cd )
inline

Definition at line 48 of file python.cpp.

◆ ~PythonParser() [2/2]

PythonParser::~PythonParser ( )
inline

Definition at line 180 of file python.cpp.

Member Function Documentation

◆ parse() [1/2]

void PythonParser::parse ( const QByteArray & initialContext = {},
const QByteArray & defaultContext = {} )
inline

Definition at line 72 of file python.cpp.

◆ parse() [2/2]

void PythonParser::parse ( const QByteArray & initialContext = {},
const QByteArray & defaultContext = {} )
inline

Definition at line 72 of file python.cpp.


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