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

#include <cpdf_graphicstates.h>

+ Collaboration diagram for CPDF_GraphicStates:

Public Member Functions

 CPDF_GraphicStates ()
 
 CPDF_GraphicStates (const CPDF_GraphicStates &that)
 
CPDF_GraphicStatesoperator= (const CPDF_GraphicStates &that)
 
 ~CPDF_GraphicStates ()
 
void SetDefaultStates ()
 
const CPDF_ClipPathclip_path () const
 
CPDF_ClipPathmutable_clip_path ()
 
const CFX_GraphStategraph_state () const
 
CFX_GraphStatemutable_graph_state ()
 
const CPDF_ColorStatecolor_state () const
 
CPDF_ColorStatemutable_color_state ()
 
const CPDF_TextStatetext_state () const
 
CPDF_TextStatemutable_text_state ()
 
const CPDF_GeneralStategeneral_state () const
 
CPDF_GeneralStatemutable_general_state ()
 

Detailed Description

Definition at line 16 of file cpdf_graphicstates.h.

Constructor & Destructor Documentation

◆ CPDF_GraphicStates() [1/2]

CPDF_GraphicStates::CPDF_GraphicStates ( )
default

◆ CPDF_GraphicStates() [2/2]

CPDF_GraphicStates::CPDF_GraphicStates ( const CPDF_GraphicStates & that)
default

◆ ~CPDF_GraphicStates()

CPDF_GraphicStates::~CPDF_GraphicStates ( )
default

Member Function Documentation

◆ clip_path()

const CPDF_ClipPath & CPDF_GraphicStates::clip_path ( ) const
inline

Definition at line 25 of file cpdf_graphicstates.h.

◆ color_state()

const CPDF_ColorState & CPDF_GraphicStates::color_state ( ) const
inline

Definition at line 31 of file cpdf_graphicstates.h.

Referenced by CPDF_RenderStatus::CloneObjStates().

+ Here is the caller graph for this function:

◆ general_state()

const CPDF_GeneralState & CPDF_GraphicStates::general_state ( ) const
inline

Definition at line 37 of file cpdf_graphicstates.h.

◆ graph_state()

const CFX_GraphState & CPDF_GraphicStates::graph_state ( ) const
inline

Definition at line 28 of file cpdf_graphicstates.h.

◆ mutable_clip_path()

CPDF_ClipPath & CPDF_GraphicStates::mutable_clip_path ( )
inline

Definition at line 26 of file cpdf_graphicstates.h.

◆ mutable_color_state()

CPDF_ColorState & CPDF_GraphicStates::mutable_color_state ( )
inline

Definition at line 32 of file cpdf_graphicstates.h.

◆ mutable_general_state()

CPDF_GeneralState & CPDF_GraphicStates::mutable_general_state ( )
inline

Definition at line 38 of file cpdf_graphicstates.h.

◆ mutable_graph_state()

CFX_GraphState & CPDF_GraphicStates::mutable_graph_state ( )
inline

Definition at line 29 of file cpdf_graphicstates.h.

◆ mutable_text_state()

CPDF_TextState & CPDF_GraphicStates::mutable_text_state ( )
inline

Definition at line 35 of file cpdf_graphicstates.h.

◆ operator=()

CPDF_GraphicStates & CPDF_GraphicStates::operator= ( const CPDF_GraphicStates & that)
default

◆ SetDefaultStates()

void CPDF_GraphicStates::SetDefaultStates ( )

Definition at line 19 of file cpdf_graphicstates.cpp.

◆ text_state()

const CPDF_TextState & CPDF_GraphicStates::text_state ( ) const
inline

Definition at line 34 of file cpdf_graphicstates.h.


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