AbstractComponentGUI() | AbstractComponentGUI | |
AbstractComponentGUI(const AbstractComponentGUI &)=delete | AbstractComponentGUI | |
AbstractLayout() | AbstractLayout | |
addDataPanel(IDataPanel **dataPanel) | AbstractComponentGUI | |
addEnd(AbstractComponentGUI *components) const | AbstractLayout | |
addEnd(AbstractComponentGUI *components, bool expand, bool fill, iv::types::padding padding=AbstractLayout::kPaddingDefault) const | AbstractLayout | |
addListenerAccept(IListenerAccept **listenerAccept) | AbstractComponentGUI | |
addListenerChange(IListenerChange **listenerChange) | AbstractComponentGUI | |
addListenerClose(IListenerClose **listenerClose) | AbstractComponentGUI | |
addListenerIsAccept(IListenerIsAccept **listenerIsAccept) | AbstractComponentGUI | |
addListenerLongClick(IListenerClick **listener) | AbstractLayout | |
addListenerShortClick(IListenerClick **listener) | AbstractLayout | |
addListenerTimer(uint64_t timeout, IListenerTimer **timer) | AbstractComponentGUI | |
addListenerUpdate(IListenerUpdate **listenerUpdate) | AbstractComponentGUI | |
addListenerValidate(IListenerValidate **listenerValidate) | AbstractComponentGUI | |
addStart(AbstractComponentGUI *components) const | AbstractLayout | |
addStart(AbstractComponentGUI *components, bool expand, bool fill, iv::types::padding padding=AbstractLayout::kPaddingDefault) const | AbstractLayout | |
addStartLabeled(AbstractComponentGUI *components, std::string_view label)=0 | AbstractLayout | pure virtual |
createLayout()=0 | AbstractLayout | protectedpure virtual |
createWidget(CDialog *dialogFatherRef) override | AbstractLayout | protectedvirtual |
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 | |
emplaceListenerLongClick(std::function< void(CEventClick *evtClick)> clickFunctionCall) | AbstractLayout | |
emplaceListenerShortClick(std::function< void(CEventClick *evtClick)> clickFunctionCall) | AbstractLayout | |
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 | |
getTooltip() const | AbstractComponentGUI | |
getWidget() const | AbstractComponentGUI | |
grabFocus() | AbstractComponentGUI | |
hasListenersLongClick() const | AbstractLayout | |
hasListenersShortClick() const | AbstractLayout | |
kPaddingDefault | AbstractLayout | static |
m_abstractLayoutData | AbstractLayout | private |
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_frameRef | AbstractComponentGUI | protected |
m_hasInactiveVisualFeedback | AbstractComponentGUI | private |
m_hasSizeMinimum | AbstractComponentGUI | 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_listenersLongClick | AbstractLayout | private |
m_listenersShortClick | AbstractLayout | private |
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_tooltip | AbstractComponentGUI | private |
m_widget | AbstractComponentGUI | protected |
makeWidget(CDialog *dialogFatherRef, AbstractComponentGUI *componentFatherRef) | AbstractComponentGUI | |
prvProcessChangeRecursive(uint64_t recursiveLevel) | AbstractComponentGUI | private |
prvProcessCloseChildren() override | AbstractLayout | privatevirtual |
runChange() | AbstractComponentGUI | |
runClose() | AbstractComponentGUI | |
runListenersAccept() | AbstractComponentGUI | |
runListenersIsAccept(std::string *messageError) | AbstractComponentGUI | |
runListenersLongClick() | AbstractLayout | |
runListenersShortClick() | AbstractLayout | |
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 | |
setCompact(bool isCompact) const | AbstractLayout | |
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 | |
setHAlignmentComponents(CEnumComponentsGUI::EAlignmentHorizontal alignment) | AbstractLayout | |
setInactiveVisualFeedback(bool hasInactiveVisualFeedback) | AbstractComponentGUI | |
setName(const std::string &name) | AbstractComponentGUI | |
setPadding(iv::types::padding padding) const | AbstractLayout | |
setTooltip(std::string_view tooltip) | AbstractComponentGUI | |
setVAlignment(CEnumComponentsGUI::EAlignmentVertical alignment) | AbstractComponentGUI | |
setVAlignmentComponents(CEnumComponentsGUI::EAlignmentVertical alignment) | AbstractLayout | |
setVisible(bool isVisible) | AbstractComponentGUI | |
updateColor() | AbstractComponentGUI | |
~AbstractComponentGUI() | AbstractComponentGUI | virtual |
~AbstractLayout() override=default | AbstractLayout | |