ReadFramework
|
#include <PageSegmentation.h>
Public Member Functions | |
PageSegmentationConfig () | |
virtual QString | toString () const override |
int | maxSide () const |
![]() | |
ModuleConfig (const QString &moduleName="Generic Module") | |
void | loadSettings () |
Loads the settings. More... | |
void | saveSettings () |
Saves the settings. More... | |
QString | name () const |
Protected Attributes | |
int | mMaxSide = 200 |
![]() | |
QString | mModuleName |
Additional Inherited Members | |
![]() | |
virtual void | load (const QSettings &settings) |
virtual void | save (QSettings &settings) const |
rdf::PageSegmentationConfig::PageSegmentationConfig | ( | ) |
int rdf::PageSegmentationConfig::maxSide | ( | ) | const |
|
overridevirtual |
Reimplemented from rdf::ModuleConfig.
|
protected |