LibreOffice Module cui (master)
1
|
#include <cuigrfflt.hxx>
Public Member Functions | |
GraphicFilterEmboss (weld::Window *pParent, const Graphic &rGraphic, RectPoint eLightSource) | |
virtual | ~GraphicFilterEmboss () override |
virtual Graphic | GetFilteredGraphic (const Graphic &rGraphic, double fScaleX, double fScaleY) override |
![]() | |
GraphicFilterDialog (weld::Window *pParent, const OUString &rUIXMLDescription, const OString &rID, const Graphic &rGraphic) | |
![]() | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OString &rDialogId) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
![]() | |
const Dialog * | getConstDialog () const |
virtual short | run () |
void | set_title (const OUString &rTitle) |
OUString | get_title () const |
void | set_help_id (const OString &rHelpId) |
OString | get_help_id () const |
void | response (int nResponse) |
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
Private Attributes | |
EmbossControl | maCtlLight |
std::unique_ptr< weld::CustomWeld > | mxCtlLight |
Additional Inherited Members | |
![]() | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
![]() | |
const Link< LinkParamNone *, void > & | GetModifyHdl () const |
const Size & | GetGraphicSizePixel () const |
![]() | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 168 of file cuigrfflt.hxx.
GraphicFilterEmboss::GraphicFilterEmboss | ( | weld::Window * | pParent, |
const Graphic & | rGraphic, | ||
RectPoint | eLightSource | ||
) |
Definition at line 416 of file cuigrfflt.cxx.
References GraphicFilterDialog::GetModifyHdl(), maCtlLight, SvxRectCtl::SetActualRP(), and EmbossControl::SetModifyHdl().
|
overridevirtual |
Definition at line 426 of file cuigrfflt.cxx.
|
overridevirtual |
Implements GraphicFilterDialog.
Definition at line 430 of file cuigrfflt.cxx.
References BitmapFilter::Filter(), SvxRectCtl::GetActualRP(), Graphic::GetAnimation(), Graphic::GetBitmapEx(), Graphic::IsAnimated(), and maCtlLight.
|
private |
Definition at line 171 of file cuigrfflt.hxx.
Referenced by GetFilteredGraphic(), and GraphicFilterEmboss().
|
private |
Definition at line 172 of file cuigrfflt.hxx.