LibreOffice Module framework (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
framework::DispatchInformationProvider Class Referencefinal

#include <dispatchinformationprovider.hxx>

Inheritance diagram for framework::DispatchInformationProvider:
[legend]
Collaboration diagram for framework::DispatchInformationProvider:
[legend]

Public Member Functions

 DispatchInformationProvider (css::uno::Reference< css::uno::XComponentContext > xContext, const css::uno::Reference< css::frame::XFrame > &xFrame)
 
virtual ~DispatchInformationProvider () override
 
virtual css::uno::Sequence< sal_Int16 > SAL_CALL getSupportedCommandGroups () override
 
virtual css::uno::Sequence< css::frame::DispatchInformation > SAL_CALL getConfigurableDispatchInformation (sal_Int16 nCommandGroup) override
 

Private Member Functions

css::uno::Sequence< css::uno::Reference< css::frame::XDispatchInformationProvider > > implts_getAllSubProvider ()
 

Private Attributes

css::uno::Reference< css::uno::XComponentContext > m_xContext
 
css::uno::WeakReference< css::frame::XFrame > m_xFrame
 

Detailed Description

Definition at line 34 of file dispatchinformationprovider.hxx.

Constructor & Destructor Documentation

◆ DispatchInformationProvider()

framework::DispatchInformationProvider::DispatchInformationProvider ( css::uno::Reference< css::uno::XComponentContext >  xContext,
const css::uno::Reference< css::frame::XFrame > &  xFrame 
)

Definition at line 32 of file dispatchinformationprovider.cxx.

References m_xFrame, and xFrame.

◆ ~DispatchInformationProvider()

framework::DispatchInformationProvider::~DispatchInformationProvider ( )
overridevirtual

Definition at line 39 of file dispatchinformationprovider.cxx.

Member Function Documentation

◆ getConfigurableDispatchInformation()

css::uno::Sequence< css::frame::DispatchInformation > SAL_CALL framework::DispatchInformationProvider::getConfigurableDispatchInformation ( sal_Int16  nCommandGroup)
overridevirtual

◆ getSupportedCommandGroups()

css::uno::Sequence< sal_Int16 > SAL_CALL framework::DispatchInformationProvider::getSupportedCommandGroups ( )
overridevirtual

Definition at line 43 of file dispatchinformationprovider.cxx.

References implts_getAllSubProvider().

◆ implts_getAllSubProvider()

css::uno::Sequence< css::uno::Reference< css::frame::XDispatchInformationProvider > > framework::DispatchInformationProvider::implts_getAllSubProvider ( )
private

Member Data Documentation

◆ m_xContext

css::uno::Reference< css::uno::XComponentContext > framework::DispatchInformationProvider::m_xContext
private

Definition at line 40 of file dispatchinformationprovider.hxx.

Referenced by implts_getAllSubProvider().

◆ m_xFrame

css::uno::WeakReference< css::frame::XFrame > framework::DispatchInformationProvider::m_xFrame
private

Definition at line 41 of file dispatchinformationprovider.hxx.

Referenced by implts_getAllSubProvider().


The documentation for this class was generated from the following files: