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

#include <cpdf_psengine.h>

+ Collaboration diagram for CPDF_PSOP:

Public Member Functions

 CPDF_PSOP ()
 
 CPDF_PSOP (PDF_PSOP op)
 
 CPDF_PSOP (float value)
 
 ~CPDF_PSOP ()
 
bool Parse (CPDF_SimpleParser *parser, int depth)
 
void Execute (CPDF_PSEngine *pEngine)
 
float GetFloatValue () const
 
PDF_PSOP GetOp () const
 

Detailed Description

Definition at line 70 of file cpdf_psengine.h.

Constructor & Destructor Documentation

◆ CPDF_PSOP() [1/3]

CPDF_PSOP::CPDF_PSOP ( )

Definition at line 87 of file cpdf_psengine.cpp.

References CPDF_PSOP(), and PSOP_PROC.

Referenced by CPDF_PSOP().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ CPDF_PSOP() [2/3]

CPDF_PSOP::CPDF_PSOP ( PDF_PSOP op)
explicit

Definition at line 90 of file cpdf_psengine.cpp.

◆ CPDF_PSOP() [3/3]

CPDF_PSOP::CPDF_PSOP ( float value)
explicit

Definition at line 95 of file cpdf_psengine.cpp.

References PSOP_CONST.

◆ ~CPDF_PSOP()

CPDF_PSOP::~CPDF_PSOP ( )
default

Member Function Documentation

◆ Execute()

void CPDF_PSOP::Execute ( CPDF_PSEngine * pEngine)

Definition at line 104 of file cpdf_psengine.cpp.

References PSOP_PROC.

◆ GetFloatValue()

float CPDF_PSOP::GetFloatValue ( ) const

Definition at line 109 of file cpdf_psengine.cpp.

References PSOP_CONST.

◆ GetOp()

PDF_PSOP CPDF_PSOP::GetOp ( ) const
inline

Definition at line 80 of file cpdf_psengine.h.

◆ Parse()

bool CPDF_PSOP::Parse ( CPDF_SimpleParser * parser,
int depth )

Definition at line 99 of file cpdf_psengine.cpp.

References PSOP_PROC.


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