LibreOffice Module vcl (master) 1
|
#include <weldutils.hxx>
Public Member Functions | |
TransportAsXWindow (weld::Widget *pWeldWidget, weld::Builder *pWeldWidgetBuilder=nullptr) | |
weld::Widget * | getWidget () const |
weld::Builder * | getBuilder () const |
virtual void | clear () |
void SAL_CALL | setPosSize (sal_Int32, sal_Int32, sal_Int32, sal_Int32, sal_Int16) override |
css::awt::Rectangle SAL_CALL | getPosSize () override |
void SAL_CALL | setVisible (sal_Bool bVisible) override |
void SAL_CALL | setEnable (sal_Bool bSensitive) override |
void SAL_CALL | setFocus () override |
void SAL_CALL | addWindowListener (const css::uno::Reference< css::awt::XWindowListener > &rListener) override |
void SAL_CALL | removeWindowListener (const css::uno::Reference< css::awt::XWindowListener > &rListener) override |
void SAL_CALL | addFocusListener (const css::uno::Reference< css::awt::XFocusListener > &rListener) override |
void SAL_CALL | removeFocusListener (const css::uno::Reference< css::awt::XFocusListener > &rListener) override |
void SAL_CALL | addKeyListener (const css::uno::Reference< css::awt::XKeyListener > &rListener) override |
void SAL_CALL | removeKeyListener (const css::uno::Reference< css::awt::XKeyListener > &rListener) override |
void SAL_CALL | addMouseListener (const css::uno::Reference< css::awt::XMouseListener > &rListener) override |
void SAL_CALL | removeMouseListener (const css::uno::Reference< css::awt::XMouseListener > &rListener) override |
void SAL_CALL | addMouseMotionListener (const css::uno::Reference< css::awt::XMouseMotionListener > &rListener) override |
void SAL_CALL | removeMouseMotionListener (const css::uno::Reference< css::awt::XMouseMotionListener > &rListener) override |
void SAL_CALL | addPaintListener (const css::uno::Reference< css::awt::XPaintListener > &rListener) override |
void SAL_CALL | removePaintListener (const css::uno::Reference< css::awt::XPaintListener > &rListener) override |
Public Member Functions inherited from comphelper::WeakComponentImplHelper< typename... Ifc > | |
virtual void SAL_CALL | acquire () noexcept override |
virtual void SAL_CALL | release () noexcept override |
virtual void SAL_CALL | dispose () noexcept final override |
virtual void SAL_CALL | addEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) final override |
virtual void SAL_CALL | removeEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) final override |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) override |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
Public Member Functions inherited from comphelper::WeakComponentImplHelperBase | |
virtual | ~WeakComponentImplHelperBase () override |
virtual void SAL_CALL | dispose () override |
virtual void SAL_CALL | addEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) override |
virtual void SAL_CALL | removeEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) override |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) override |
virtual void | disposing (std::unique_lock< std::mutex > &) |
Public Member Functions inherited from comphelper::UnoImplBase | |
virtual | ~UnoImplBase () |
Private Attributes | |
weld::Widget * | m_pWeldWidget |
weld::Builder * | m_pWeldWidgetBuilder |
comphelper::OInterfaceContainerHelper4< css::awt::XWindowListener > | m_aWindowListeners |
comphelper::OInterfaceContainerHelper4< css::awt::XKeyListener > | m_aKeyListeners |
comphelper::OInterfaceContainerHelper4< css::awt::XFocusListener > | m_aFocusListeners |
comphelper::OInterfaceContainerHelper4< css::awt::XMouseListener > | m_aMouseListeners |
comphelper::OInterfaceContainerHelper4< css::awt::XMouseMotionListener > | m_aMotionListeners |
comphelper::OInterfaceContainerHelper4< css::awt::XPaintListener > | m_aPaintListeners |
Additional Inherited Members | |
Protected Member Functions inherited from comphelper::WeakComponentImplHelperBase | |
void | throwIfDisposed (std::unique_lock< std::mutex > &) |
Protected Attributes inherited from comphelper::WeakComponentImplHelperBase | |
comphelper::OInterfaceContainerHelper4< css::lang::XEventListener > | maEventListeners |
Protected Attributes inherited from comphelper::UnoImplBase | |
std::mutex | m_aMutex |
bool | m_bDisposed |
Definition at line 38 of file weldutils.hxx.
|
inline |
Definition at line 52 of file weldutils.hxx.
|
inlineoverride |
Definition at line 103 of file weldutils.hxx.
References comphelper::OInterfaceContainerHelper4< class ListenerT >::addInterface(), and m_aMutex.
|
inlineoverride |
Definition at line 117 of file weldutils.hxx.
References comphelper::OInterfaceContainerHelper4< class ListenerT >::addInterface(), and m_aMutex.
|
inlineoverride |
Definition at line 131 of file weldutils.hxx.
References comphelper::OInterfaceContainerHelper4< class ListenerT >::addInterface(), and m_aMutex.
|
inlineoverride |
Definition at line 144 of file weldutils.hxx.
References comphelper::OInterfaceContainerHelper4< class ListenerT >::addInterface(), and m_aMutex.
|
inlineoverride |
Definition at line 159 of file weldutils.hxx.
References comphelper::OInterfaceContainerHelper4< class ListenerT >::addInterface(), and m_aMutex.
|
inlineoverride |
Definition at line 89 of file weldutils.hxx.
References comphelper::OInterfaceContainerHelper4< class ListenerT >::addInterface(), and m_aMutex.
|
inlinevirtual |
Reimplemented in SalGtkXWindow.
Definition at line 62 of file weldutils.hxx.
|
inline |
Definition at line 60 of file weldutils.hxx.
|
inlineoverride |
Definition at line 74 of file weldutils.hxx.
|
inline |
Definition at line 58 of file weldutils.hxx.
|
inlineoverride |
Definition at line 110 of file weldutils.hxx.
References m_aMutex, and comphelper::OInterfaceContainerHelper4< class ListenerT >::removeInterface().
|
inlineoverride |
Definition at line 124 of file weldutils.hxx.
References m_aMutex, and comphelper::OInterfaceContainerHelper4< class ListenerT >::removeInterface().
|
inlineoverride |
Definition at line 138 of file weldutils.hxx.
References m_aMutex, and comphelper::OInterfaceContainerHelper4< class ListenerT >::removeInterface().
|
inlineoverride |
Definition at line 151 of file weldutils.hxx.
References m_aMutex, and comphelper::OInterfaceContainerHelper4< class ListenerT >::removeInterface().
|
inlineoverride |
Definition at line 166 of file weldutils.hxx.
References m_aMutex, and comphelper::OInterfaceContainerHelper4< class ListenerT >::removeInterface().
|
inlineoverride |
Definition at line 96 of file weldutils.hxx.
References m_aMutex, and comphelper::OInterfaceContainerHelper4< class ListenerT >::removeInterface().
|
inlineoverride |
Definition at line 81 of file weldutils.hxx.
References weld::Widget::set_sensitive().
|
inlineoverride |
Definition at line 86 of file weldutils.hxx.
References weld::Widget::grab_focus().
|
inlineoverride |
Definition at line 69 of file weldutils.hxx.
|
inlineoverride |
Definition at line 79 of file weldutils.hxx.
References bVisible, and weld::Widget::set_visible().
|
private |
Definition at line 46 of file weldutils.hxx.
|
private |
Definition at line 45 of file weldutils.hxx.
|
private |
Definition at line 48 of file weldutils.hxx.
|
private |
Definition at line 47 of file weldutils.hxx.
|
private |
Definition at line 49 of file weldutils.hxx.
|
private |
Definition at line 44 of file weldutils.hxx.
|
private |
Definition at line 41 of file weldutils.hxx.
|
private |
Definition at line 42 of file weldutils.hxx.