LeftSideBar is the left widget displays.
More...
#include <LeftSideBar.h>
|
void | enqueue_history_file (const QString &file) |
| slots for the en-managing the history
|
|
void | entemp (const QString &label, const QString &context) |
| slots for holding a temperary info
|
|
void | remove_temp (const QString &label) |
| remove a temp
|
|
std::optional< QString > | show_temp (const QString &label) |
| query a temp sessions
|
|
|
void | load_file (const QString file) |
| file request
|
|
void | load_temp (const QString label) |
| temp request
|
|
|
| LeftSideBar (QWidget *parent=nullptr) |
| Construct a new Left Side Bar object.
|
|
QStringList | temp_lables () const |
| temp labels holdings
|
|
LeftSideBar is the left widget displays.
◆ LeftSideBar()
LeftSideBar::LeftSideBar |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
Construct a new Left Side Bar object.
- Parameters
-
◆ enqueue_history_file
void LeftSideBar::enqueue_history_file |
( |
const QString & |
file | ) |
|
|
slot |
slots for the en-managing the history
- Parameters
-
◆ entemp
void LeftSideBar::entemp |
( |
const QString & |
label, |
|
|
const QString & |
context |
|
) |
| |
|
slot |
slots for holding a temperary info
- Parameters
-
label | label |
context | markdown context |
◆ load_file
void LeftSideBar::load_file |
( |
const QString |
file | ) |
|
|
signal |
◆ load_temp
void LeftSideBar::load_temp |
( |
const QString |
label | ) |
|
|
signal |
◆ remove_temp
void LeftSideBar::remove_temp |
( |
const QString & |
label | ) |
|
|
slot |
◆ show_temp
std::optional< QString > LeftSideBar::show_temp |
( |
const QString & |
label | ) |
|
|
slot |
query a temp sessions
- Parameters
-
- Returns
- std::optional<QString>
The documentation for this class was generated from the following files:
- extern_app/EasyNotes/ui/LeftSideBar.h
- extern_app/EasyNotes/ui/LeftSideBar.cpp