![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Variables | |
| const char | kType [] = "Type" |
| const char | kSubtype [] = "Subtype" |
| const char | kRect [] = "Rect" |
| const char | kContents [] = "Contents" |
| const char | kP [] = "P" |
| const char | kNM [] = "NM" |
| const char | kM [] = "M" |
| const char | kF [] = "F" |
| const char | kAP [] = "AP" |
| const char | kAS [] = "AS" |
| const char | kBorder [] = "Border" |
| const char | kC [] = "C" |
| const char | kStructParent [] = "StructParent" |
| const char | kOC [] = "OC" |
| const char | kVertices [] = "Vertices" |
| const char | kInkList [] = "InkList" |
| const char | kL [] = "L" |
| const char pdfium::annotation::kAP = "AP" |
Definition at line 19 of file annotation_common.cpp.
Referenced by CPDF_AnnotList::CPDF_AnnotList(), FPDFAnnot_SetAP(), FPDFAnnot_SetBorder(), CPDFSDK_BAAnnot::IsAppearanceValid(), and TEST_F().
| const char pdfium::annotation::kAS = "AS" |
Definition at line 20 of file annotation_common.cpp.
Referenced by CPDFSDK_BAAnnot::GetAppState(), and CPDFSDK_BAAnnot::SetAppStateOff().
| const char pdfium::annotation::kBorder = "Border" |
Definition at line 21 of file annotation_common.cpp.
Referenced by FPDFAnnot_SetBorder().
| const char pdfium::annotation::kC = "C" |
Definition at line 22 of file annotation_common.cpp.
| const char pdfium::annotation::kContents = "Contents" |
Definition at line 14 of file annotation_common.cpp.
| const char pdfium::annotation::kF = "F" |
Definition at line 18 of file annotation_common.cpp.
Referenced by FPDFAnnot_GetFlags(), FPDFAnnot_SetFlags(), and CPDFSDK_BAAnnot::GetFlags().
| const char pdfium::annotation::kInkList = "InkList" |
Definition at line 30 of file annotation_common.cpp.
| const char pdfium::annotation::kL = "L" |
Definition at line 33 of file annotation_common.cpp.
| const char pdfium::annotation::kM = "M" |
Definition at line 17 of file annotation_common.cpp.
Referenced by TEST_F().
| const char pdfium::annotation::kNM = "NM" |
Definition at line 16 of file annotation_common.cpp.
Referenced by CPDFSDK_BAAnnot::GetAnnotName(), and CPDFSDK_BAAnnot::SetAnnotName().
| const char pdfium::annotation::kOC = "OC" |
Definition at line 24 of file annotation_common.cpp.
| const char pdfium::annotation::kP = "P" |
Definition at line 15 of file annotation_common.cpp.
Referenced by TEST_F().
| const char pdfium::annotation::kRect = "Rect" |
Definition at line 13 of file annotation_common.cpp.
Referenced by FPDFAnnot_GetRect(), FPDFAnnot_SetAP(), FPDFAnnot_SetRect(), FPDFPage_Flatten(), CPDF_GenerateAP::GenerateFormAP(), and CPDFSDK_Widget::SetRect().
| const char pdfium::annotation::kStructParent = "StructParent" |
Definition at line 23 of file annotation_common.cpp.
| const char pdfium::annotation::kSubtype = "Subtype" |
Definition at line 12 of file annotation_common.cpp.
Referenced by CPDF_AnnotList::CPDF_AnnotList(), FPDFAnnot_GetColor(), FPDFAnnot_GetSubtype(), FPDFAnnot_SetAP(), FPDFPage_CreateAnnot(), TEST_F(), TEST_F(), and TEST_F().
| const char pdfium::annotation::kType = "Type" |
Definition at line 11 of file annotation_common.cpp.
Referenced by FPDFAnnot_SetAP(), FPDFPage_CreateAnnot(), TEST_F(), and TEST_F().
| const char pdfium::annotation::kVertices = "Vertices" |
Definition at line 27 of file annotation_common.cpp.