LibreOffice Module cui (master) 1
|
#include <cuigrfflt.hxx>
Public Member Functions | |
EmbossControl () | |
void | SetModifyHdl (const Link< LinkParamNone *, void > &rHdl) |
Public Member Functions inherited from SvxRectCtl | |
SvxRectCtl (SvxTabPage *pPage) | |
void | SetControlSettings (RectPoint eRpt, sal_uInt16 nBorder) |
virtual | ~SvxRectCtl () override |
virtual void | Paint (vcl::RenderContext &rRenderContext, const tools::Rectangle &) override |
virtual void | Resize () override |
virtual bool | MouseButtonDown (const MouseEvent &) override |
virtual bool | KeyInput (const KeyEvent &) override |
virtual void | GetFocus () override |
virtual void | LoseFocus () override |
virtual tools::Rectangle | GetFocusRect () override |
virtual void | SetDrawingArea (weld::DrawingArea *pDrawingArea) override |
virtual void | StyleUpdated () override |
void | Reset () |
RectPoint | GetActualRP () const |
void | SetActualRP (RectPoint eNewRP) |
void | SetState (CTL_STATE nState) |
tools::Rectangle | CalculateFocusRectangle () const |
tools::Rectangle | CalculateFocusRectangle (RectPoint eRectPoint) const |
css::uno::Reference< css::accessibility::XAccessible > | getAccessibleParent () const |
virtual css::uno::Reference< css::accessibility::XAccessible > | CreateAccessible () override |
a11yrelationset | get_accessible_relation_set () const |
RectPoint | GetApproxRPFromPixPt (const css::awt::Point &rPixelPoint) const |
bool | IsCompletelyDisabled () const |
void | DoCompletelyDisable (bool bNew) |
Private Member Functions | |
virtual bool | MouseButtonDown (const MouseEvent &rEvt) override |
virtual void | SetDrawingArea (weld::DrawingArea *pDrawingArea) override |
Private Attributes | |
Link< LinkParamNone *, void > | maModifyHdl |
Additional Inherited Members | |
Static Public Attributes inherited from SvxRectCtl | |
static const sal_uInt8 | NO_CHILDREN |
Protected Member Functions inherited from SvxRectCtl | |
RectPoint | GetRPFromPoint (Point, bool bRTL=false) const |
const Point & | GetPointFromRP (RectPoint) const |
Point | SetActualRPWithoutInvalidate (RectPoint eNewRP) |
Point | GetApproxLogPtFromPixPt (const Point &rRoughPixelPoint) const |
Definition at line 152 of file cuigrfflt.hxx.
|
inline |
Definition at line 159 of file cuigrfflt.hxx.
|
overrideprivatevirtual |
Reimplemented from SvxRectCtl.
Definition at line 398 of file cuigrfflt.cxx.
References Link< typename Arg, typename Ret >::Call(), SvxRectCtl::GetActualRP(), maModifyHdl, and SvxRectCtl::MouseButtonDown().
|
overrideprivatevirtual |
Reimplemented from SvxRectCtl.
Definition at line 410 of file cuigrfflt.cxx.
References weld::DrawingArea::get_ref_device(), Size::Height(), OutputDevice::LogicToPixel(), weld::Widget::set_size_request(), SvxRectCtl::SetDrawingArea(), and Size::Width().
|
inline |
Definition at line 164 of file cuigrfflt.hxx.
References maModifyHdl.
Referenced by GraphicFilterEmboss::GraphicFilterEmboss().
|
private |
Definition at line 155 of file cuigrfflt.hxx.
Referenced by MouseButtonDown(), and SetModifyHdl().