LibreOffice Module svx (master) 1
|
#include <contdlg.hxx>
Public Member Functions | |
SvxContourDlg (SfxBindings *pBindings, SfxChildWindow *pCW, weld::Window *pParent) | |
virtual | ~SvxContourDlg () override |
const Graphic & | GetGraphic () const |
bool | IsGraphicChanged () const |
tools::PolyPolygon | GetPolyPolygon () |
const void * | GetEditingObject () const |
void | Update (const Graphic &rGraphic, bool bGraphicLinked, const tools::PolyPolygon *pPolyPoly, void *pEditingObj) |
Public Member Functions inherited from SfxModelessDialogController | |
virtual | ~SfxModelessDialogController () override |
void | Initialize (SfxChildWinInfo const *pInfo) |
bool | IsClosing () const |
virtual void | Close () override |
virtual void | EndDialog (int nResponse) override |
virtual void | Activate () override |
virtual void | Deactivate () override |
virtual void | ChildWinDispose () override |
virtual void | FillInfo (SfxChildWinInfo &) const |
SfxBindings & | GetBindings () const |
Public Member Functions inherited from SfxDialogController | |
SfxDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId) | |
virtual void | Activate () |
virtual void | Deactivate () |
virtual void | ChildWinDispose () |
virtual void | Close () |
virtual void | EndDialog (int nResponse) |
virtual bool | CloseOnHide () const |
Static Public Member Functions | |
static tools::PolyPolygon | CreateAutoContour (const Graphic &rGraphic, const tools::Rectangle *pRect=nullptr) |
Private Attributes | |
std::unique_ptr< SvxSuperContourDlg > | m_xImpl |
Additional Inherited Members | |
Protected Member Functions inherited from SfxModelessDialogController | |
SfxModelessDialogController (SfxBindings *, SfxChildWindow *pChildWin, weld::Window *pParent, const OUString &rUIXMLDescription, const OUString &rID) | |
Definition at line 51 of file contdlg.hxx.
SvxContourDlg::SvxContourDlg | ( | SfxBindings * | pBindings, |
SfxChildWindow * | pCW, | ||
weld::Window * | pParent | ||
) |
Definition at line 68 of file _contdlg.cxx.
References m_xDialog.
|
overridevirtual |
Definition at line 75 of file _contdlg.cxx.
|
static |
Definition at line 79 of file _contdlg.cxx.
References COL_BLACK(), Bitmap::Convert(), Animation::Count(), CreateAutoContour(), Graphic::Draw(), FRound(), Animation::Get(), BitmapEx::GetAlphaMask(), Graphic::GetAnimation(), BitmapEx::GetBitmap(), Graphic::GetBitmapEx(), Animation::GetDisplaySizePixel(), Graphic::GetGDIMetaFile(), GDIMetaFile::GetMonochromeMtf(), Graphic::GetPrefMapMode(), Graphic::GetPrefSize(), Graphic::GetType(), Size::Height(), i, Graphic::IsAnimated(), Graphic::IsTransparent(), AnimationFrame::maBitmapEx, AnimationFrame::maPositionPixel, nCount, Size::setHeight(), MapMode::SetOrigin(), Bitmap::SetPrefMapMode(), Bitmap::SetPrefSize(), Size::setWidth(), Size::Width(), Point::X(), and Point::Y().
Referenced by CreateAutoContour(), and IMPL_LINK_NOARG().
const void * SvxContourDlg::GetEditingObject | ( | ) | const |
Definition at line 181 of file _contdlg.cxx.
References m_xImpl.
const Graphic & SvxContourDlg::GetGraphic | ( | ) | const |
Definition at line 166 of file _contdlg.cxx.
References m_xImpl.
tools::PolyPolygon SvxContourDlg::GetPolyPolygon | ( | ) |
Definition at line 176 of file _contdlg.cxx.
References m_xImpl.
bool SvxContourDlg::IsGraphicChanged | ( | ) | const |
Definition at line 171 of file _contdlg.cxx.
References m_xImpl.
void SvxContourDlg::Update | ( | const Graphic & | rGraphic, |
bool | bGraphicLinked, | ||
const tools::PolyPolygon * | pPolyPoly, | ||
void * | pEditingObj | ||
) |
Definition at line 186 of file _contdlg.cxx.
References m_xImpl.
|
private |
Definition at line 53 of file contdlg.hxx.
Referenced by GetEditingObject(), GetGraphic(), GetPolyPolygon(), IsGraphicChanged(), and Update().