LibreOffice Module vcl (master) 1
|
#include <layout.hxx>
Classes | |
class | EventBoxHelper |
Public Member Functions | |
VclEventBox (vcl::Window *pParent) | |
virtual vcl::Window * | get_child () override |
virtual const vcl::Window * | get_child () const override |
virtual Size | calculateRequisition () const override |
virtual void | setAllocation (const Size &rAllocation) override |
virtual void | Command (const CommandEvent &rCEvt) override |
Private Member Functions | |
virtual void | dispose () override |
virtual | ~VclEventBox () override |
Private Attributes | |
VclPtr< EventBoxHelper > | m_aEventBoxHelper |
Definition at line 536 of file layout.hxx.
|
overrideprivatevirtual |
Definition at line 2289 of file layout.cxx.
|
inline |
Definition at line 563 of file layout.hxx.
References Create().
|
overridevirtual |
Definition at line 2267 of file layout.cxx.
References get_child(), vcl::Window::GetWindow(), Size::Height(), vcl::Window::IsVisible(), Next, Size::setHeight(), Size::setWidth(), and Size::Width().
|
overridevirtual |
Definition at line 2284 of file layout.cxx.
|
overrideprivatevirtual |
Definition at line 2294 of file layout.cxx.
References m_aEventBoxHelper.
|
overridevirtual |
Definition at line 2242 of file layout.cxx.
References VclPtr< reference_type >::get(), vcl::Window::GetWindow(), m_aEventBoxHelper, WindowImpl::mpFirstChild, and Next.
|
overridevirtual |
Definition at line 2251 of file layout.cxx.
References get_child().
Referenced by calculateRequisition(), and get_child().
|
overridevirtual |
Definition at line 2256 of file layout.cxx.
References FirstChild, vcl::Window::GetWindow(), vcl::Window::IsVisible(), and Next.
|
private |
Definition at line 559 of file layout.hxx.
Referenced by dispose(), and get_child().