LibreOffice Module cui (master) 1
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
GraphicFilterDialog Class Referenceabstract

#include <cuigrfflt.hxx>

Inheritance diagram for GraphicFilterDialog:
[legend]
Collaboration diagram for GraphicFilterDialog:
[legend]

Public Member Functions

 GraphicFilterDialog (weld::Window *pParent, const OUString &rUIXMLDescription, const OUString &rID, const Graphic &rGraphic)
 
virtual Graphic GetFilteredGraphic (const Graphic &rGraphic, double fScaleX, double fScaleY)=0
 
- Public Member Functions inherited from weld::GenericDialogController
 GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false)
 
virtual DialoggetDialog () override
 
virtual ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override
 
- Public Member Functions inherited from weld::DialogController
virtual DialoggetDialog ()=0
 
const DialoggetConstDialog () const
 
virtual short run ()
 
void set_title (const OUString &rTitle)
 
OUString get_title () const
 
void set_help_id (const OUString &rHelpId)
 
OUString get_help_id () const
 
void response (int nResponse)
 
virtual ~DialogController () COVERITY_NOEXCEPT_FALSE
 

Protected Member Functions

const Link< LinkParamNone *, void > & GetModifyHdl () const
 
const SizeGetGraphicSizePixel () const
 

Private Member Functions

 DECL_LINK (ImplPreviewTimeoutHdl, Timer *, void)
 
 DECL_LINK (ImplModifyHdl, LinkParamNone *, void)
 

Private Attributes

Timer maTimer
 
Link< LinkParamNone *, void > maModifyHdl
 
bool bIsBitmap
 
CuiGraphicPreviewWindow maPreview
 
std::unique_ptr< weld::CustomWeldmxPreview
 

Additional Inherited Members

- Static Public Member Functions inherited from weld::DialogController
static bool runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &)
 
- Protected Attributes inherited from weld::GenericDialogController
std::unique_ptr< weld::Builderm_xBuilder
 
std::shared_ptr< weld::Dialogm_xDialog
 

Detailed Description

Definition at line 62 of file cuigrfflt.hxx.

Constructor & Destructor Documentation

◆ GraphicFilterDialog()

GraphicFilterDialog::GraphicFilterDialog ( weld::Window pParent,
const OUString &  rUIXMLDescription,
const OUString &  rID,
const Graphic rGraphic 
)

Member Function Documentation

◆ DECL_LINK() [1/2]

GraphicFilterDialog::DECL_LINK ( ImplModifyHdl  ,
LinkParamNone ,
void   
)
private

◆ DECL_LINK() [2/2]

GraphicFilterDialog::DECL_LINK ( ImplPreviewTimeoutHdl  ,
Timer ,
void   
)
private

◆ GetFilteredGraphic()

virtual Graphic GraphicFilterDialog::GetFilteredGraphic ( const Graphic rGraphic,
double  fScaleX,
double  fScaleY 
)
pure virtual

◆ GetGraphicSizePixel()

const Size & GraphicFilterDialog::GetGraphicSizePixel ( ) const
inlineprotected

◆ GetModifyHdl()

const Link< LinkParamNone *, void > & GraphicFilterDialog::GetModifyHdl ( ) const
inlineprotected

Definition at line 77 of file cuigrfflt.hxx.

References maModifyHdl.

Referenced by GraphicFilterEmboss::GraphicFilterEmboss().

Member Data Documentation

◆ bIsBitmap

bool GraphicFilterDialog::bIsBitmap
private

Definition at line 68 of file cuigrfflt.hxx.

Referenced by GraphicFilterDialog().

◆ maModifyHdl

Link<LinkParamNone*,void> GraphicFilterDialog::maModifyHdl
private

Definition at line 67 of file cuigrfflt.hxx.

Referenced by GetModifyHdl(), and GraphicFilterDialog().

◆ maPreview

CuiGraphicPreviewWindow GraphicFilterDialog::maPreview
private

Definition at line 73 of file cuigrfflt.hxx.

Referenced by GetGraphicSizePixel(), and GraphicFilterDialog().

◆ maTimer

Timer GraphicFilterDialog::maTimer
private

Definition at line 66 of file cuigrfflt.hxx.

Referenced by GraphicFilterDialog().

◆ mxPreview

std::unique_ptr<weld::CustomWeld> GraphicFilterDialog::mxPreview
private

Definition at line 74 of file cuigrfflt.hxx.


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