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

#include <statusindicatorinterfacewrapper.hxx>

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

Public Member Functions

 StatusIndicatorInterfaceWrapper (const css::uno::Reference< css::lang::XComponent > &rStatusIndicatorImpl)
 
virtual ~StatusIndicatorInterfaceWrapper () override
 
virtual void SAL_CALL start (const OUString &sText, sal_Int32 nRange) override
 
virtual void SAL_CALL end () override
 
virtual void SAL_CALL reset () override
 
virtual void SAL_CALL setText (const OUString &sText) override
 
virtual void SAL_CALL setValue (sal_Int32 nValue) override
 

Private Attributes

css::uno::WeakReference< css::lang::XComponent > m_xStatusIndicatorImpl
 

Detailed Description

Definition at line 32 of file statusindicatorinterfacewrapper.hxx.

Constructor & Destructor Documentation

◆ StatusIndicatorInterfaceWrapper()

framework::StatusIndicatorInterfaceWrapper::StatusIndicatorInterfaceWrapper ( const css::uno::Reference< css::lang::XComponent > &  rStatusIndicatorImpl)

Definition at line 31 of file statusindicatorinterfacewrapper.cxx.

◆ ~StatusIndicatorInterfaceWrapper()

framework::StatusIndicatorInterfaceWrapper::~StatusIndicatorInterfaceWrapper ( )
overridevirtual

Definition at line 37 of file statusindicatorinterfacewrapper.cxx.

Member Function Documentation

◆ end()

void SAL_CALL framework::StatusIndicatorInterfaceWrapper::end ( )
overridevirtual

◆ reset()

void SAL_CALL framework::StatusIndicatorInterfaceWrapper::reset ( )
overridevirtual

◆ setText()

void SAL_CALL framework::StatusIndicatorInterfaceWrapper::setText ( const OUString &  sText)
overridevirtual

◆ setValue()

void SAL_CALL framework::StatusIndicatorInterfaceWrapper::setValue ( sal_Int32  nValue)
overridevirtual

◆ start()

void SAL_CALL framework::StatusIndicatorInterfaceWrapper::start ( const OUString &  sText,
sal_Int32  nRange 
)
overridevirtual

Member Data Documentation

◆ m_xStatusIndicatorImpl

css::uno::WeakReference< css::lang::XComponent > framework::StatusIndicatorInterfaceWrapper::m_xStatusIndicatorImpl
private

Definition at line 48 of file statusindicatorinterfacewrapper.hxx.

Referenced by end(), reset(), setText(), setValue(), and start().


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