Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CLabel Member List

This is the complete list of members for CLabel, including all inherited members.

AbstractComponentGUI()AbstractComponentGUI
AbstractComponentGUI(const AbstractComponentGUI &)=deleteAbstractComponentGUI
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)CLabelprivate
createLabel(std::string_view text, CEnumCommon::eType type=CEnumCommon::eType::Value, iv::gui::eLabelStyle labelStyle=iv::gui::eLabelStyle::Normal)CLabelstatic
createLabel(std::string_view nameResource, const uint64_t &width, const uint64_t &height)CLabelstatic
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)CLabelstatic
createLabelBool(const bool &isOk)CLabelstatic
createLabelEnum(T enumValue)CLabelinlinestatic
createLabelValue(const T value)CLabelinlinestatic
createWidget(CDialog *dialogFatherRef) overrideCLabelprivatevirtual
destroyWidget()AbstractComponentGUIvirtual
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() constAbstractComponentGUI
getBlinking()AbstractComponentGUI
getDialogFatherRef()AbstractComponentGUI
getInactiveVisualFeedback() constAbstractComponentGUI
getSize(double *sizeX, double *sizeY) constAbstractComponentGUI
getText()CLabel
getTooltip() constAbstractComponentGUI
getWidget() constAbstractComponentGUI
grabFocus()AbstractComponentGUI
m_alignmentHorizontalComponentAbstractComponentGUIprivate
m_alignmentVerticalComponentAbstractComponentGUIprivate
m_attrColorAbstractComponentGUIprivate
m_colorTextCLabelprivate
m_componentFatherRefAbstractComponentGUIprotected
m_dataPanelsAbstractComponentGUIprivate
m_dialogFatherRefAbstractComponentGUIprotected
m_fontHeightCLabelprivate
m_frameRefAbstractComponentGUIprotected
m_hasInactiveVisualFeedbackAbstractComponentGUIprivate
m_hasSizeMinimumAbstractComponentGUIprivate
m_imageResourceOptCLabelprivate
m_isActiveAbstractComponentGUIprivate
m_isColorDefinedCLabelprivate
m_isFontHeightDefinedCLabelprivate
m_isVisibleAbstractComponentGUIprivate
m_labelRefCLabelprivate
m_labelStyleCLabelprivate
m_listenersAcceptAbstractComponentGUIprotected
m_listenersChangeAbstractComponentGUIprotected
m_listenersCloseAbstractComponentGUIprotected
m_listenersIsAcceptAbstractComponentGUIprotected
m_listenersUpdateAbstractComponentGUIprotected
m_listenersValidateAbstractComponentGUIprotected
m_mutableFrameRefAbstractComponentGUIprotected
m_nameAbstractComponentGUIprivate
m_rcpTimersAbstractComponentGUIprivate
m_sizeXMaximumAbstractComponentGUIprivate
m_sizeXMinimumAbstractComponentGUIprivate
m_sizeYMaximumAbstractComponentGUIprivate
m_sizeYMinimumAbstractComponentGUIprivate
m_spacingCLabelprivate
m_textCLabelprivate
m_tooltipAbstractComponentGUIprivate
m_typeCLabelprivate
m_widgetAbstractComponentGUIprotected
makeWidget(CDialog *dialogFatherRef, AbstractComponentGUI *componentFatherRef)AbstractComponentGUI
prvProcessChangeRecursive(uint64_t recursiveLevel)AbstractComponentGUIprivate
prvProcessCloseChildren()AbstractComponentGUIprivatevirtual
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()AbstractComponentGUIvirtual
~CLabel() overrideCLabel