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 | |
CInfoBar(bool displayStatusCircle) | CInfoBar | explicit |
createWidget(CDialog *dialogFatherRef) override | CInfoBar | privatevirtual |
destroyWidget() override | CInfoBar | 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 | |
EProjectValidForDiamar enum name | CInfoBar | |
EPrvTypeMessage enum name | CInfoBar | private |
getActive() const | AbstractComponentGUI | |
getBlinking() | AbstractComponentGUI | |
getDialogFatherRef() | AbstractComponentGUI | |
getInactiveVisualFeedback() const | AbstractComponentGUI | |
getSize(double *sizeX, double *sizeY) const | AbstractComponentGUI | |
getStateColour(double &red, double &green, double &blue) | CInfoBar | |
getTooltip() const | AbstractComponentGUI | |
getWidget() const | AbstractComponentGUI | |
grabFocus() | AbstractComponentGUI | |
m_alignmentHorizontalComponent | AbstractComponentGUI | private |
m_alignmentVerticalComponent | AbstractComponentGUI | private |
m_attrColor | AbstractComponentGUI | private |
m_componentFatherRef | AbstractComponentGUI | protected |
m_dataPanels | AbstractComponentGUI | private |
m_dialogFatherRef | AbstractComponentGUI | protected |
m_displayStatusCircle | CInfoBar | private |
m_frameRef | AbstractComponentGUI | protected |
m_hasInactiveVisualFeedback | AbstractComponentGUI | private |
m_hasSizeMinimum | AbstractComponentGUI | private |
m_infoBarRef | CInfoBar | private |
m_isActive | AbstractComponentGUI | private |
m_isVisible | AbstractComponentGUI | 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_message | CInfoBar | private |
m_mutableFrameRef | AbstractComponentGUI | protected |
m_name | AbstractComponentGUI | private |
m_projectIsValidForDiamar | CInfoBar | private |
m_rcpTimers | AbstractComponentGUI | private |
m_sizeXMaximum | AbstractComponentGUI | private |
m_sizeXMinimum | AbstractComponentGUI | private |
m_sizeYMaximum | AbstractComponentGUI | private |
m_sizeYMinimum | AbstractComponentGUI | private |
m_tooltip | AbstractComponentGUI | private |
m_typeMessage | CInfoBar | 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 | |
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 | |
setError(const std::string &message) | CInfoBar | |
setHAlignment(CEnumComponentsGUI::EAlignmentHorizontal alignment) | AbstractComponentGUI | |
setInactiveVisualFeedback(bool hasInactiveVisualFeedback) | AbstractComponentGUI | |
setInfo(const std::string &message) | CInfoBar | |
setName(const std::string &name) | AbstractComponentGUI | |
setProjectValidState(EProjectValidForDiamar projectValidForDiamar) | CInfoBar | |
setTooltip(std::string_view tooltip) | AbstractComponentGUI | |
setVAlignment(CEnumComponentsGUI::EAlignmentVertical alignment) | AbstractComponentGUI | |
setVisible(bool isVisible) | AbstractComponentGUI | |
setWarning(const std::string &message) | CInfoBar | |
updateColor() | AbstractComponentGUI | |
~AbstractComponentGUI() | AbstractComponentGUI | virtual |
~CInfoBar() override | CInfoBar | |