LibreOffice Module idl (master) 1
Public Member Functions | Public Attributes | List of all members
SvMetaAttribute Class Reference

#include <types.hxx>

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

Public Member Functions

 SvMetaAttribute ()
 
 SvMetaAttribute (SvMetaType *)
 
void SetSlotId (const SvIdentifier &rId)
 
const SvIdentifierGetSlotId () const
 
SvMetaTypeGetType () const
 
virtual bool Test (SvTokenStream &rInStm)
 
virtual bool ReadSvIdl (SvIdlDataBase &, SvTokenStream &rInStm) override
 
size_t MakeSfx (OStringBuffer &rAtrrArray) const
 
virtual void Insert (SvSlotElementList &)
 
- Public Member Functions inherited from SvMetaReference
 SvMetaReference ()
 
const OString & GetName () const override
 
SvMetaReferenceGetRef () const
 
void SetRef (SvMetaReference *pRef)
 
- Public Member Functions inherited from SvMetaObject
 SvMetaObject ()
 
void SetName (const OString &rName)
 
virtual const OString & GetName () const
 
virtual bool ReadSvIdl (SvIdlDataBase &, SvTokenStream &rInStm)
 
- Public Member Functions inherited from SvRefBase
 SvRefBase ()
 
 SvRefBase (const SvRefBase &)
 
SvRefBaseoperator= (const SvRefBase &)
 
void RestoreNoDelete ()
 
void AddNextRef ()
 
void AddFirstRef ()
 
void ReleaseRef ()
 
unsigned int GetRefCount () const
 

Public Attributes

tools::SvRef< SvMetaTypeaType
 
SvIdentifier aSlotId
 

Additional Inherited Members

- Static Public Member Functions inherited from SvMetaObject
static void WriteTab (SvStream &rOutStm, sal_uInt16 nTab)
 
static void Back2Delimiter (SvStream &)
 
static void WriteStars (SvStream &)
 
- Protected Member Functions inherited from SvMetaObject
bool ReadNameSvIdl (SvTokenStream &rInStm)
 
void DoReadContextSvIdl (SvIdlDataBase &, SvTokenStream &rInStm)
 
virtual void ReadContextSvIdl (SvIdlDataBase &, SvTokenStream &rInStm)
 
virtual void ReadAttributesSvIdl (SvIdlDataBase &rBase, SvTokenStream &rInStm)
 
- Protected Member Functions inherited from SvRefBase
virtual ~SvRefBase () COVERITY_NOEXCEPT_FALSE
 

Detailed Description

Definition at line 31 of file types.hxx.

Constructor & Destructor Documentation

◆ SvMetaAttribute() [1/2]

SvMetaAttribute::SvMetaAttribute ( )

Definition at line 30 of file types.cxx.

◆ SvMetaAttribute() [2/2]

SvMetaAttribute::SvMetaAttribute ( SvMetaType pType)

Definition at line 34 of file types.cxx.

Member Function Documentation

◆ GetSlotId()

const SvIdentifier & SvMetaAttribute::GetSlotId ( ) const

◆ GetType()

SvMetaType * SvMetaAttribute::GetType ( ) const

◆ Insert()

void SvMetaAttribute::Insert ( SvSlotElementList )
virtual

Reimplemented in SvMetaSlot.

Definition at line 118 of file types.cxx.

Referenced by SvMetaClass::InsertSlots().

◆ MakeSfx()

size_t SvMetaAttribute::MakeSfx ( OStringBuffer &  rAtrrArray) const

◆ ReadSvIdl()

bool SvMetaAttribute::ReadSvIdl ( SvIdlDataBase rBase,
SvTokenStream rInStm 
)
overridevirtual

◆ SetSlotId()

void SvMetaAttribute::SetSlotId ( const SvIdentifier rId)
inline

Definition at line 39 of file types.hxx.

References aSlotId.

◆ Test()

bool SvMetaAttribute::Test ( SvTokenStream rInStm)
virtual

Reimplemented in SvMetaSlot.

Definition at line 51 of file types.cxx.

References GetSlotId(), and GetType().

Referenced by SvMetaSlot::Test().

Member Data Documentation

◆ aSlotId

SvIdentifier SvMetaAttribute::aSlotId

Definition at line 35 of file types.hxx.

Referenced by GetSlotId(), SvIdlParser::ReadInterfaceOrShellMethod(), ReadSvIdl(), and SetSlotId().

◆ aType

tools::SvRef<SvMetaType> SvMetaAttribute::aType

Definition at line 34 of file types.hxx.

Referenced by GetType(), SvIdlParser::ReadInterfaceOrShellMethod(), and ReadSvIdl().


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