CCIMXDesktop
 
Loading...
Searching...
No Matches
LeftSideBar Class Reference

LeftSideBar is the left widget displays. More...

#include <LeftSideBar.h>

Inheritance diagram for LeftSideBar:

Public Slots

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
 

Signals

void load_file (const QString file)
 file request
 
void load_temp (const QString label)
 temp request
 

Public Member Functions

 LeftSideBar (QWidget *parent=nullptr)
 Construct a new Left Side Bar object.
 
QStringList temp_lables () const
 temp labels holdings
 

Detailed Description

LeftSideBar is the left widget displays.

Constructor & Destructor Documentation

◆ LeftSideBar()

LeftSideBar::LeftSideBar ( QWidget *  parent = nullptr)
explicit

Construct a new Left Side Bar object.

Parameters
parent

Member Function Documentation

◆ enqueue_history_file

void LeftSideBar::enqueue_history_file ( const QString &  file)
slot

slots for the en-managing the history

Parameters
file

◆ entemp

void LeftSideBar::entemp ( const QString &  label,
const QString &  context 
)
slot

slots for holding a temperary info

Parameters
labellabel
contextmarkdown context

◆ load_file

void LeftSideBar::load_file ( const QString  file)
signal

file request

Parameters
file

◆ load_temp

void LeftSideBar::load_temp ( const QString  label)
signal

temp request

Parameters
label

◆ remove_temp

void LeftSideBar::remove_temp ( const QString &  label)
slot

remove a temp

Parameters
label

◆ show_temp

std::optional< QString > LeftSideBar::show_temp ( const QString &  label)
slot

query a temp sessions

Parameters
label
Returns
std::optional<QString>

The documentation for this class was generated from the following files: