LibreOffice Module vcl (master) 1
Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
VclEventBox Class Referencefinal

#include <layout.hxx>

Inheritance diagram for VclEventBox:
[legend]
Collaboration diagram for VclEventBox:
[legend]

Classes

class  EventBoxHelper
 

Public Member Functions

 VclEventBox (vcl::Window *pParent)
 
virtual vcl::Windowget_child () override
 
virtual const vcl::Windowget_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< EventBoxHelperm_aEventBoxHelper
 

Detailed Description

Definition at line 536 of file layout.hxx.

Constructor & Destructor Documentation

◆ ~VclEventBox()

VclEventBox::~VclEventBox ( )
overrideprivatevirtual

Definition at line 2289 of file layout.cxx.

◆ VclEventBox()

VclEventBox::VclEventBox ( vcl::Window pParent)
inline

Definition at line 563 of file layout.hxx.

References Create().

Member Function Documentation

◆ calculateRequisition()

Size VclEventBox::calculateRequisition ( ) const
overridevirtual

◆ Command()

void VclEventBox::Command ( const CommandEvent rCEvt)
overridevirtual

Definition at line 2284 of file layout.cxx.

◆ dispose()

void VclEventBox::dispose ( void  )
overrideprivatevirtual

Definition at line 2294 of file layout.cxx.

References m_aEventBoxHelper.

◆ get_child() [1/2]

const vcl::Window * VclEventBox::get_child ( ) const
overridevirtual

◆ get_child() [2/2]

vcl::Window * VclEventBox::get_child ( )
overridevirtual

Definition at line 2251 of file layout.cxx.

References get_child().

Referenced by calculateRequisition(), and get_child().

◆ setAllocation()

void VclEventBox::setAllocation ( const Size rAllocation)
overridevirtual

Definition at line 2256 of file layout.cxx.

References FirstChild, vcl::Window::GetWindow(), vcl::Window::IsVisible(), and Next.

Member Data Documentation

◆ m_aEventBoxHelper

VclPtr<EventBoxHelper> VclEventBox::m_aEventBoxHelper
private

Definition at line 559 of file layout.hxx.

Referenced by dispose(), and get_child().


The documentation for this class was generated from the following files: