LibreOffice Module vcl (master) 1
|
#include <vclstatuslistener.hxx>
Public Member Functions | |
VclStatusListener (T *widget, const css::uno::Reference< css::frame::XFrame > &rFrame, const OUString &aCommand) | |
void SAL_CALL | statusChanged (const css::frame::FeatureStateEvent &rEvent) override |
void SAL_CALL | disposing (const css::lang::EventObject &) override |
void | startListening () |
void | dispose () |
Private Attributes | |
VclPtr< T > | mWidget |
css::uno::Reference< css::frame::XDispatch > | mxDispatch |
The widget on which actions are performed. More... | |
css::util::URL | maCommandURL |
css::uno::Reference< css::frame::XFrame > | mxFrame |
Definition at line 23 of file vclstatuslistener.hxx.
VclStatusListener< T >::VclStatusListener | ( | T * | widget, |
const css::uno::Reference< css::frame::XFrame > & | rFrame, | ||
const OUString & | aCommand | ||
) |
Definition at line 47 of file vclstatuslistener.hxx.
References aCommand, and VclStatusListener< T >::maCommandURL.
void VclStatusListener< T >::dispose | ( | void | ) |
Definition at line 82 of file vclstatuslistener.hxx.
References mxDispatch.
|
override |
Definition at line 76 of file vclstatuslistener.hxx.
References mxDispatch.
void VclStatusListener< T >::startListening |
Definition at line 58 of file vclstatuslistener.hxx.
References mxDispatch.
|
override |
Definition at line 70 of file vclstatuslistener.hxx.
|
private |
Definition at line 33 of file vclstatuslistener.hxx.
Referenced by VclStatusListener< T >::VclStatusListener().
|
private |
Definition at line 29 of file vclstatuslistener.hxx.
|
private |
The widget on which actions are performed.
Dispatcher. Need to keep a reference to it as long as this StatusListener exists.
Definition at line 32 of file vclstatuslistener.hxx.
|
private |
Definition at line 34 of file vclstatuslistener.hxx.