LibreOffice Module extensions (master) 1
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
pcr::PropertyControlExtender Class Reference

#include <propertycontrolextender.hxx>

Inheritance diagram for pcr::PropertyControlExtender:
[legend]
Collaboration diagram for pcr::PropertyControlExtender:
[legend]

Public Member Functions

 PropertyControlExtender (const css::uno::Reference< css::inspection::XPropertyControl > &_rxObservedControl)
 
virtual void SAL_CALL keyPressed (const css::awt::KeyEvent &e) override
 
virtual void SAL_CALL keyReleased (const css::awt::KeyEvent &e) override
 
virtual void SAL_CALL disposing (const css::lang::EventObject &Source) override
 

Protected Member Functions

virtual ~PropertyControlExtender () override
 

Private Attributes

css::uno::Reference< css::inspection::XPropertyControl > mxControl
 
css::uno::Reference< css::awt::XWindow > mxControlWindow
 

Detailed Description

Definition at line 39 of file propertycontrolextender.hxx.

Constructor & Destructor Documentation

◆ PropertyControlExtender()

pcr::PropertyControlExtender::PropertyControlExtender ( const css::uno::Reference< css::inspection::XPropertyControl > &  _rxObservedControl)
explicit

◆ ~PropertyControlExtender()

pcr::PropertyControlExtender::~PropertyControlExtender ( )
overrideprotectedvirtual

Definition at line 62 of file propertycontrolextender.cxx.

Member Function Documentation

◆ disposing()

void SAL_CALL pcr::PropertyControlExtender::disposing ( const css::lang::EventObject &  Source)
overridevirtual

Definition at line 102 of file propertycontrolextender.cxx.

References mxControl, mxControlWindow, and Source.

◆ keyPressed()

void SAL_CALL pcr::PropertyControlExtender::keyPressed ( const css::awt::KeyEvent &  e)
overridevirtual

◆ keyReleased()

void SAL_CALL pcr::PropertyControlExtender::keyReleased ( const css::awt::KeyEvent &  e)
overridevirtual

Definition at line 96 of file propertycontrolextender.cxx.

Member Data Documentation

◆ mxControl

css::uno::Reference< css::inspection::XPropertyControl > pcr::PropertyControlExtender::mxControl
private

Definition at line 56 of file propertycontrolextender.hxx.

Referenced by disposing(), keyPressed(), and PropertyControlExtender().

◆ mxControlWindow

css::uno::Reference< css::awt::XWindow > pcr::PropertyControlExtender::mxControlWindow
private

Definition at line 57 of file propertycontrolextender.hxx.

Referenced by disposing(), keyPressed(), and PropertyControlExtender().


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