Mantid
|
#include <MantidWSIndexDialog.h>
Public Member Functions | |
IntervalListValidator (QObject *parent, IntervalList intervals) | |
Constructor - This object must know its parent QObject, as well as the IntervalList it is validating against. More... | |
State | validate (QString &, int &) const override |
Overriden method to validate a given QString, at a particular position. More... | |
Private Attributes | |
IntervalList | m_intervalList |
The IntervalList against which to validate. More... | |
Definition at line 184 of file MantidWSIndexDialog.h.
MantidQt::MantidWidgets::IntervalListValidator::IntervalListValidator | ( | QObject * | parent, |
IntervalList | intervals | ||
) |
Constructor - This object must know its parent QObject, as well as the IntervalList it is validating against.
Definition at line 1216 of file MantidWSIndexDialog.cpp.
|
override |
Overriden method to validate a given QString, at a particular position.
Definition at line 1219 of file MantidWSIndexDialog.cpp.
References MantidQt::MantidWidgets::IntervalList::isParsable(), m_intervalList, and UNUSED_ARG.
|
private |
The IntervalList against which to validate.
Definition at line 197 of file MantidWSIndexDialog.h.
Referenced by validate().