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

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

AbstractComponentGUI()AbstractComponentGUI
AbstractComponentGUI(const AbstractComponentGUI &)=deleteAbstractComponentGUI
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)CSheetprivate
clear()CSheet
createWidget(CDialog *dialogFatherRef) overrideCSheetprivatevirtual
CSheet(const std::shared_ptr< AbstractSheetModel > &model, bool isMultipleSelection=false)CSheetexplicit
CSheet()=deleteCSheet
CSheet(const CSheet &other)=deleteCSheet
CSheet(CSheet &&other)=deleteCSheet
destroyWidget() overrideCSheetvirtual
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() constAbstractComponentGUI
getBlinking()AbstractComponentGUI
getCellTooltip(uint32_t row, uint32_t column) constCSheet
getDialogFatherRef()AbstractComponentGUI
getInactiveVisualFeedback() constAbstractComponentGUI
getModel()CSheet
getRowTexts(const iv::gui::sheets::RowId &rowId)CSheetprivate
getSelectedRows(std::vector< uint32_t > *selectedRows)CSheet
getSize(double *sizeX, double *sizeY) constAbstractComponentGUI
getTooltip() constAbstractComponentGUI
getVersionNumber() constCSheet
getWidget() constAbstractComponentGUI
grabFocus()AbstractComponentGUI
increaseVersionNumber()CSheet
m_alignmentHorizontalComponentAbstractComponentGUIprivate
m_alignmentVerticalComponentAbstractComponentGUIprivate
m_attrColorAbstractComponentGUIprivate
m_componentFatherRefAbstractComponentGUIprotected
m_dataPanelsAbstractComponentGUIprivate
m_dialogFatherRefCSheetprivate
m_frameRefAbstractComponentGUIprotected
m_hasInactiveVisualFeedbackAbstractComponentGUIprivate
m_hasSizeMinimumAbstractComponentGUIprivate
m_isActiveAbstractComponentGUIprivate
m_isMultipleSelectionCSheetprivate
m_isVisibleAbstractComponentGUIprivate
m_listenersAcceptAbstractComponentGUIprotected
m_listenersChangeAbstractComponentGUIprotected
m_listenersCloseAbstractComponentGUIprotected
m_listenersIsAcceptAbstractComponentGUIprotected
m_listenersUpdateAbstractComponentGUIprotected
m_listenersValidateAbstractComponentGUIprotected
m_modelCSheetprivate
m_mutableFrameRefAbstractComponentGUIprotected
m_nameAbstractComponentGUIprivate
m_previousRowCSheet
m_rcpTimersAbstractComponentGUIprivate
m_sizeXMaximumAbstractComponentGUIprivate
m_sizeXMinimumAbstractComponentGUIprivate
m_sizeYMaximumAbstractComponentGUIprivate
m_sizeYMinimumAbstractComponentGUIprivate
m_tooltipAbstractComponentGUIprivate
m_updateProcessIdCSheet
m_versionNumberCSheetprivate
m_widgetAbstractComponentGUIprotected
m_widgetRefCSheetprivate
makeWidget(CDialog *dialogFatherRef, AbstractComponentGUI *componentFatherRef)AbstractComponentGUI
operator=(const CSheet &other)=deleteCSheet
operator=(CSheet &&other)=deleteCSheet
processAccept()CSheet
prvProcessChangeRecursive(uint64_t recursiveLevel)AbstractComponentGUIprivate
prvProcessCloseChildren()AbstractComponentGUIprivatevirtual
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)CSheetprivate
setCSSClassToRow(const std::string &cssClass, uint32_t rowPosition)CSheetprivate
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()CSheetprivate
setName(const std::string &name)AbstractComponentGUI
setRowsTextFromModel()CSheetprivate
setRowTexts(const iv::gui::sheets::RowId &rowId)CSheetprivate
setRowTexts(const iv::gui::sheets::RowId &rowId, const std::map< iv::gui::sheets::ColumnId, std::string > &columnsTexts)CSheetprivate
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()AbstractComponentGUIvirtual
~CSheet() overrideCSheet