1#ifndef CCPDFCHAPTERCREATOR_H
2#define CCPDFCHAPTERCREATOR_H
3#include "mupdf_tools/mupdf_tools.h"
22 this, &CCPdfChapterCreator::process_parse);
59 QTreeWidget* widget_handling {
nullptr };
The CCPdfChapterCreator class The CCPdfChapterCreator class provides the pdf chapter creator.
Definition ccpdfchaptercreator.h:12
void parse_finish(QList< CCPdfChapterNode > list)
parse_finish Signal emitted when parsing is finished
void parse_and_set(CCPdfDocument *parse_document)
parse_and_set Parse the document and set the tree widget
Definition ccpdfchaptercreator.cpp:36
CCPdfChapterCreator(QObject *parent=nullptr)
Constructor, connects parse_start signal to parsing slot.
Definition ccpdfchaptercreator.h:19
void parse_start(CCPdfDocument *parse_document)
parse_start Signal emitted to start parsing
void bindSolvedTreeWidget(QTreeWidget *w)
bindSolvedTreeWidget Bind the tree widget to the chapter creator
Definition ccpdfchaptercreator.cpp:28
The CCPdfDocument class CCPdfDocument manages the lifetime and access to a PDF document....
Definition ccpdfdocument.h:24