#include <CIndicator.hpp>
◆ CIndicator()
CIndicator::CIndicator |
( |
std::string_view | indicatorTitle, |
|
|
bool | resizeDialog, |
|
|
std::unique_ptr< IIndicator > && | indicator ) |
◆ ~CIndicator()
CIndicator::~CIndicator |
( |
| ) |
|
|
default |
◆ addIndicator()
void CIndicator::addIndicator |
( |
CDialog * | dialogFather, |
|
|
IWidget * | indicatorsBar ) |
◆ close()
void CIndicator::close |
( |
| ) |
const |
◆ indicator()
const std::unique_ptr< IIndicator > & CIndicator::indicator |
( |
| ) |
const |
|
nodiscard |
◆ operator==()
bool CIndicator::operator== |
( |
const CIndicator & | b | ) |
const |
|
inline |
◆ runDialog()
void CIndicator::runDialog |
( |
double | xPos, |
|
|
double | yPos, |
|
|
unsigned char | justify ) |
◆ setPosDialog()
void CIndicator::setPosDialog |
( |
double | xPos, |
|
|
double | yPos ) |
◆ setVisibleDialogIndicator()
void CIndicator::setVisibleDialogIndicator |
( |
| ) |
|
|
private |
◆ updateIndicator()
void CIndicator::updateIndicator |
( |
CDialog * | dlgFather | ) |
|
◆ m_containerRef
◆ m_dialogModelsIndicatorOpt
std::shared_ptr<CDialog> CIndicator::m_dialogModelsIndicatorOpt |
|
private |
◆ m_hasPositionDialog
bool CIndicator::m_hasPositionDialog |
|
private |
◆ m_indicator
std::unique_ptr<IIndicator> CIndicator::m_indicator |
|
private |
◆ m_indicatorTitle
std::string CIndicator::m_indicatorTitle |
|
private |
◆ m_isPulsed
bool CIndicator::m_isPulsed |
|
private |
◆ m_isShowDynamic
bool CIndicator::m_isShowDynamic |
|
private |
◆ m_isVisible
bool CIndicator::m_isVisible |
|
private |
◆ m_resizeDialog
bool CIndicator::m_resizeDialog |
|
private |
◆ m_xDialog
double CIndicator::m_xDialog |
|
private |
◆ m_yDialog
double CIndicator::m_yDialog |
|
private |
The documentation for this class was generated from the following files: