Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CPDF_Link Class Reference

#include <cpdf_link.h>

+ Collaboration diagram for CPDF_Link:

Public Member Functions

 CPDF_Link ()
 
 CPDF_Link (RetainPtr< CPDF_Dictionary > pDict)
 
 CPDF_Link (const CPDF_Link &that)
 
 ~CPDF_Link ()
 
RetainPtr< CPDF_DictionaryGetMutableDict () const
 
CFX_FloatRect GetRect ()
 
CPDF_Dest GetDest (CPDF_Document *pDoc)
 
CPDF_Action GetAction ()
 

Detailed Description

Definition at line 16 of file cpdf_link.h.

Constructor & Destructor Documentation

◆ CPDF_Link() [1/3]

CPDF_Link::CPDF_Link ( )
default

Referenced by CPDF_LinkList::GetLinkAtPoint().

+ Here is the caller graph for this function:

◆ CPDF_Link() [2/3]

CPDF_Link::CPDF_Link ( RetainPtr< CPDF_Dictionary > pDict)
explicit

Definition at line 15 of file cpdf_link.cpp.

References CPDF_Link().

Referenced by CPDF_Link().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ CPDF_Link() [3/3]

CPDF_Link::CPDF_Link ( const CPDF_Link & that)
default

◆ ~CPDF_Link()

CPDF_Link::~CPDF_Link ( )
default

Member Function Documentation

◆ GetAction()

CPDF_Action CPDF_Link::GetAction ( )

Definition at line 30 of file cpdf_link.cpp.

Referenced by FPDFLink_GetAction(), and FPDFLink_GetDest().

+ Here is the caller graph for this function:

◆ GetDest()

CPDF_Dest CPDF_Link::GetDest ( CPDF_Document * pDoc)

Definition at line 26 of file cpdf_link.cpp.

Referenced by FPDFLink_GetDest().

+ Here is the caller graph for this function:

◆ GetMutableDict()

RetainPtr< CPDF_Dictionary > CPDF_Link::GetMutableDict ( ) const
inline

Definition at line 23 of file cpdf_link.h.

◆ GetRect()

CFX_FloatRect CPDF_Link::GetRect ( )

Definition at line 22 of file cpdf_link.cpp.

Referenced by CPDF_LinkList::GetLinkAtPoint().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: