LibreOffice Module sd (master) 1
|
This subclass is not necessary anymore. More...
#include <FrameWindowPane.hxx>
Public Member Functions | |
FrameWindowPane (const css::uno::Reference< css::drawing::framework::XResourceId > &rxPaneId, vcl::Window *pWindow) | |
virtual | ~FrameWindowPane () noexcept override |
virtual sal_Bool SAL_CALL | isAnchorOnly () override |
A frame window typically can (and should) exists on its own without children, if only to visualize that something (a view) is missing. More... | |
![]() | |
Pane (const css::uno::Reference< css::drawing::framework::XResourceId > &rxPaneId, vcl::Window *pWindow) noexcept | |
Create a new Pane object that wraps the given window. More... | |
virtual | ~Pane () override |
virtual void SAL_CALL | disposing () override |
virtual vcl::Window * | GetWindow () |
This method is typically used to obtain a Window pointer from an XPane object. More... | |
virtual css::uno::Reference< css::awt::XWindow > SAL_CALL | getWindow () override |
For a UNO API based implementation of a view this may the most important method of this class because the view is only interested in the window of the pane. More... | |
virtual css::uno::Reference< css::rendering::XCanvas > SAL_CALL | getCanvas () override |
virtual sal_Bool SAL_CALL | isVisible () override |
virtual void SAL_CALL | setVisible (sal_Bool bIsVisible) override |
virtual css::uno::Reference< css::accessibility::XAccessible > SAL_CALL | getAccessible () override |
virtual void SAL_CALL | setAccessible (const css::uno::Reference< css::accessibility::XAccessible > &rxAccessible) override |
virtual css::uno::Reference< css::drawing::framework::XResourceId > SAL_CALL | getResourceId () override |
virtual sal_Bool SAL_CALL | isAnchorOnly () override |
For the typical pane it makes no sense to be displayed without a view. More... | |
Additional Inherited Members | |
![]() | |
virtual css::uno::Reference< css::rendering::XCanvas > | CreateCanvas () |
Override this method, not getCanvas(), when you want to provide a different canvas. More... | |
void | ThrowIfDisposed () const |
Throw DisposedException when the object has already been disposed or is currently being disposed. More... | |
![]() | |
css::uno::Reference< css::drawing::framework::XResourceId > | mxPaneId |
VclPtr< vcl::Window > | mpWindow |
css::uno::Reference< css::awt::XWindow > | mxWindow |
css::uno::Reference< css::rendering::XCanvas > | mxCanvas |
![]() | |
mutable::osl::Mutex | m_aMutex |
This subclass is not necessary anymore.
We can remove it if that remains so.
Definition at line 34 of file FrameWindowPane.hxx.
sd::framework::FrameWindowPane::FrameWindowPane | ( | const css::uno::Reference< css::drawing::framework::XResourceId > & | rxPaneId, |
vcl::Window * | pWindow | ||
) |
Definition at line 28 of file FrameWindowPane.cxx.
|
overridevirtualnoexcept |
Definition at line 33 of file FrameWindowPane.cxx.
|
overridevirtual |
A frame window typically can (and should) exists on its own without children, if only to visualize that something (a view) is missing.
Therefore this method always returns <FALSE>.
Reimplemented from sd::framework::Pane.
Definition at line 35 of file FrameWindowPane.cxx.