AbstractComponentGUI() | AbstractComponentGUI | |
AbstractComponentGUI(const AbstractComponentGUI &)=delete | AbstractComponentGUI | |
addColumnFromCSheetModel(const iv::gui::sheets::ColumnId &columnIdReference, const std::string &columnTitle) | CSheet | |
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 | |
addRowFromCSheetModel(const iv::gui::sheets::RowId &rowIdReference) | CSheet | |
applyCSSClassToRow(const std::string &cssClass, uint32_t rowPosition) | CSheet | |
attachCellComponent(const iv::gui::sheets::CellDefinition &cellDefinition, uint32_t rowPosition, uint32_t columnPosition) | CSheet | |
attachRowTitleComponent(iv::gui::sheets::RowCells *rowCells, uint32_t rowPosition) | CSheet | private |
clear() | CSheet | |
createWidget(CDialog *dialogFatherRef) override | CSheet | privatevirtual |
CSheet(const std::shared_ptr< AbstractSheetModel > &model, bool isMultipleSelection=false) | CSheet | explicit |
CSheet()=delete | CSheet | |
CSheet(const CSheet &other)=delete | CSheet | |
CSheet(CSheet &&other)=delete | CSheet | |
destroyWidget() override | CSheet | 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 | |
freeze() | CSheet | |
getActive() const | AbstractComponentGUI | |
getBlinking() | AbstractComponentGUI | |
getCellTooltip(uint32_t row, uint32_t column) const | CSheet | |
getDialogFatherRef() | AbstractComponentGUI | |
getInactiveVisualFeedback() const | AbstractComponentGUI | |
getModel() | CSheet | |
getRowTexts(const iv::gui::sheets::RowId &rowId) | CSheet | private |
getSelectedRows(std::vector< uint32_t > *selectedRows) | CSheet | |
getSize(double *sizeX, double *sizeY) const | AbstractComponentGUI | |
getTooltip() const | AbstractComponentGUI | |
getVersionNumber() const | CSheet | |
getWidget() const | AbstractComponentGUI | |
grabFocus() | AbstractComponentGUI | |
increaseVersionNumber() | CSheet | |
m_alignmentHorizontalComponent | AbstractComponentGUI | private |
m_alignmentVerticalComponent | AbstractComponentGUI | private |
m_attrColor | AbstractComponentGUI | private |
m_componentFatherRef | AbstractComponentGUI | protected |
m_dataPanels | AbstractComponentGUI | private |
m_dialogFatherRef | CSheet | private |
m_frameRef | AbstractComponentGUI | protected |
m_hasInactiveVisualFeedback | AbstractComponentGUI | private |
m_hasSizeMinimum | AbstractComponentGUI | private |
m_isActive | AbstractComponentGUI | private |
m_isMultipleSelection | CSheet | 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_model | CSheet | private |
m_mutableFrameRef | AbstractComponentGUI | protected |
m_name | AbstractComponentGUI | private |
m_previousRow | CSheet | |
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_updateProcessId | CSheet | |
m_versionNumber | CSheet | private |
m_widget | AbstractComponentGUI | protected |
m_widgetRef | CSheet | private |
makeWidget(CDialog *dialogFatherRef, AbstractComponentGUI *componentFatherRef) | AbstractComponentGUI | |
operator=(const CSheet &other)=delete | CSheet | |
operator=(CSheet &&other)=delete | CSheet | |
processAccept() | CSheet | |
prvProcessChangeRecursive(uint64_t recursiveLevel) | AbstractComponentGUI | private |
prvProcessCloseChildren() | AbstractComponentGUI | privatevirtual |
removeColumn(const iv::gui::sheets::ColumnId &columnId) | CSheet | |
removeRow(const iv::gui::sheets::RowId &rowId) | CSheet | |
runChange() | AbstractComponentGUI | |
runClose() | AbstractComponentGUI | |
runListenersAccept() | AbstractComponentGUI | |
runListenersIsAccept(std::string *messageError) | AbstractComponentGUI | |
runListenersUpdate() | AbstractComponentGUI | |
runValidate() | AbstractComponentGUI | |
setActive(bool isActive) | AbstractComponentGUI | |
setActiveCell(uint32_t row, uint32_t column) | CSheet | |
setBlinking(bool isBlinking) | AbstractComponentGUI | |
setCellText(uint32_t rowPosition, uint32_t columnPosition, const std::string &text) | CSheet | |
setColorBackground(iv::types::color colorARGB) | AbstractComponentGUI | |
setColorBlink(iv::types::color colorARGB) | AbstractComponentGUI | |
setColorForeground(iv::types::color colorARGB) | AbstractComponentGUI | |
setColumnTexts(const iv::gui::sheets::ColumnId &columnId, uint32_t columnPosition) | CSheet | private |
setCSSClassToRow(const std::string &cssClass, uint32_t rowPosition) | CSheet | private |
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 | |
setInactiveVisualFeedback(bool hasInactiveVisualFeedback) | AbstractComponentGUI | |
setInitialCSSClassToRows() | CSheet | private |
setName(const std::string &name) | AbstractComponentGUI | |
setRowsTextFromModel() | CSheet | private |
setRowTexts(const iv::gui::sheets::RowId &rowId) | CSheet | private |
setRowTexts(const iv::gui::sheets::RowId &rowId, const std::map< iv::gui::sheets::ColumnId, std::string > &columnsTexts) | CSheet | private |
setTooltip(std::string_view tooltip) | AbstractComponentGUI | |
setTooltipToRow(const std::string &tooltip, uint32_t rowPosition) | CSheet | |
setVAlignment(CEnumComponentsGUI::EAlignmentVertical alignment) | AbstractComponentGUI | |
setVisible(bool isVisible) | AbstractComponentGUI | |
thaw() | CSheet | |
updateCellText(uint32_t rowPosition, uint32_t columnPosition) | CSheet | |
updateColor() | AbstractComponentGUI | |
updateColumnsVisibility(const iv::gui::sheets::ColumnsDefinitions &columnDefinitions) | CSheet | |
updateColumnText(const iv::gui::sheets::ColumnId &columnId) | CSheet | |
updateCssClassToRow(uint32_t rowPosition) | CSheet | |
updateRowsVisibility(const iv::gui::sheets::RowsDefinitions &rowDefinitions) | CSheet | |
updateRowTitles() | CSheet | |
updateSheet() | CSheet | |
updateWidget() | CSheet | |
~AbstractComponentGUI() | AbstractComponentGUI | virtual |
~CSheet() override | CSheet | |