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/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 100 of file cpdf_annotlist_unittest.cpp.
TEST_F | ( | CPDFAnnotListTest | , |
CreatePopupAnnotFromEmptyUnicode | ) |
Definition at line 108 of file cpdf_annotlist_unittest.cpp.
TEST_F | ( | CPDFAnnotListTest | , |
CreatePopupAnnotFromEmptyUnicodedWithEscape | ) |
Definition at line 117 of file cpdf_annotlist_unittest.cpp.
TEST_F | ( | CPDFAnnotListTest | , |
CreatePopupAnnotFromPdfEncoded | ) |
Definition at line 75 of file cpdf_annotlist_unittest.cpp.
References fxcrt::WideString::FromUTF8().
TEST_F | ( | CPDFAnnotListTest | , |
CreatePopupAnnotFromUnicode | ) |
Definition at line 86 of file cpdf_annotlist_unittest.cpp.
References fxcrt::WideString::FromUTF8().