LibreOffice Module svx (master) 1
|
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 |
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.
|
inlinevirtual |
Definition at line 53 of file GenericCheckDialog.hxx.
|
inline |
Definition at line 55 of file GenericCheckDialog.hxx.
References m_aCollection.
Referenced by svx::GenericCheckDialog::run().
|
pure virtual |
Referenced by svx::GenericCheckDialog::GenericCheckDialog().
|
protected |
Definition at line 50 of file GenericCheckDialog.hxx.
Referenced by getCollection().