![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <widetext_buffer.h>
Additional Inherited Members | |
Protected Member Functions inherited from fxcrt::BinaryBuffer | |
void | ExpandBuf (size_t size) |
void | DeleteBuf (size_t start_index, size_t count) |
Protected Attributes inherited from fxcrt::BinaryBuffer | |
size_t | m_AllocStep = 0 |
size_t | m_DataSize = 0 |
DataVector< uint8_t > | m_buffer |
Definition at line 18 of file widetext_buffer.h.
void fxcrt::WideTextBuffer::AppendChar | ( | wchar_t | wch | ) |
Definition at line 34 of file widetext_buffer.cpp.
WideStringView fxcrt::WideTextBuffer::AsStringView | ( | ) | const |
Definition at line 26 of file widetext_buffer.cpp.
void fxcrt::WideTextBuffer::Delete | ( | size_t | start_index, |
size_t | count ) |
Definition at line 39 of file widetext_buffer.cpp.
|
overridevirtual |
Reimplemented from fxcrt::BinaryBuffer.
Definition at line 14 of file widetext_buffer.cpp.
pdfium::span< wchar_t > fxcrt::WideTextBuffer::GetWideSpan | ( | ) |
Definition at line 18 of file widetext_buffer.cpp.
pdfium::span< const wchar_t > fxcrt::WideTextBuffer::GetWideSpan | ( | ) | const |
Definition at line 22 of file widetext_buffer.cpp.
WideString fxcrt::WideTextBuffer::MakeString | ( | ) | const |
Definition at line 30 of file widetext_buffer.cpp.
WideTextBuffer & fxcrt::WideTextBuffer::operator<< | ( | ByteStringView | ascii | ) |
Definition at line 47 of file widetext_buffer.cpp.
WideTextBuffer & fxcrt::WideTextBuffer::operator<< | ( | const wchar_t * | lpsz | ) |
Definition at line 64 of file widetext_buffer.cpp.
WideTextBuffer & fxcrt::WideTextBuffer::operator<< | ( | const WideString & | str | ) |
Definition at line 59 of file widetext_buffer.cpp.
WideTextBuffer & fxcrt::WideTextBuffer::operator<< | ( | const WideTextBuffer & | buf | ) |
Definition at line 69 of file widetext_buffer.cpp.
WideTextBuffer & fxcrt::WideTextBuffer::operator<< | ( | WideStringView | str | ) |
Definition at line 54 of file widetext_buffer.cpp.