is a helper class which loads/opens a given sub component as soon as the main application window becomes visible.
More...
#include <subcomponentloader.hxx>
|
| SubComponentLoader (const css::uno::Reference< css::frame::XController > &i_rApplicationController, const css::uno::Reference< css::ucb::XCommandProcessor > &i_rSubDocumentDefinition) |
|
| SubComponentLoader (const css::uno::Reference< css::frame::XController > &i_rApplicationController, const css::uno::Reference< css::lang::XComponent > &i_rNonDocumentComponent) |
|
virtual void SAL_CALL | windowResized (const css::awt::WindowEvent &e) override |
|
virtual void SAL_CALL | windowMoved (const css::awt::WindowEvent &e) override |
|
virtual void SAL_CALL | windowShown (const css::lang::EventObject &e) override |
|
virtual void SAL_CALL | windowHidden (const css::lang::EventObject &e) override |
|
virtual void SAL_CALL | disposing (const css::lang::EventObject &Source) override |
|
is a helper class which loads/opens a given sub component as soon as the main application window becomes visible.
Definition at line 38 of file subcomponentloader.hxx.
◆ SubComponentLoader() [1/2]
dbaccess::SubComponentLoader::SubComponentLoader |
( |
const css::uno::Reference< css::frame::XController > & |
i_rApplicationController, |
|
|
const css::uno::Reference< css::ucb::XCommandProcessor > & |
i_rSubDocumentDefinition |
|
) |
| |
◆ SubComponentLoader() [2/2]
dbaccess::SubComponentLoader::SubComponentLoader |
( |
const css::uno::Reference< css::frame::XController > & |
i_rApplicationController, |
|
|
const css::uno::Reference< css::lang::XComponent > & |
i_rNonDocumentComponent |
|
) |
| |
◆ ~SubComponentLoader()
dbaccess::SubComponentLoader::~SubComponentLoader |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ disposing()
void SAL_CALL dbaccess::SubComponentLoader::disposing |
( |
const css::lang::EventObject & |
Source | ) |
|
|
overridevirtual |
◆ windowHidden()
void SAL_CALL dbaccess::SubComponentLoader::windowHidden |
( |
const css::lang::EventObject & |
e | ) |
|
|
overridevirtual |
◆ windowMoved()
void SAL_CALL dbaccess::SubComponentLoader::windowMoved |
( |
const css::awt::WindowEvent & |
e | ) |
|
|
overridevirtual |
◆ windowResized()
void SAL_CALL dbaccess::SubComponentLoader::windowResized |
( |
const css::awt::WindowEvent & |
e | ) |
|
|
overridevirtual |
◆ windowShown()
void SAL_CALL dbaccess::SubComponentLoader::windowShown |
( |
const css::lang::EventObject & |
e | ) |
|
|
overridevirtual |
◆ mxAppComponentWindow
css::uno::Reference< css::awt::XWindow > dbaccess::SubComponentLoader::mxAppComponentWindow |
|
private |
◆ mxDocDefCommands
const css::uno::Reference< css::ucb::XCommandProcessor > dbaccess::SubComponentLoader::mxDocDefCommands |
|
private |
◆ mxNonDocComponent
const css::uno::Reference< css::lang::XComponent > dbaccess::SubComponentLoader::mxNonDocComponent |
|
private |
The documentation for this class was generated from the following files: