The CCPdfChapterCreator class The CCPdfChapterCreator class provides the pdf chapter creator.
More...
#include <ccpdfchaptercreator.h>
The CCPdfChapterCreator class The CCPdfChapterCreator class provides the pdf chapter creator.
◆ CCPdfChapterCreator()
CCPdfChapterCreator::CCPdfChapterCreator |
( |
QObject * |
parent = nullptr | ) |
|
|
inlineexplicit |
Constructor, connects parse_start signal to parsing slot.
- Parameters
-
parent | optional parent QObject |
◆ bindSolvedTreeWidget()
void CCPdfChapterCreator::bindSolvedTreeWidget |
( |
QTreeWidget * |
w | ) |
|
bindSolvedTreeWidget Bind the tree widget to the chapter creator
- Parameters
-
w | the tree widget to be bound |
◆ parse_and_set()
void CCPdfChapterCreator::parse_and_set |
( |
CCPdfDocument * |
parse_document | ) |
|
parse_and_set Parse the document and set the tree widget
- Parameters
-
parse_document | the document to be parsed |
◆ parse_finish
parse_finish Signal emitted when parsing is finished
- Parameters
-
list | the list of parsed chapter nodes |
◆ parse_start
void CCPdfChapterCreator::parse_start |
( |
CCPdfDocument * |
parse_document | ) |
|
|
signal |
parse_start Signal emitted to start parsing
- Parameters
-
parse_document | the document to be parsed |
The documentation for this class was generated from the following files:
- extern_app/pdfReader/mupdf_adapter/ccpdfchaptercreator.h
- extern_app/pdfReader/mupdf_adapter/ccpdfchaptercreator.cpp