LibreOffice Module extensions (master) 1
Public Member Functions | Protected Attributes | Private Attributes | List of all members
BibToolBarListener Class Reference

#include <toolbar.hxx>

Inheritance diagram for BibToolBarListener:
[legend]
Collaboration diagram for BibToolBarListener:
[legend]

Public Member Functions

 BibToolBarListener (BibToolBar *pTB, OUString aStr, ToolBoxItemId nId)
 
virtual ~BibToolBarListener () override
 
const OUString & GetCommand () const
 
virtual void SAL_CALL disposing (const css::lang::EventObject &) override
 
virtual void SAL_CALL statusChanged (const css::frame::FeatureStateEvent &Event) override
 

Protected Attributes

VclPtr< BibToolBarpToolBar
 

Private Attributes

ToolBoxItemId nIndex
 
OUString aCommand
 

Detailed Description

Definition at line 34 of file toolbar.hxx.

Constructor & Destructor Documentation

◆ BibToolBarListener()

BibToolBarListener::BibToolBarListener ( BibToolBar pTB,
OUString  aStr,
ToolBoxItemId  nId 
)

Definition at line 52 of file toolbar.cxx.

References aCommand, aStr, nId, and nIndex.

◆ ~BibToolBarListener()

BibToolBarListener::~BibToolBarListener ( )
overridevirtual

Definition at line 59 of file toolbar.cxx.

Member Function Documentation

◆ disposing()

virtual void SAL_CALL BibToolBarListener::disposing ( const css::lang::EventObject &  )
inlineoverridevirtual

Definition at line 54 of file toolbar.hxx.

◆ GetCommand()

const OUString & BibToolBarListener::GetCommand ( ) const
inline

◆ statusChanged()

void BibToolBarListener::statusChanged ( const css::frame::FeatureStateEvent &  Event)
overridevirtual

Reimplemented in BibTBListBoxListener, BibTBEditListener, and BibTBQueryMenuListener.

Definition at line 63 of file toolbar.cxx.

References aCommand, nIndex, pToolBar, and o3tl::tryAccess< bool >().

Member Data Documentation

◆ aCommand

OUString BibToolBarListener::aCommand
private

Definition at line 39 of file toolbar.hxx.

Referenced by GetCommand(), and statusChanged().

◆ nIndex

ToolBoxItemId BibToolBarListener::nIndex
private

Definition at line 38 of file toolbar.hxx.

Referenced by statusChanged().

◆ pToolBar

VclPtr<BibToolBar> BibToolBarListener::pToolBar
protected

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