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

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

AbstractComponentGUI()AbstractComponentGUI
AbstractComponentGUI(const AbstractComponentGUI &)=deleteAbstractComponentGUI
addDataPanel(IDataPanel **dataPanel)AbstractComponentGUI
addListenerAccept(IListenerAccept **listenerAccept)AbstractComponentGUI
addListenerActivate(IListenerActivate **listener)CEdit
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
CEdit(std::string valueDefault)CEditexplicit
CEdit(std::string *txtEntryRef, bool canBeEmpty=true, const std::string &emptyErrorMsg="", bool canBeEmptyTrimmed=true)CEditexplicit
CEdit(std::string *txtEntryRef, CEnumComponentsGUI::EDataType type)CEditexplicit
CEditNum(SEditNum **dataPrivate, std::string *strValue, unsigned short numMaxChar)CEditNumprivate
createDouble(const std::string &nameField, double *number, uint8_t numMaxDecimals, uint8_t numMaxChar)CEditNumprivatestatic
createDoubleWithInterval(const std::string &nameField, double *number, double minDouble, double maxDouble, uint8_t numMaxDecimals, uint8_t numMaxChar)CEditNumprivatestatic
createEditInt16_t(const std::string &nameField, int16_t *number, uint16_t numMaxChar)CEditNumprivatestatic
createEditInt16WithInterval(const std::string &nameField, int16_t *number, int16_t minInt16, int16_t maxInt16, int16_t numMaxChar)CEditNumprivatestatic
createEditInt32_t(const std::string &nameField, int32_t *number, int32_t numMaxChar)CEditNumprivatestatic
createEditInt32WithInterval(const std::string &nameField, int32_t *number, int32_t minInt32, int32_t maxInt32, int16_t numMaxChar)CEditNumprivatestatic
createEditInt64_t(const std::string &nameField, int64_t *number, uint16_t numMaxChar)CEditNumprivatestatic
createEditInt64WithInterval(const std::string &nameField, int64_t *number, int64_t minInt64, int64_t maxInt64, int16_t numMaxChar)CEditNumprivatestatic
createEditUChar(const std::string &nameField, uint8_t *number, unsigned short numMaxChar)CEditNumprivatestatic
createEditUCharWithInterval(const std::string &nameField, uint8_t *number, uint8_t minUInt8, uint8_t maxUInt8, unsigned short numMaxChar)CEditNumprivatestatic
createEditUInt16_t(const std::string &nameField, uint16_t *number, uint16_t numMaxChar)CEditNumprivatestatic
createEditUInt16WithInterval(const std::string &nameField, uint16_t *number, uint16_t minUInt16, uint16_t maxUInt16, uint16_t numMaxChar)CEditNumprivatestatic
createEditUInt32_t(const std::string &nameField, uint32_t *number, uint16_t numMaxChar)CEditNumprivatestatic
createEditUInt32WithInterval(const std::string &nameField, uint32_t *number, uint32_t minUInt32, uint32_t maxUInt32, uint16_t numMaxChar)CEditNumprivatestatic
createEditUInt64_t(const std::string &nameField, uint64_t *number, uint16_t numMaxChar)CEditNumprivatestatic
createEditUInt64WithInterval(const std::string &nameField, uint64_t *number, uint64_t minUInt64, uint64_t maxUInt64, uint16_t numMaxChar)CEditNumprivatestatic
createFloatingPoint(const std::string &nameField, T &valueRef, uint8_t numMaxDecimals, uint8_t numMaxChar)CEditNuminlinestatic
createFloatingPointWithInterval(const std::string &nameField, T &valueRef, T minValue, T maxValue, uint8_t numMaxDecimals, uint8_t numMaxChar)CEditNuminlinestatic
createInteger(const std::string &nameField, T &valueRef, const uint16_t numMaxChar)CEditNuminlinestatic
createIntegerWithInterval(const std::string &nameField, T &valueRef, R1 minValue, R2 maxValue, uint16_t numMaxChar)CEditNuminlinestatic
createTime(const std::string &nameField, ePrvTimeEdit timeFormat, iv::types::milliseconds &time, uint16_t numMaxChar)CEditNumstatic
createTimeWithInterval(const std::string &nameField, ePrvTimeEdit timeFormat, iv::types::milliseconds &time, iv::types::milliseconds minTime, iv::types::milliseconds maxTime, uint16_t numMaxChar)CEditNumstatic
createWidget(CDialog *dialogFatherRef) overrideCEditprivatevirtual
destroyWidget() overrideCEditvirtual
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
emplaceListenerSheetFocus(const std::function< void()> &sheetFocusLambda)CEdit
emplaceListenerTimer(uint64_t timeout, std::function< bool()> timerExecutionFunctionCall)AbstractComponentGUI
ePrvTimeEdit enum nameCEditNum
EPrvTypeEdit enum nameCEditNum
filterChar(char car, std::string *filterReasonOpt) overrideCEditNumprivatevirtual
filterCharAtEnd(char car, std::string *filterReasonOpt) overrideCEditNumprivatevirtual
filterSpecialChar(char car)CEditinlinevirtual
filterSpecialChars(char car)CEditprivatestatic
getActive() constAbstractComponentGUI
getBlinking()AbstractComponentGUI
getDialogFatherRef()AbstractComponentGUI
getEntryText() constCEdit
getInactiveVisualFeedback() constAbstractComponentGUI
getNameField() constCEditNum
getNumMaxChar() constCEdit
getSize(double *sizeX, double *sizeY) constAbstractComponentGUI
getTextEntryInitial() constCEdit
getTooltip() constAbstractComponentGUI
getTypeEdit() constCEdit
getValueDouble() constCEditNum
getValueInt16_t(int16_t *value) constCEditNum
getValueInt32_t(int32_t *value) constCEditNum
getValueInt64_t(int64_t *value) constCEditNum
getValueUChar(uint8_t *value) constCEditNum
getValueUInt16_t(uint16_t *value) constCEditNum
getValueUInt32_t(uint32_t *value) constCEditNum
getValueUInt64_t(uint64_t *value) constCEditNum
getWidget() constAbstractComponentGUI
grabFocus()AbstractComponentGUI
kDefaultNumMaxCharStringCEditinlinestatic
kDefaultSizeStringCEditinlinestatic
m_alignmentHorizontalComponentAbstractComponentGUIprivate
m_alignmentVerticalComponentAbstractComponentGUIprivate
m_attrColorAbstractComponentGUIprivate
m_componentFatherRefAbstractComponentGUIprotected
m_dataPanelsAbstractComponentGUIprivate
m_dataPrivateEditCEditprivate
m_dialogFatherRefAbstractComponentGUIprotected
m_frameRefAbstractComponentGUIprotected
m_hasInactiveVisualFeedbackAbstractComponentGUIprivate
m_hasSizeMinimumAbstractComponentGUIprivate
m_isActiveAbstractComponentGUIprivate
m_isVisibleAbstractComponentGUIprivate
m_listenersCEditprivate
m_listenersAcceptAbstractComponentGUIprotected
m_listenersChangeAbstractComponentGUIprotected
m_listenersCloseAbstractComponentGUIprotected
m_listenerSheetFocusCEditprivate
m_listenersIsAcceptAbstractComponentGUIprotected
m_listenersUpdateAbstractComponentGUIprotected
m_listenersValidateAbstractComponentGUIprotected
m_mutableFrameRefAbstractComponentGUIprotected
m_nameAbstractComponentGUIprivate
m_rcpTimersAbstractComponentGUIprivate
m_sEditNumCEditNumprivate
m_sizeXMaximumAbstractComponentGUIprivate
m_sizeXMinimumAbstractComponentGUIprivate
m_sizeYMaximumAbstractComponentGUIprivate
m_sizeYMinimumAbstractComponentGUIprivate
m_tooltipAbstractComponentGUIprivate
m_widgetAbstractComponentGUIprotected
makeWidget(CDialog *dialogFatherRef, AbstractComponentGUI *componentFatherRef)AbstractComponentGUI
prvProcessChangeRecursive(uint64_t recursiveLevel)AbstractComponentGUIprivate
prvProcessCloseChildren()AbstractComponentGUIprivatevirtual
runChange()AbstractComponentGUI
runClose()AbstractComponentGUI
runListenersAccept()AbstractComponentGUI
runListenersActivate()CEdit
runListenersIsAccept(std::string *messageError)AbstractComponentGUI
runListenersSheetFocus()CEdit
runListenersUpdate()AbstractComponentGUI
runValidate()AbstractComponentGUI
setAcceptOnlyWordAutocompletion(std::string msgErrorWordAutocompletion)CEdit
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
setDefineNumMaxChar(unsigned short numMaxChar)CEdit
setDefineSize(unsigned short numCharSize)CEdit
setDialogFatherOption(CDialog *dialogFatherRef)AbstractComponentGUI
setHAlignment(CEnumComponentsGUI::EAlignmentHorizontal alignment)AbstractComponentGUI
setInactiveVisualFeedback(bool hasInactiveVisualFeedback)AbstractComponentGUI
setInterval(T minValue, T maxValue)CEditNuminline
setName(const std::string &name)AbstractComponentGUI
setPassword()CEdit
setShouldDisplayPopOverIfError(bool displayPopOverIfError)CEdit
setText(const std::string &text)CEdit
setTooltip(std::string_view tooltip)AbstractComponentGUI
setTypeEdit(CEnumComponentsGUI::EDataType typeEdit)CEdit
setVAlignment(CEnumComponentsGUI::EAlignmentVertical alignment)AbstractComponentGUI
setValue(T value)CEditNuminline
setVisible(bool isVisible)AbstractComponentGUI
setWordsAutocompletion(std::vector< std::string > wordsAutocompletion)CEdit
shouldDisplayPopOverIfError() constCEdit
updateColor()AbstractComponentGUI
~AbstractComponentGUI()AbstractComponentGUIvirtual
~CEdit() overrideCEdit
~CEditNum() overrideCEditNum