![]() |
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_contentmarks.h>
Public Member Functions | |
| CPDF_ContentMarks () | |
| ~CPDF_ContentMarks () | |
| std::unique_ptr< CPDF_ContentMarks > | Clone () |
| int | GetMarkedContentID () const |
| size_t | CountItems () const |
| bool | ContainsItem (const CPDF_ContentMarkItem *pItem) const |
| CPDF_ContentMarkItem * | GetItem (size_t index) |
| const CPDF_ContentMarkItem * | GetItem (size_t index) const |
| void | AddMark (ByteString name) |
| void | AddMarkWithDirectDict (ByteString name, RetainPtr< CPDF_Dictionary > pDict) |
| void | AddMarkWithPropertiesHolder (const ByteString &name, RetainPtr< CPDF_Dictionary > pDict, const ByteString &property_name) |
| bool | RemoveMark (CPDF_ContentMarkItem *pMarkItem) |
| size_t | FindFirstDifference (const CPDF_ContentMarks *other) const |
Definition at line 20 of file cpdf_contentmarks.h.
|
default |
|
default |
| void CPDF_ContentMarks::AddMark | ( | ByteString | name | ) |
Definition at line 46 of file cpdf_contentmarks.cpp.
Referenced by FPDFPageObj_AddMark().
| void CPDF_ContentMarks::AddMarkWithDirectDict | ( | ByteString | name, |
| RetainPtr< CPDF_Dictionary > | pDict ) |
Definition at line 51 of file cpdf_contentmarks.cpp.
| void CPDF_ContentMarks::AddMarkWithPropertiesHolder | ( | const ByteString & | name, |
| RetainPtr< CPDF_Dictionary > | pDict, | ||
| const ByteString & | property_name ) |
Definition at line 58 of file cpdf_contentmarks.cpp.
| std::unique_ptr< CPDF_ContentMarks > CPDF_ContentMarks::Clone | ( | ) |
Definition at line 19 of file cpdf_contentmarks.cpp.
| bool CPDF_ContentMarks::ContainsItem | ( | const CPDF_ContentMarkItem * | pItem | ) | const |
Definition at line 30 of file cpdf_contentmarks.cpp.
| size_t CPDF_ContentMarks::CountItems | ( | ) | const |
Definition at line 26 of file cpdf_contentmarks.cpp.
| size_t CPDF_ContentMarks::FindFirstDifference | ( | const CPDF_ContentMarks * | other | ) | const |
Definition at line 76 of file cpdf_contentmarks.cpp.
| CPDF_ContentMarkItem * CPDF_ContentMarks::GetItem | ( | size_t | index | ) |
Definition at line 34 of file cpdf_contentmarks.cpp.
| const CPDF_ContentMarkItem * CPDF_ContentMarks::GetItem | ( | size_t | index | ) | const |
Definition at line 38 of file cpdf_contentmarks.cpp.
| int CPDF_ContentMarks::GetMarkedContentID | ( | ) | const |
Definition at line 42 of file cpdf_contentmarks.cpp.
Referenced by FPDFPageObj_GetMarkedContentID().
| bool CPDF_ContentMarks::RemoveMark | ( | CPDF_ContentMarkItem * | pMarkItem | ) |
Definition at line 67 of file cpdf_contentmarks.cpp.
Referenced by FPDFPageObj_RemoveMark().