![]() |
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_simple_parser.h>
Public Member Functions | |
CPDF_SimpleParser (pdfium::span< const uint8_t > input) | |
~CPDF_SimpleParser () | |
ByteStringView | GetWord () |
void | SetCurrentPosition (uint32_t position) |
uint32_t | GetCurrentPosition () const |
Definition at line 17 of file cpdf_simple_parser.h.
|
explicit |
Definition at line 16 of file cpdf_simple_parser.cpp.
References CPDF_SimpleParser().
Referenced by CPDF_SimpleParser().
|
default |
|
inline |
Definition at line 25 of file cpdf_simple_parser.h.
Referenced by TEST().
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().
|
inline |
Definition at line 24 of file cpdf_simple_parser.h.