![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cpdf_psengine.h>
Public Member Functions | |
| CPDF_PSProc () | |
| ~CPDF_PSProc () | |
| bool | Parse (CPDF_SimpleParser *parser, int depth) |
| bool | Execute (CPDF_PSEngine *pEngine) |
| void | AddOperatorForTesting (ByteStringView word) |
| const std::unique_ptr< CPDF_PSOP > & | last_operator () |
Definition at line 88 of file cpdf_psengine.h.
|
default |
|
default |
| void CPDF_PSProc::AddOperatorForTesting | ( | ByteStringView | word | ) |
Definition at line 175 of file cpdf_psengine.cpp.
Referenced by TEST().
| bool CPDF_PSProc::Execute | ( | CPDF_PSEngine * | pEngine | ) |
Definition at line 144 of file cpdf_psengine.cpp.
References CPDF_PSEngine::DoOperator(), CPDF_PSEngine::PopInt(), PSOP_CONST, PSOP_IF, PSOP_IFELSE, and PSOP_PROC.
|
inline |
Definition at line 98 of file cpdf_psengine.h.
| bool CPDF_PSProc::Parse | ( | CPDF_SimpleParser * | parser, |
| int | depth ) |
Definition at line 121 of file cpdf_psengine.cpp.