|
Mantid
|
#include <TableWidgetValidators.h>
Public Member Functions | |
| QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &, const QModelIndex &) const override |
| RegexInputDelegate (QWidget *parent=nullptr, const std::string &validator=DEFAULT_REGEX) | |
Private Attributes | |
| QRegExp | m_validator |
Definition at line 26 of file TableWidgetValidators.h.
| MantidQt::MantidWidgets::RegexInputDelegate::RegexInputDelegate | ( | QWidget * | parent = nullptr, |
| const std::string & | validator = DEFAULT_REGEX |
||
| ) |
Definition at line 51 of file TableWidgetValidators.cpp.
|
override |
Definition at line 54 of file TableWidgetValidators.cpp.
References m_validator.
|
private |
Definition at line 32 of file TableWidgetValidators.h.
Referenced by createEditor().