AbstractComponentGUI() | AbstractComponentGUI | |
AbstractComponentGUI(const AbstractComponentGUI &)=delete | AbstractComponentGUI | |
addDataPanel(IDataPanel **dataPanel) | AbstractComponentGUI | |
addListenerAccept(IListenerAccept **listenerAccept) | AbstractComponentGUI | |
addListenerChange(IListenerChange **listenerChange) | AbstractComponentGUI | |
addListenerClose(IListenerClose **listenerClose) | AbstractComponentGUI | |
addListenerIsAccept(IListenerIsAccept **listenerIsAccept) | AbstractComponentGUI | |
addListenerTimer(uint64_t timeout, IListenerTimer **timer) | AbstractComponentGUI | |
addListenerUpdate(IListenerUpdate **listenerUpdate) | AbstractComponentGUI | |
addListenerValidate(IListenerValidate **listenerValidate) | AbstractComponentGUI | |
CLabel(std::string_view text, const std::optional< iv::ui::resources::ImageResource > &resourceOpt, CEnumCommon::eType type, double spacing=5) | CLabel | private |
createLabel(std::string_view text, CEnumCommon::eType type=CEnumCommon::eType::Value, iv::gui::eLabelStyle labelStyle=iv::gui::eLabelStyle::Normal) | CLabel | static |
createLabel(std::string_view nameResource, const uint64_t &width, const uint64_t &height) | CLabel | static |
createLabel(std::string_view text, std::string_view nameResource, const uint64_t &width, const uint64_t &height, double spacing=5, CEnumCommon::eType type=CEnumCommon::eType::Value) | CLabel | static |
createLabelBool(const bool &isOk) | CLabel | static |
createLabelEnum(T enumValue) | CLabel | inlinestatic |
createLabelValue(const T value) | CLabel | inlinestatic |
createWidget(CDialog *dialogFatherRef) override | CLabel | privatevirtual |
destroyWidget() | AbstractComponentGUI | virtual |
displayPopOver(std::string_view message, iv::types::milliseconds timeout=2000) | AbstractComponentGUI | |
emplaceListenerAccept(std::function< void()> acceptFunctionCall) | AbstractComponentGUI | |
emplaceListenerChange(std::function< void(CDialog *, AbstractComponentGUI *)> changeFunctionCall) | AbstractComponentGUI | |
emplaceListenerClose(std::function< void()> closeFunctionCall) | AbstractComponentGUI | |
emplaceListenerIsAccept(std::function< bool(AbstractComponentGUI *, std::string *)> isAcceptFunctionCall) | AbstractComponentGUI | |
emplaceListenerTimer(uint64_t timeout, std::function< bool()> timerExecutionFunctionCall) | AbstractComponentGUI | |
getActive() const | AbstractComponentGUI | |
getBlinking() | AbstractComponentGUI | |
getDialogFatherRef() | AbstractComponentGUI | |
getInactiveVisualFeedback() const | AbstractComponentGUI | |
getSize(double *sizeX, double *sizeY) const | AbstractComponentGUI | |
getText() | CLabel | |
getTooltip() const | AbstractComponentGUI | |
getWidget() const | AbstractComponentGUI | |
grabFocus() | AbstractComponentGUI | |
m_alignmentHorizontalComponent | AbstractComponentGUI | private |
m_alignmentVerticalComponent | AbstractComponentGUI | private |
m_attrColor | AbstractComponentGUI | private |
m_colorText | CLabel | private |
m_componentFatherRef | AbstractComponentGUI | protected |
m_dataPanels | AbstractComponentGUI | private |
m_dialogFatherRef | AbstractComponentGUI | protected |
m_fontHeight | CLabel | private |
m_frameRef | AbstractComponentGUI | protected |
m_hasInactiveVisualFeedback | AbstractComponentGUI | private |
m_hasSizeMinimum | AbstractComponentGUI | private |
m_imageResourceOpt | CLabel | private |
m_isActive | AbstractComponentGUI | private |
m_isColorDefined | CLabel | private |
m_isFontHeightDefined | CLabel | private |
m_isVisible | AbstractComponentGUI | private |
m_labelRef | CLabel | private |
m_labelStyle | CLabel | private |
m_listenersAccept | AbstractComponentGUI | protected |
m_listenersChange | AbstractComponentGUI | protected |
m_listenersClose | AbstractComponentGUI | protected |
m_listenersIsAccept | AbstractComponentGUI | protected |
m_listenersUpdate | AbstractComponentGUI | protected |
m_listenersValidate | AbstractComponentGUI | protected |
m_mutableFrameRef | AbstractComponentGUI | protected |
m_name | AbstractComponentGUI | private |
m_rcpTimers | AbstractComponentGUI | private |
m_sizeXMaximum | AbstractComponentGUI | private |
m_sizeXMinimum | AbstractComponentGUI | private |
m_sizeYMaximum | AbstractComponentGUI | private |
m_sizeYMinimum | AbstractComponentGUI | private |
m_spacing | CLabel | private |
m_text | CLabel | private |
m_tooltip | AbstractComponentGUI | private |
m_type | CLabel | private |
m_widget | AbstractComponentGUI | protected |
makeWidget(CDialog *dialogFatherRef, AbstractComponentGUI *componentFatherRef) | AbstractComponentGUI | |
prvProcessChangeRecursive(uint64_t recursiveLevel) | AbstractComponentGUI | private |
prvProcessCloseChildren() | AbstractComponentGUI | privatevirtual |
runChange() | AbstractComponentGUI | |
runClose() | AbstractComponentGUI | |
runListenersAccept() | AbstractComponentGUI | |
runListenersIsAccept(std::string *messageError) | AbstractComponentGUI | |
runListenersUpdate() | AbstractComponentGUI | |
runValidate() | AbstractComponentGUI | |
setActive(bool isActive) | AbstractComponentGUI | |
setBlinking(bool isBlinking) | AbstractComponentGUI | |
setColor(iv::types::color color) | CLabel | |
setColorBackground(iv::types::color colorARGB) | AbstractComponentGUI | |
setColorBlink(iv::types::color colorARGB) | AbstractComponentGUI | |
setColorForeground(iv::types::color colorARGB) | AbstractComponentGUI | |
setDefaultColorBackground() | AbstractComponentGUI | |
setDefaultColorBlink() | AbstractComponentGUI | |
setDefaultColorForeground() | AbstractComponentGUI | |
setDefaultHeightMaximum(iv::types::height sizeY) | AbstractComponentGUI | |
setDefaultMinimum(iv::types::width sizeX, iv::types::height sizeY) | AbstractComponentGUI | |
setDefaultWidthMaximum(iv::types::width sizeX) | AbstractComponentGUI | |
setDialogFatherOption(CDialog *dialogFatherRef) | AbstractComponentGUI | |
setHAlignment(CEnumComponentsGUI::EAlignmentHorizontal alignment) | AbstractComponentGUI | |
setHeight(double fontHeight) | CLabel | |
setInactiveVisualFeedback(bool hasInactiveVisualFeedback) | AbstractComponentGUI | |
setLabelStyle(iv::gui::eLabelStyle labelStyle) | CLabel | |
setName(const std::string &name) | AbstractComponentGUI | |
setResource(std::string_view nameResource, const uint64_t &width, const uint64_t &height) | CLabel | |
setSpacing(double spacing) | CLabel | |
setText(std::string_view text) | CLabel | |
setTooltip(std::string_view tooltip) | AbstractComponentGUI | |
setVAlignment(CEnumComponentsGUI::EAlignmentVertical alignment) | AbstractComponentGUI | |
setVisible(bool isVisible) | AbstractComponentGUI | |
updateColor() | AbstractComponentGUI | |
~AbstractComponentGUI() | AbstractComponentGUI | virtual |
~CLabel() override | CLabel | |