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

Interface for the data of a check, which must be extended by the check itself, to show the data in the GenericCheckDialog. More...

#include <GenericCheckDialog.hxx>

Public Member Functions

virtual ~CheckData ()
 
virtual OUString getText ()=0
 check entry text More...
 
virtual bool canMarkObject ()=0
 true, if we can show the "Mark" button More...
 
virtual void markObject ()=0
 executed, when the "Mark" button is hit More...
 
virtual bool hasProperties ()=0
 true, if we can show the "Properties" button More...
 
virtual void runProperties ()=0
 executed, when the "Properties" button is hit More...
 

Detailed Description

Interface for the data of a check, which must be extended by the check itself, to show the data in the GenericCheckDialog.

Definition at line 23 of file GenericCheckDialog.hxx.

Constructor & Destructor Documentation

◆ ~CheckData()

virtual svx::CheckData::~CheckData ( )
inlinevirtual

Definition at line 26 of file GenericCheckDialog.hxx.

Member Function Documentation

◆ canMarkObject()

virtual bool svx::CheckData::canMarkObject ( )
pure virtual

true, if we can show the "Mark" button

◆ getText()

virtual OUString svx::CheckData::getText ( )
pure virtual

check entry text

◆ hasProperties()

virtual bool svx::CheckData::hasProperties ( )
pure virtual

true, if we can show the "Properties" button

◆ markObject()

virtual void svx::CheckData::markObject ( )
pure virtual

executed, when the "Mark" button is hit

◆ runProperties()

virtual void svx::CheckData::runProperties ( )
pure virtual

executed, when the "Properties" button is hit


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