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_ViewerPreferences Class Reference

#include <cpdf_viewerpreferences.h>

+ Collaboration diagram for CPDF_ViewerPreferences:

Public Member Functions

 CPDF_ViewerPreferences (const CPDF_Document *pDoc)
 
 ~CPDF_ViewerPreferences ()
 
bool IsDirectionR2L () const
 
bool PrintScaling () const
 
int32_t NumCopies () const
 
RetainPtr< const CPDF_ArrayPrintPageRange () const
 
ByteString Duplex () const
 
absl::optional< ByteStringGenericName (const ByteString &bsKey) const
 

Detailed Description

Definition at line 21 of file cpdf_viewerpreferences.h.

Constructor & Destructor Documentation

◆ CPDF_ViewerPreferences()

CPDF_ViewerPreferences::CPDF_ViewerPreferences ( const CPDF_Document * pDoc)
explicit

Definition at line 14 of file cpdf_viewerpreferences.cpp.

References CPDF_ViewerPreferences().

Referenced by CPDF_ViewerPreferences(), FPDF_VIEWERREF_GetDuplex(), FPDF_VIEWERREF_GetName(), FPDF_VIEWERREF_GetNumCopies(), FPDF_VIEWERREF_GetPrintPageRange(), FPDF_VIEWERREF_GetPrintScaling(), and FPDFText_LoadPage().

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

◆ ~CPDF_ViewerPreferences()

CPDF_ViewerPreferences::~CPDF_ViewerPreferences ( )
default

Member Function Documentation

◆ Duplex()

ByteString CPDF_ViewerPreferences::Duplex ( ) const

Definition at line 39 of file cpdf_viewerpreferences.cpp.

References fxcrt::ByteString::ByteString().

Referenced by FPDF_VIEWERREF_GetDuplex().

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

◆ GenericName()

absl::optional< ByteString > CPDF_ViewerPreferences::GenericName ( const ByteString & bsKey) const

Definition at line 44 of file cpdf_viewerpreferences.cpp.

◆ IsDirectionR2L()

bool CPDF_ViewerPreferences::IsDirectionR2L ( ) const

Definition at line 19 of file cpdf_viewerpreferences.cpp.

Referenced by FPDFText_LoadPage().

+ Here is the caller graph for this function:

◆ NumCopies()

int32_t CPDF_ViewerPreferences::NumCopies ( ) const

Definition at line 29 of file cpdf_viewerpreferences.cpp.

Referenced by FPDF_VIEWERREF_GetNumCopies().

+ Here is the caller graph for this function:

◆ PrintPageRange()

RetainPtr< const CPDF_Array > CPDF_ViewerPreferences::PrintPageRange ( ) const

Definition at line 34 of file cpdf_viewerpreferences.cpp.

Referenced by FPDF_VIEWERREF_GetPrintPageRange().

+ Here is the caller graph for this function:

◆ PrintScaling()

bool CPDF_ViewerPreferences::PrintScaling ( ) const

Definition at line 24 of file cpdf_viewerpreferences.cpp.

Referenced by FPDF_VIEWERREF_GetPrintScaling().

+ Here is the caller graph for this function:

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