Watch the drawing framework for changes and run callbacks when a certain change takes place.
More...
#include <PresenterFrameworkObserver.hxx>
|
| typedef ::std::function< void(bool)> | Action |
| |
|
| static void | RunOnUpdateEnd (const css::uno::Reference< css::drawing::framework::XConfigurationController > &rxController, const Action &rAction) |
| |
Watch the drawing framework for changes and run callbacks when a certain change takes place.
Definition at line 39 of file PresenterFrameworkObserver.hxx.
◆ Action
◆ PresenterFrameworkObserver() [1/2]
◆ PresenterFrameworkObserver() [2/2]
| sdext::presenter::PresenterFrameworkObserver::PresenterFrameworkObserver |
( |
css::uno::Reference< css::drawing::framework::XConfigurationController > |
xController, |
|
|
const Action & |
rAction |
|
) |
| |
|
private |
◆ ~PresenterFrameworkObserver()
| sdext::presenter::PresenterFrameworkObserver::~PresenterFrameworkObserver |
( |
| ) |
|
|
overrideprivatevirtual |
◆ disposing() [1/2]
| void SAL_CALL sdext::presenter::PresenterFrameworkObserver::disposing |
( |
| ) |
|
|
overridevirtual |
◆ disposing() [2/2]
| virtual void SAL_CALL sdext::presenter::PresenterFrameworkObserver::disposing |
( |
const css::lang::EventObject & |
rEvent | ) |
|
|
overridevirtual |
◆ notifyConfigurationChange()
| void SAL_CALL sdext::presenter::PresenterFrameworkObserver::notifyConfigurationChange |
( |
const css::drawing::framework::ConfigurationChangeEvent & |
rEvent | ) |
|
|
overridevirtual |
◆ operator=()
◆ RunOnUpdateEnd()
| void sdext::presenter::PresenterFrameworkObserver::RunOnUpdateEnd |
( |
const css::uno::Reference< css::drawing::framework::XConfigurationController > & |
rxController, |
|
|
const Action & |
rAction |
|
) |
| |
|
static |
◆ Shutdown()
| void sdext::presenter::PresenterFrameworkObserver::Shutdown |
( |
| ) |
|
|
private |
◆ maAction
| Action sdext::presenter::PresenterFrameworkObserver::maAction |
|
private |
◆ mxConfigurationController
| css::uno::Reference<css::drawing::framework::XConfigurationController> sdext::presenter::PresenterFrameworkObserver::mxConfigurationController |
|
private |
The documentation for this class was generated from the following files: