15 lines
515 B
Plaintext
15 lines
515 B
Plaintext
#include <QStringList>
|
|
class Monitor
|
|
{
|
|
PROP(QStringList currentIndexPaths READONLY);
|
|
PROP(QString indexState READONLY);
|
|
PROP(uint basicIndexSize READONLY);
|
|
PROP(uint contentIndexSize READONLY);
|
|
PROP(uint ocrIndexSize READONLY);
|
|
PROP(uint basicIndexProgress READONLY);
|
|
PROP(uint contentIndexProgress READONLY);
|
|
PROP(uint ocrIndexProgress READONLY);
|
|
PROP(uint basicIndexDocNum READONLY);
|
|
PROP(uint contentIndexDocNum READONLY);
|
|
PROP(uint ocrContentIndexDocNum READONLY);
|
|
}; |