LibreOffice Module svx (master) 1
Public Member Functions | Protected Attributes | List of all members
svx::CheckDataCollection Class Referenceabstract

Check data collection contains all the checks in one data structure, and also serves to define additional attributes that are used by the GenericCheckDialog (the title of the check dialog). More...

#include <GenericCheckDialog.hxx>

Public Member Functions

virtual ~CheckDataCollection ()
 
std::vector< std::unique_ptr< CheckData > > & getCollection ()
 
virtual OUString getTitle ()=0
 

Protected Attributes

std::vector< std::unique_ptr< CheckData > > m_aCollection
 

Detailed Description

Check data collection contains all the checks in one data structure, and also serves to define additional attributes that are used by the GenericCheckDialog (the title of the check dialog).

Definition at line 47 of file GenericCheckDialog.hxx.

Constructor & Destructor Documentation

◆ ~CheckDataCollection()

virtual svx::CheckDataCollection::~CheckDataCollection ( )
inlinevirtual

Definition at line 53 of file GenericCheckDialog.hxx.

Member Function Documentation

◆ getCollection()

std::vector< std::unique_ptr< CheckData > > & svx::CheckDataCollection::getCollection ( )
inline

Definition at line 55 of file GenericCheckDialog.hxx.

References m_aCollection.

Referenced by svx::GenericCheckDialog::run().

◆ getTitle()

virtual OUString svx::CheckDataCollection::getTitle ( )
pure virtual

Member Data Documentation

◆ m_aCollection

std::vector<std::unique_ptr<CheckData> > svx::CheckDataCollection::m_aCollection
protected

Definition at line 50 of file GenericCheckDialog.hxx.

Referenced by getCollection().


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