LibreOffice Module filter (master) 1
Public Member Functions | Private Attributes | List of all members
TBCBSpecific Class Referencefinal

#include <mstoolbar.hxx>

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

Public Member Functions

 TBCBSpecific ()
 
bool Read (SvStream &rS) override
 
TBCBitMapgetIcon ()
 
TBCBitMapgetIconMask ()
 
sal_uInt16 * getBtnFace ()
 
- Public Member Functions inherited from TBBase
 TBBase ()
 
virtual ~TBBase ()
 
 TBBase (TBBase const &)=default
 
 TBBase (TBBase &&)=default
 
TBBaseoperator= (TBBase const &)=default
 
TBBaseoperator= (TBBase &&)=default
 
virtual bool Read (SvStream &rS)=0
 
sal_uInt32 GetOffset () const
 

Private Attributes

sal_uInt8 bFlags
 
std::shared_ptr< TBCBitMapicon
 
std::shared_ptr< TBCBitMapiconMask
 
std::shared_ptr< sal_uInt16 > iBtnFace
 
std::shared_ptr< WStringwstrAcc
 

Additional Inherited Members

- Protected Attributes inherited from TBBase
sal_uInt32 nOffSet
 

Detailed Description

Definition at line 210 of file mstoolbar.hxx.

Constructor & Destructor Documentation

◆ TBCBSpecific()

TBCBSpecific::TBCBSpecific ( )

Definition at line 558 of file mstoolbar.cxx.

Member Function Documentation

◆ getBtnFace()

sal_uInt16 * TBCBSpecific::getBtnFace ( )
inline

Definition at line 224 of file mstoolbar.hxx.

References iBtnFace.

Referenced by TBCData::ImportToolBarControl().

◆ getIcon()

TBCBitMap * TBCBSpecific::getIcon ( )

Definition at line 626 of file mstoolbar.cxx.

References icon.

Referenced by TBCData::ImportToolBarControl().

◆ getIconMask()

TBCBitMap * TBCBSpecific::getIconMask ( )

Definition at line 632 of file mstoolbar.cxx.

References iconMask.

Referenced by TBCData::ImportToolBarControl().

◆ Read()

bool TBCBSpecific::Read ( SvStream rS)
overridevirtual

Member Data Documentation

◆ bFlags

sal_uInt8 TBCBSpecific::bFlags
private

Definition at line 212 of file mstoolbar.hxx.

Referenced by Read().

◆ iBtnFace

std::shared_ptr< sal_uInt16 > TBCBSpecific::iBtnFace
private

Definition at line 215 of file mstoolbar.hxx.

Referenced by getBtnFace(), and Read().

◆ icon

std::shared_ptr< TBCBitMap > TBCBSpecific::icon
private

Definition at line 213 of file mstoolbar.hxx.

Referenced by getIcon(), and Read().

◆ iconMask

std::shared_ptr< TBCBitMap > TBCBSpecific::iconMask
private

Definition at line 214 of file mstoolbar.hxx.

Referenced by getIconMask(), and Read().

◆ wstrAcc

std::shared_ptr< WString > TBCBSpecific::wstrAcc
private

Definition at line 216 of file mstoolbar.hxx.

Referenced by Read().


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