LibreOffice Module framework (master) 1
|
#include <generictoolbarcontroller.hxx>
Classes | |
struct | ExecuteInfo |
Public Member Functions | |
GenericToolbarController (const css::uno::Reference< css::uno::XComponentContext > &rxContext, const css::uno::Reference< css::frame::XFrame > &rFrame, ToolBox *pToolBar, ToolBoxItemId nID, const OUString &aCommand) | |
GenericToolbarController (const css::uno::Reference< css::uno::XComponentContext > &rxContext, const css::uno::Reference< css::frame::XFrame > &rFrame, weld::Toolbar &rToolBar, const OUString &aCommand) | |
virtual | ~GenericToolbarController () override |
virtual void SAL_CALL | dispose () override |
virtual void SAL_CALL | execute (sal_Int16 KeyModifier) override |
virtual void SAL_CALL | statusChanged (const css::frame::FeatureStateEvent &Event) override |
DECL_DLLPRIVATE_STATIC_LINK (GenericToolbarController, ExecuteHdl_Impl, void *, void) | |
Public Member Functions inherited from svt::ToolboxController | |
ToolboxController (const css::uno::Reference< css::uno::XComponentContext > &rxContext, const css::uno::Reference< css::frame::XFrame > &xFrame, OUString aCommandURL) | |
ToolboxController () | |
virtual | ~ToolboxController () override |
css::uno::Reference< css::frame::XFrame > | getFrameInterface () const |
const css::uno::Reference< css::uno::XComponentContext > & | getContext () const |
css::uno::Reference< css::frame::XLayoutManager > | getLayoutManager () const |
void | updateStatus (const OUString &aCommandURL) |
void | updateStatus () |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &aType) override |
virtual void SAL_CALL | acquire () noexcept override |
virtual void SAL_CALL | release () noexcept override |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
virtual void SAL_CALL | initialize (const css::uno::Sequence< css::uno::Any > &aArguments) override |
virtual void SAL_CALL | update () override |
virtual void SAL_CALL | dispose () override |
virtual void SAL_CALL | addEventListener (const css::uno::Reference< css::lang::XEventListener > &xListener) override |
virtual void SAL_CALL | removeEventListener (const css::uno::Reference< css::lang::XEventListener > &aListener) override |
virtual void SAL_CALL | disposing (const css::lang::EventObject &Source) override |
virtual void SAL_CALL | statusChanged (const css::frame::FeatureStateEvent &Event) override=0 |
virtual void SAL_CALL | execute (sal_Int16 KeyModifier) override |
virtual void SAL_CALL | click () override |
virtual void SAL_CALL | doubleClick () override |
virtual css::uno::Reference< css::awt::XWindow > SAL_CALL | createPopupWindow () override |
virtual css::uno::Reference< css::awt::XWindow > SAL_CALL | createItemWindow (const css::uno::Reference< css::awt::XWindow > &Parent) override |
virtual void SAL_CALL | setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const css::uno::Any &rValue) override |
virtual sal_Bool SAL_CALL | convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue) override |
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () override |
virtual ::cppu::IPropertyArrayHelper &SAL_CALL | getInfoHelper () override |
virtual ::cppu::IPropertyArrayHelper * | createArrayHelper () const override |
const OUString & | getCommandURL () const |
const OUString & | getModuleName () const |
void | dispatchCommand (const OUString &sCommandURL, const css::uno::Sequence< css::beans::PropertyValue > &rArgs, const OUString &rTarget=OUString()) |
void | enable (bool bEnable) |
bool | IsInSidebar () const |
Private Attributes | |
VclPtr< ToolBox > | m_xToolbar |
ToolBoxItemId | m_nID |
bool | m_bEnumCommand: 1 |
bool | m_bMirrored: 1 |
bool | m_bMadeInvisible: 1 |
OUString | m_aEnumCommand |
Additional Inherited Members | |
Protected Types inherited from svt::ToolboxController | |
typedef std::unordered_map< OUString, css::uno::Reference< css::frame::XDispatch > > | URLToDispatchMap |
Protected Member Functions inherited from svt::ToolboxController | |
bool | getToolboxId (ToolBoxItemId &rItemId, ToolBox **ppToolBox) |
DECL_DLLPRIVATE_STATIC_LINK (ToolboxController, ExecuteHdl_Impl, void *, void) | |
void | addStatusListener (const OUString &aCommandURL) |
void | removeStatusListener (const OUString &aCommandURL) |
void | bindListener () |
void | unbindListener () |
const css::uno::Reference< css::util::XURLTransformer > & | getURLTransformer () const |
const css::uno::Reference< css::awt::XWindow > & | getParent () const |
Protected Attributes inherited from svt::ToolboxController | |
bool | m_bInitialized |
bool | m_bDisposed |
bool | m_bSidebar |
ToolBoxItemId | m_nToolBoxId |
css::uno::Reference< css::frame::XFrame > | m_xFrame |
css::uno::Reference< css::uno::XComponentContext > | m_xContext |
OUString | m_aCommandURL |
URLToDispatchMap | m_aListenerMap |
comphelper::OMultiTypeInterfaceContainerHelper2 | m_aListenerContainer |
css::uno::Reference< css::awt::XWindow > | m_xParentWindow |
css::uno::Reference< css::util::XURLTransformer > | m_xUrlTransformer |
OUString | m_sModuleName |
weld::Toolbar * | m_pToolbar |
weld::Builder * | m_pBuilder |
Definition at line 29 of file generictoolbarcontroller.hxx.
framework::GenericToolbarController::GenericToolbarController | ( | const css::uno::Reference< css::uno::XComponentContext > & | rxContext, |
const css::uno::Reference< css::frame::XFrame > & | rFrame, | ||
ToolBox * | pToolBar, | ||
ToolBoxItemId | nID, | ||
const OUString & | aCommand | ||
) |
framework::GenericToolbarController::GenericToolbarController | ( | const css::uno::Reference< css::uno::XComponentContext > & | rxContext, |
const css::uno::Reference< css::frame::XFrame > & | rFrame, | ||
weld::Toolbar & | rToolBar, | ||
const OUString & | aCommand | ||
) |
References dispose().
|
overridevirtual |
Definition at line 116 of file generictoolbarcontroller.cxx.
framework::GenericToolbarController::DECL_DLLPRIVATE_STATIC_LINK | ( | GenericToolbarController | , |
ExecuteHdl_Impl | , | ||
void * | , | ||
void | |||
) |
|
overridevirtual |
Reimplemented from svt::ToolboxController.
Definition at line 120 of file generictoolbarcontroller.cxx.
References svt::ToolboxController::dispose().
|
overridevirtual |
Reimplemented from svt::ToolboxController.
Definition at line 131 of file generictoolbarcontroller.cxx.
References framework::GenericToolbarController::ExecuteInfo::aArgs, aProperties, aTargetURL, framework::GenericToolbarController::ExecuteInfo::aTargetURL, vcl::CommandInfoProvider::GetCommandProperties(), vcl::CommandInfoProvider::GetModuleIdentifier(), vcl::CommandInfoProvider::GetRealCommandForCommand(), LINK, m_bDisposed, m_xFrame, comphelper::makePropertyValue(), Application::PostUserEvent(), xDispatch, and framework::GenericToolbarController::ExecuteInfo::xDispatch.
|
overridevirtual |
Implements svt::ToolboxController.
Definition at line 178 of file generictoolbarcontroller.cxx.
References FwkResId(), vcl::CommandInfoProvider::GetImageForCommand(), vcl::CommandInfoProvider::GetXGraphicForCommand(), SfxImageItem::IsMirrored(), m_bDisposed, m_xFrame, SfxImageItem::PutValue(), TRISTATE_FALSE, TRISTATE_INDET, and TRISTATE_TRUE.
|
private |
Definition at line 67 of file generictoolbarcontroller.hxx.
|
private |
Definition at line 64 of file generictoolbarcontroller.hxx.
|
private |
Definition at line 66 of file generictoolbarcontroller.hxx.
|
private |
Definition at line 65 of file generictoolbarcontroller.hxx.
|
private |
Definition at line 63 of file generictoolbarcontroller.hxx.
Definition at line 62 of file generictoolbarcontroller.hxx.