Main display widgets.
More...
#include <MainSideBar.h>
|
| void | commit_file (const QString &fileName) |
| | commit_file commit from remote instead of the file dialog
|
| |
|
| | MainSideBar (QWidget *parent=nullptr) |
| | Construct a new Main Side Bar object.
|
| |
|
void | bind_sidebar (LeftSideBar *s) |
| | bind the left sidebar
|
| |
|
void | process_once_fetch () |
| | make once render
|
| |
|
void | load_file () |
| | load file from file dialog
|
| |
|
void | request_cached () |
| | make request to cached the temp markdown
|
| |
|
void | save_file () |
| | save the file to the disk
|
| |
|
void | makeBold () |
| | make select bold
|
| |
|
void | makeItalic () |
| | make select italic
|
| |
|
void | makeUnderline () |
| | make select underline
|
| |
|
void | display_temperary (const QString &labels) |
| | display the temp label context
|
| |
◆ MainSideBar()
| MainSideBar::MainSideBar |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
Construct a new Main Side Bar object.
- Parameters
-
◆ commit_file
| void MainSideBar::commit_file |
( |
const QString & |
fileName | ) |
|
|
slot |
commit_file commit from remote instead of the file dialog
- Parameters
-
| fileName | filename for load |
◆ submit_enhist_request
| void MainSideBar::submit_enhist_request |
( |
const QString |
filename | ) |
|
|
signal |
signals for submit a history request
- Parameters
-
The documentation for this class was generated from the following files:
- extern_app/EasyNotes/ui/MainSideBar.h
- extern_app/EasyNotes/ui/MainSideBar.cpp