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

#include <cpdf_apsettings.h>

+ Collaboration diagram for CPDF_ApSettings:

Public Member Functions

 CPDF_ApSettings (RetainPtr< CPDF_Dictionary > pDict)
 
 CPDF_ApSettings (const CPDF_ApSettings &that)
 
 ~CPDF_ApSettings ()
 
bool HasMKEntry (const ByteString &csEntry) const
 
int GetRotation () const
 
CPDF_IconFit GetIconFit () const
 
int GetTextPosition () const
 
CFX_Color::TypeAndARGB GetColorARGB (const ByteString &csEntry) const
 
float GetOriginalColorComponent (int index, const ByteString &csEntry) const
 
CFX_Color GetOriginalColor (const ByteString &csEntry) const
 
WideString GetCaption (const ByteString &csEntry) const
 
RetainPtr< CPDF_StreamGetIcon (const ByteString &csEntry) const
 

Detailed Description

Definition at line 28 of file cpdf_apsettings.h.

Constructor & Destructor Documentation

◆ CPDF_ApSettings() [1/2]

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

Definition at line 17 of file cpdf_apsettings.cpp.

References CPDF_ApSettings().

Referenced by CPDF_ApSettings().

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

◆ CPDF_ApSettings() [2/2]

CPDF_ApSettings::CPDF_ApSettings ( const CPDF_ApSettings & that)
default

◆ ~CPDF_ApSettings()

CPDF_ApSettings::~CPDF_ApSettings ( )
default

Member Function Documentation

◆ GetCaption()

WideString CPDF_ApSettings::GetCaption ( const ByteString & csEntry) const

Definition at line 99 of file cpdf_apsettings.cpp.

◆ GetColorARGB()

CFX_Color::TypeAndARGB CPDF_ApSettings::GetColorARGB ( const ByteString & csEntry) const

Definition at line 32 of file cpdf_apsettings.cpp.

References CFX_Color::TypeAndARGB::TypeAndARGB(), ArgbEncode(), CFX_Color::kCMYK, CFX_Color::kGray, CFX_Color::kRGB, and CFX_Color::kTransparent.

Referenced by CPDF_FormControl::GetColorARGB().

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

◆ GetIcon()

RetainPtr< CPDF_Stream > CPDF_ApSettings::GetIcon ( const ByteString & csEntry) const

Definition at line 103 of file cpdf_apsettings.cpp.

◆ GetIconFit()

CPDF_IconFit CPDF_ApSettings::GetIconFit ( ) const

Definition at line 108 of file cpdf_apsettings.cpp.

Referenced by CPDF_FormControl::GetIconFit().

+ Here is the caller graph for this function:

◆ GetOriginalColor()

CFX_Color CPDF_ApSettings::GetOriginalColor ( const ByteString & csEntry) const

Definition at line 75 of file cpdf_apsettings.cpp.

References CFX_Color::CFX_Color(), CFX_Color::kCMYK, CFX_Color::kGray, and CFX_Color::kRGB.

+ Here is the call graph for this function:

◆ GetOriginalColorComponent()

float CPDF_ApSettings::GetOriginalColorComponent ( int index,
const ByteString & csEntry ) const

Definition at line 65 of file cpdf_apsettings.cpp.

Referenced by CPDF_FormControl::GetOriginalColorComponent().

+ Here is the caller graph for this function:

◆ GetRotation()

int CPDF_ApSettings::GetRotation ( ) const

Definition at line 28 of file cpdf_apsettings.cpp.

Referenced by CPDF_FormControl::GetRotation().

+ Here is the caller graph for this function:

◆ GetTextPosition()

int CPDF_ApSettings::GetTextPosition ( ) const

Definition at line 112 of file cpdf_apsettings.cpp.

Referenced by CPDF_FormControl::GetTextPosition().

+ Here is the caller graph for this function:

◆ HasMKEntry()

bool CPDF_ApSettings::HasMKEntry ( const ByteString & csEntry) const

Definition at line 24 of file cpdf_apsettings.cpp.

Referenced by CPDF_FormControl::HasMKEntry().

+ Here is the caller graph for this function:

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