CCIMXDesktop
 
Loading...
Searching...
No Matches
toolssidebar.h
1#ifndef TOOLSSIDEBAR_H
2#define TOOLSSIDEBAR_H
3#include "mupdf_adapter/ccpdfchaptercreator.h"
4
5#include <QWidget>
6class CCPdfDocument;
7namespace Ui {
8class ToolsSideBar;
9}
10
11class ToolsSideBar : public QWidget {
12 Q_OBJECT
13
14public:
20 explicit ToolsSideBar(QWidget* parent = nullptr);
27 void set_document_chapterize(CCPdfDocument* document_handling);
29
30signals:
40 void required_page_jump(const int page);
41
42private:
43 CCPdfChapterCreator chapter_maker;
44 Ui::ToolsSideBar* ui;
45 void setup_connections();
46};
47
48#endif // TOOLSSIDEBAR_H
The CCPdfChapterCreator class The CCPdfChapterCreator class provides the pdf chapter creator.
Definition ccpdfchaptercreator.h:12
The CCPdfDocument class CCPdfDocument manages the lifetime and access to a PDF document....
Definition ccpdfdocument.h:24
Definition toolssidebar.h:11
void sig_open_meta_info_window()
sig_open_meta_info_window signal to open the meta info window
void set_document_chapterize(CCPdfDocument *document_handling)
set_document_chapterize this is using for document settings in the tools sidebars,...
Definition toolssidebar.cpp:25
void required_page_jump(const int page)
sig_open_chapter_tree signal to open the chapter tree