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>
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.
◆ ~CheckData()
virtual svx::CheckData::~CheckData |
( |
| ) |
|
|
inlinevirtual |
◆ canMarkObject()
virtual bool svx::CheckData::canMarkObject |
( |
| ) |
|
|
pure virtual |
true, if we can show the "Mark" button
◆ getText()
virtual OUString svx::CheckData::getText |
( |
| ) |
|
|
pure virtual |
◆ 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: