![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
| CPDF_TestLinkExtract () | |
| CPDF_TestLinkExtract () | |
| Public Member Functions inherited from CPDF_LinkExtract | |
| CPDF_LinkExtract (const CPDF_TextPage *pTextPage) | |
| ~CPDF_LinkExtract () | |
| void | ExtractLinks () |
| size_t | CountLinks () const |
| WideString | GetURL (size_t index) const |
| std::vector< CFX_FloatRect > | GetRects (size_t index) const |
| std::optional< Range > | GetTextRange (size_t index) const |
Additional Inherited Members | |
| Protected Member Functions inherited from CPDF_LinkExtract | |
| std::optional< Link > | CheckWebLink (const WideString &str) |
| bool | CheckMailLink (WideString *str) |
| Protected Attributes inherited from CPDF_LinkExtract | |
| UnownedPtr< const CPDF_TextPage > const | m_pTextPage |
| std::vector< Link > | m_LinkArray |
Definition at line 12 of file cpdf_linkextract_unittest.cpp.
|
inline |
Definition at line 14 of file cpdf_linkextract_unittest.cpp.
References CPDF_LinkExtract::CPDF_LinkExtract().
|
inline |
Definition at line 14 of file cpdf_linkextract_unittest.cpp.