![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fpdfdoc/cpdf_annotlist.h"#include <stdint.h>#include <initializer_list>#include <memory>#include "constants/annotation_common.h"#include "core/fpdfapi/page/cpdf_page.h"#include "core/fpdfapi/page/test_with_page_module.h"#include "core/fpdfapi/parser/cpdf_array.h"#include "core/fpdfapi/parser/cpdf_dictionary.h"#include "core/fpdfapi/parser/cpdf_name.h"#include "core/fpdfapi/parser/cpdf_string.h"#include "core/fpdfapi/parser/cpdf_test_document.h"#include "core/fpdfdoc/cpdf_annot.h"#include "core/fxcrt/bytestring.h"#include "core/fxcrt/compiler_specific.h"#include "core/fxcrt/retain_ptr.h"#include "core/fxcrt/widestring.h"#include "testing/gtest/include/gtest/gtest.h"Go to the source code of this file.
Functions | |
| TEST_F (CPDFAnnotListTest, CreatePopupAnnotFromPdfEncoded) | |
| TEST_F (CPDFAnnotListTest, CreatePopupAnnotFromUnicode) | |
| TEST_F (CPDFAnnotListTest, CreatePopupAnnotFromEmptyPdfEncoded) | |
| TEST_F (CPDFAnnotListTest, CreatePopupAnnotFromEmptyUnicode) | |
| TEST_F (CPDFAnnotListTest, CreatePopupAnnotFromEmptyUnicodedWithEscape) | |
| TEST_F | ( | CPDFAnnotListTest | , |
| CreatePopupAnnotFromEmptyPdfEncoded | ) |
Definition at line 101 of file cpdf_annotlist_unittest.cpp.
| TEST_F | ( | CPDFAnnotListTest | , |
| CreatePopupAnnotFromEmptyUnicode | ) |
Definition at line 109 of file cpdf_annotlist_unittest.cpp.
| TEST_F | ( | CPDFAnnotListTest | , |
| CreatePopupAnnotFromEmptyUnicodedWithEscape | ) |
Definition at line 118 of file cpdf_annotlist_unittest.cpp.
| TEST_F | ( | CPDFAnnotListTest | , |
| CreatePopupAnnotFromPdfEncoded | ) |
Definition at line 76 of file cpdf_annotlist_unittest.cpp.
References fxcrt::WideString::FromUTF8().
| TEST_F | ( | CPDFAnnotListTest | , |
| CreatePopupAnnotFromUnicode | ) |
Definition at line 87 of file cpdf_annotlist_unittest.cpp.
References fxcrt::WideString::FromUTF8().