LibreOffice Module svl (master) 1
Public Member Functions | List of all members
IStylePoolIteratorAccess Class Referenceabstract

#include <stylepool.hxx>

Public Member Functions

virtual std::shared_ptr< SfxItemSetgetNext ()=0
 Delivers a shared pointer to the next SfxItemSet of the pool If there is no more SfxItemSet, the delivered share_pointer is empty. More...
 
virtual ~IStylePoolIteratorAccess ()
 

Detailed Description

Definition at line 77 of file stylepool.hxx.

Constructor & Destructor Documentation

◆ ~IStylePoolIteratorAccess()

virtual IStylePoolIteratorAccess::~IStylePoolIteratorAccess ( )
inlinevirtual

Definition at line 84 of file stylepool.hxx.

Member Function Documentation

◆ getNext()

virtual std::shared_ptr< SfxItemSet > IStylePoolIteratorAccess::getNext ( )
pure virtual

Delivers a shared pointer to the next SfxItemSet of the pool If there is no more SfxItemSet, the delivered share_pointer is empty.


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