20 #ifndef INCLUDED_VCL_FIXED_HXX
21 #define INCLUDED_VCL_FIXED_HXX
35 using Window::ImplInit;
39 const Point& rPos,
const Size& rSize,
bool bFillLayout =
false )
const;
54 virtual void dispose()
override;
60 virtual void Resize()
override;
64 void setMaxWidthChars(sal_Int32 nWidth);
65 void setMinWidthChars(sal_Int32 nWidth);
70 virtual bool set_property(
const OString &rKey,
const OUString &rValue)
override;
82 using Window::ImplInit;
88 const Point& rPos,
const Size& rSize );
96 virtual void Resize()
override;
101 void SetImage(
const Image& rImage );
104 void SetModeImage(
const Image& rImage );
106 virtual bool set_property(
const OString &rKey,
const OUString &rValue)
override;
108 static Image loadThemeImage(
const OUString &rFileName);
111 #endif // INCLUDED_VCL_FIXED_HXX
const Image & GetImage() const
virtual void StateChanged(StateChangedType nStateChange) override
virtual void FillLayoutData() const
virtual const Color & GetCanonicalTextColor(const StyleSettings &_rStyle) const
virtual void ApplySettings(vcl::RenderContext &rRenderContext) override
const Image & GetModeImage() const
sal_Int32 m_nMinWidthChars
virtual vcl::Window * getAccessibleRelationLabelFor() const
Some things multiple-inherit from VclAbstractDialog and OutputDevice, so we need to use virtual inher...
virtual void Draw(::OutputDevice *pDev, const Point &rPos, DrawFlags nFlags)
VclPtr< vcl::Window > m_pMnemonicWindow
virtual void dispose() override
This is intended to be used to clear any locally held references to other Window-subclass objects...
virtual bool set_property(const OString &rKey, const OUString &rValue)
SAL_DLLPRIVATE void ImplInit(vcl::Window *pParent, WinBits nStyle, SystemParentData *pSystemParentData)
virtual Size GetOptimalSize() const override
virtual void Resize() override
sal_Int32 m_nMaxWidthChars
virtual const vcl::Font & GetCanonicalFont(const StyleSettings &_rStyle) const
virtual void Paint(vcl::RenderContext &rRenderContext, const tools::Rectangle &rRect)
vcl::Window * get_mnemonic_widget() const
virtual void DataChanged(const DataChangedEvent &rDCEvt)