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

#include <cpdf_simple_parser.h>

Collaboration diagram for CPDF_SimpleParser:

Public Member Functions

 CPDF_SimpleParser (pdfium::span< const uint8_t > input)
 ~CPDF_SimpleParser ()
ByteStringView GetWord ()
void SetCurrentPosition (uint32_t position)
uint32_t GetCurrentPosition () const

Detailed Description

Definition at line 17 of file cpdf_simple_parser.h.

Constructor & Destructor Documentation

◆ CPDF_SimpleParser()

CPDF_SimpleParser::CPDF_SimpleParser ( pdfium::span< const uint8_t > input)
explicit

Definition at line 16 of file cpdf_simple_parser.cpp.

References CPDF_SimpleParser().

Referenced by CPDF_SimpleParser().

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

◆ ~CPDF_SimpleParser()

CPDF_SimpleParser::~CPDF_SimpleParser ( )
default

Member Function Documentation

◆ GetCurrentPosition()

uint32_t CPDF_SimpleParser::GetCurrentPosition ( ) const
inline

Definition at line 25 of file cpdf_simple_parser.h.

Referenced by TEST().

Here is the caller graph for this function:

◆ GetWord()

ByteStringView CPDF_SimpleParser::GetWord ( )

Definition at line 21 of file cpdf_simple_parser.cpp.

Referenced by CPDF_DefaultAppearance::GetColor(), CPDF_DefaultAppearance::GetFont(), TEST(), and TEST().

Here is the caller graph for this function:

◆ SetCurrentPosition()

void CPDF_SimpleParser::SetCurrentPosition ( uint32_t position)
inline

Definition at line 24 of file cpdf_simple_parser.h.


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