LibreOffice Module vcl (master) 1
Public Member Functions | Private Attributes | List of all members
vcl::font::PhysicalFontFaceCollection Class Reference

#include <PhysicalFontFaceCollection.hxx>

Public Member Functions

 PhysicalFontFaceCollection ()
 
void Add (PhysicalFontFace *pFace)
 
PhysicalFontFaceGet (int nIndex) const
 
int Count () const
 

Private Attributes

std::vector< rtl::Reference< PhysicalFontFace > > maDevFontVector
 

Detailed Description

Definition at line 37 of file PhysicalFontFaceCollection.hxx.

Constructor & Destructor Documentation

◆ PhysicalFontFaceCollection()

vcl::font::PhysicalFontFaceCollection::PhysicalFontFaceCollection ( )
inline

Definition at line 43 of file PhysicalFontFaceCollection.hxx.

References maDevFontVector.

Member Function Documentation

◆ Add()

void vcl::font::PhysicalFontFaceCollection::Add ( PhysicalFontFace pFace)
inline

◆ Count()

int vcl::font::PhysicalFontFaceCollection::Count ( ) const
inline

Definition at line 46 of file PhysicalFontFaceCollection.hxx.

References maDevFontVector.

◆ Get()

PhysicalFontFace * vcl::font::PhysicalFontFaceCollection::Get ( int  nIndex) const
inline

Definition at line 45 of file PhysicalFontFaceCollection.hxx.

References maDevFontVector, and nIndex.

Member Data Documentation

◆ maDevFontVector

std::vector<rtl::Reference<PhysicalFontFace> > vcl::font::PhysicalFontFaceCollection::maDevFontVector
private

Definition at line 40 of file PhysicalFontFaceCollection.hxx.

Referenced by Add(), Count(), Get(), and PhysicalFontFaceCollection().


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