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

#include <svdpage.hxx>

Public Member Functions

 SdrPageGridFrameList ()
 
 ~SdrPageGridFrameList ()
 
void Clear ()
 
sal_uInt16 GetCount () const
 
void Insert (const SdrPageGridFrame &rGF)
 
SdrPageGridFrameoperator[] (sal_uInt16 nPos)
 
const SdrPageGridFrameoperator[] (sal_uInt16 nPos) const
 

Private Member Functions

 SdrPageGridFrameList (const SdrPageGridFrameList &rSrcList)=delete
 
void operator= (const SdrPageGridFrameList &rSrcList)=delete
 
SdrPageGridFrameGetObject (sal_uInt16 i) const
 

Private Attributes

std::vector< SdrPageGridFrame * > aList
 

Detailed Description

Definition at line 296 of file svdpage.hxx.

Constructor & Destructor Documentation

◆ SdrPageGridFrameList() [1/2]

SdrPageGridFrameList::SdrPageGridFrameList ( const SdrPageGridFrameList rSrcList)
privatedelete

◆ SdrPageGridFrameList() [2/2]

SdrPageGridFrameList::SdrPageGridFrameList ( )
inline

Definition at line 305 of file svdpage.hxx.

◆ ~SdrPageGridFrameList()

SdrPageGridFrameList::~SdrPageGridFrameList ( )
inline

Definition at line 306 of file svdpage.hxx.

References Clear().

Member Function Documentation

◆ Clear()

void SdrPageGridFrameList::Clear ( )

Definition at line 1105 of file svdpage.cxx.

References aList, GetCount(), GetObject(), i, and nCount.

◆ GetCount()

sal_uInt16 SdrPageGridFrameList::GetCount ( ) const
inline

◆ GetObject()

SdrPageGridFrame * SdrPageGridFrameList::GetObject ( sal_uInt16  i) const
inlineprivate

Definition at line 302 of file svdpage.hxx.

References i.

Referenced by Clear().

◆ Insert()

void SdrPageGridFrameList::Insert ( const SdrPageGridFrame rGF)
inline

Definition at line 309 of file svdpage.hxx.

◆ operator=()

void SdrPageGridFrameList::operator= ( const SdrPageGridFrameList rSrcList)
privatedelete

◆ operator[]() [1/2]

SdrPageGridFrame & SdrPageGridFrameList::operator[] ( sal_uInt16  nPos)
inline

Definition at line 310 of file svdpage.hxx.

References GetObject(), and nPos.

◆ operator[]() [2/2]

const SdrPageGridFrame & SdrPageGridFrameList::operator[] ( sal_uInt16  nPos) const
inline

Definition at line 311 of file svdpage.hxx.

References GetObject(), and nPos.

Member Data Documentation

◆ aList

std::vector<SdrPageGridFrame*> SdrPageGridFrameList::aList
private

Definition at line 298 of file svdpage.hxx.

Referenced by Clear().


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