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
pauseindicator_iface.h
Go to the documentation of this file.
1// Copyright 2017 The PDFium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6
7#ifndef CORE_FXCRT_PAUSEINDICATOR_IFACE_H_
8#define CORE_FXCRT_PAUSEINDICATOR_IFACE_H_
9
11 public:
12 virtual ~PauseIndicatorIface() = default;
13 virtual bool NeedToPauseNow() = 0;
14};
15
16#endif // CORE_FXCRT_PAUSEINDICATOR_IFACE_H_
CFX_FloatRect & operator=(const CFX_FloatRect &that)=default
CFX_FloatRect TransformRect(const CFX_FloatRect &rect) const
void Concat(const CFX_Matrix &right)
const CFX_Matrix & current_transformation_matrix() const
CPDF_ContentParser(CPDF_Page *pPage)
const CPDF_AllStates * GetCurStates() const
bool Continue(PauseIndicatorIface *pPause)
CPDF_ContentParser(RetainPtr< const CPDF_Stream > pStream, CPDF_PageObjectHolder *pPageObjectHolder, const CPDF_AllStates *pGraphicStates, const CFX_Matrix *pParentMatrix, CPDF_Type3Char *pType3Char, CPDF_Form::RecursionState *recursion_state)
void SetBlendType(BlendMode type)
void SetFillAlpha(float alpha)
void SetStrokeAlpha(float alpha)
void SetSoftMask(RetainPtr< CPDF_Dictionary > pDict)
CPDF_Document * GetDocument() const override
Definition cpdf_page.cpp:51
bool HasRef() const
Definition cpdf_path.h:22
void AppendFloatRect(const CFX_FloatRect &rect)
Definition cpdf_path.cpp:49
void Emplace()
Definition cpdf_path.h:21
void Transform(const CFX_Matrix &matrix)
Definition cpdf_path.cpp:41
virtual bool NeedToPauseNow()=0
virtual ~PauseIndicatorIface()=default
BlendMode
Definition fx_dib.h:49