SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
SC_ComboBoxIntegerValidator Member List

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

ApplyValidatorToComboBox(QValidator *validator, QComboBox *comboBox) (defined in SC_ComboBoxIntegerValidator)SC_ComboBoxIntegerValidatorstatic
CreateBoundlessValidator(QComboBox *parent=nullptr) (defined in SC_ComboBoxIntegerValidator)SC_ComboBoxIntegerValidatorstatic
CreateLowerBoundValidator(int lowerBound, QComboBox *parent=nullptr) (defined in SC_ComboBoxIntegerValidator)SC_ComboBoxIntegerValidatorstatic
CreateUpperBoundValidator(int upperBound, QComboBox *parent=nullptr) (defined in SC_ComboBoxIntegerValidator)SC_ComboBoxIntegerValidatorstatic
fixup(QString &input) const override (defined in SC_ComboBoxIntegerValidator)SC_ComboBoxIntegerValidator
isNumberInRange(int number) const (defined in SC_ComboBoxIntegerValidator)SC_ComboBoxIntegerValidator
isNumberValid(int number) const (defined in SC_ComboBoxIntegerValidator)SC_ComboBoxIntegerValidator
SC_ComboBoxIntegerValidator(int lowerBoundIntegerInclusive, int upperBoundIntegerInclusive, QComboBox *parent) (defined in SC_ComboBoxIntegerValidator)SC_ComboBoxIntegerValidator
stripNonNumbersAndAdjustCursorPos(QString &input, int &cursorPos) const (defined in SC_ComboBoxIntegerValidator)SC_ComboBoxIntegerValidator
validate(QString &input, int &cursorPos) const override (defined in SC_ComboBoxIntegerValidator)SC_ComboBoxIntegerValidator