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

#include <mstoolbar.hxx>

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

Public Member Functions

 TBCHeader ()
 
virtual ~TBCHeader () override
 
 TBCHeader (TBCHeader const &)=default
 
 TBCHeader (TBCHeader &&)=default
 
TBCHeaderoperator= (TBCHeader const &)=default
 
TBCHeaderoperator= (TBCHeader &&)=default
 
sal_uInt8 getTct () const
 
sal_uInt16 getTcID () const
 
bool isVisible () const
 
bool isBeginGroup () const
 
bool Read (SvStream &rS) override
 
sal_uInt32 getTbct () const
 
- 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_Int8 bSignature
 
sal_Int8 bVersion
 
sal_uInt8 bFlagsTCR
 
sal_uInt8 tct
 
sal_uInt16 tcid
 
sal_uInt32 tbct
 
sal_uInt8 bPriority
 
std::shared_ptr< sal_uInt16 > width
 
std::shared_ptr< sal_uInt16 > height
 

Additional Inherited Members

- Protected Attributes inherited from TBBase
sal_uInt32 nOffSet
 

Detailed Description

Definition at line 248 of file mstoolbar.hxx.

Constructor & Destructor Documentation

◆ TBCHeader() [1/3]

TBCHeader::TBCHeader ( )

Definition at line 174 of file mstoolbar.cxx.

◆ ~TBCHeader()

TBCHeader::~TBCHeader ( )
overridevirtual

Definition at line 185 of file mstoolbar.cxx.

◆ TBCHeader() [2/3]

TBCHeader::TBCHeader ( TBCHeader const &  )
default

◆ TBCHeader() [3/3]

TBCHeader::TBCHeader ( TBCHeader &&  )
default

Member Function Documentation

◆ getTbct()

sal_uInt32 TBCHeader::getTbct ( ) const
inline

Definition at line 277 of file mstoolbar.hxx.

Referenced by TBCData::ImportToolBarControl().

◆ getTcID()

sal_uInt16 TBCHeader::getTcID ( ) const
inline

Definition at line 270 of file mstoolbar.hxx.

◆ getTct()

sal_uInt8 TBCHeader::getTct ( ) const
inline

Definition at line 269 of file mstoolbar.hxx.

Referenced by TBCData::ImportToolBarControl(), and TBCData::Read().

◆ isBeginGroup()

bool TBCHeader::isBeginGroup ( ) const
inline

Definition at line 272 of file mstoolbar.hxx.

Referenced by TBCData::ImportToolBarControl().

◆ isVisible()

bool TBCHeader::isVisible ( ) const
inline

Definition at line 271 of file mstoolbar.hxx.

Referenced by TBCData::ImportToolBarControl().

◆ operator=() [1/2]

TBCHeader & TBCHeader::operator= ( TBCHeader &&  )
default

◆ operator=() [2/2]

TBCHeader & TBCHeader::operator= ( TBCHeader const &  )
default

◆ Read()

bool TBCHeader::Read ( SvStream rS)
overridevirtual

Member Data Documentation

◆ bFlagsTCR

sal_uInt8 TBCHeader::bFlagsTCR
private

Definition at line 252 of file mstoolbar.hxx.

Referenced by Read().

◆ bPriority

sal_uInt8 TBCHeader::bPriority
private

Definition at line 256 of file mstoolbar.hxx.

Referenced by Read().

◆ bSignature

sal_Int8 TBCHeader::bSignature
private

Definition at line 250 of file mstoolbar.hxx.

Referenced by Read().

◆ bVersion

sal_Int8 TBCHeader::bVersion
private

Definition at line 251 of file mstoolbar.hxx.

Referenced by Read().

◆ height

std::shared_ptr< sal_uInt16 > TBCHeader::height
private

Definition at line 258 of file mstoolbar.hxx.

Referenced by Read().

◆ tbct

sal_uInt32 TBCHeader::tbct
private

Definition at line 255 of file mstoolbar.hxx.

Referenced by Read().

◆ tcid

sal_uInt16 TBCHeader::tcid
private

Definition at line 254 of file mstoolbar.hxx.

Referenced by Read().

◆ tct

sal_uInt8 TBCHeader::tct
private

Definition at line 253 of file mstoolbar.hxx.

Referenced by Read().

◆ width

std::shared_ptr< sal_uInt16 > TBCHeader::width
private

Definition at line 257 of file mstoolbar.hxx.

Referenced by Read().


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