MainWindow for example show.
More...
#include <MainWindow.h>
|
void | open_documentFromDialog () |
| Opens a PDF document using a file dialog.
|
|
void | browse_document_metas () |
| Opens a window to browse document meta information.
|
|
void | jump_to_page (const int page_index) |
| Jumps to the specified page index.
|
|
void | prev_page (void) |
| Navigates to the previous page.
|
|
void | next_page (void) |
| Navigates to the next page.
|
|
void | switch_toolbox_state (void) |
| Toggles the visibility of the toolbox sidebar.
|
|
void | zoom_in (void) |
| Zooms into the current PDF view.
|
|
void | zoom_out (void) |
| Zooms out of the current PDF view.
|
|
|
| MainWindow (QWidget *parent=nullptr) |
| Construct a new Main Window object.
|
|
void | try_goto_parent_view () |
| try_goto_parent_view will attempt to switch to the root, no returns as is uncheckable
|
|
void | switch_to_global_root () |
| switch_to_global_root will attempt to switch to the root
|
|
| MainWindow (QWidget *parent=nullptr) |
| Constructs the main window and initializes the UI.
|
|
| ~MainWindow () |
| Destructor to clean up resources.
|
|
| MainWindow (QWidget *parent=nullptr) |
| Construct a new Main Window object.
|
|
| MainWindow (QWidget *parent=nullptr) |
| Construct a new Main Window object.
|
|
MainWindow for example show.
The main application window for PDF viewing and interaction.
◆ InfoIndex
Info index that shell controlls which lines.
Enumerator |
---|
NameProviders | name providers line
|
CountProviders | count providers line
|
DirSizeProviders | dirent providers line
|
TypeInfoProviders | type info providers line
|
InfoIndexMax | Max.
|
◆ MainWindow() [1/4]
MainWindow::MainWindow |
( |
QWidget * |
parent = nullptr | ) |
|
Construct a new Main Window object.
- Parameters
-
< we need to call this before the library loaded
◆ MainWindow() [2/4]
MainWindow::MainWindow |
( |
QWidget * |
parent = nullptr | ) |
|
Constructs the main window and initializes the UI.
- Parameters
-
◆ MainWindow() [3/4]
MainWindow::MainWindow |
( |
QWidget * |
parent = nullptr | ) |
|
Construct a new Main Window object.
- Parameters
-
◆ MainWindow() [4/4]
MainWindow::MainWindow |
( |
QWidget * |
parent = nullptr | ) |
|
Construct a new Main Window object.
- Parameters
-
◆ jump_to_page
void MainWindow::jump_to_page |
( |
const int |
page_index | ) |
|
|
slot |
Jumps to the specified page index.
- Parameters
-
page_index | The target page to jump to. |
◆ switch_to_global_root()
void MainWindow::switch_to_global_root |
( |
| ) |
|
switch_to_global_root will attempt to switch to the root
- Note
- Fuck Windows, we have to specify the root driver base to show where to display
The documentation for this class was generated from the following files:
- extern_app/FileRamber/Ui/MainWindow.h
- extern_app/pdfReader/ui/mainwindow.h
- extern_app/professionals/library/OpencvQtAdapter/gui_example/MainWindow.h
- extern_app/professionals/library/OpencvQtAdapter/ui_interface_example/MainWindow.h
- extern_app/FileRamber/Ui/MainWindow.cpp
- extern_app/pdfReader/ui/mainwindow.cpp
- extern_app/professionals/library/OpencvQtAdapter/gui_example/MainWindow.cpp
- extern_app/professionals/library/OpencvQtAdapter/ui_interface_example/MainWindow.cpp