DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq
sourcecode
dbe
include
dbe
Validator.hpp
Go to the documentation of this file.
1
#ifndef VALIDATOR_H
2
#define VALIDATOR_H
3
4
#include <QValidator>
5
#include <QStringList>
6
7
namespace
dbe
8
{
9
class
ValidatorAcceptMatch
:
public
QValidator
10
{
11
Q_OBJECT
12
public
:
13
ValidatorAcceptMatch
( QVariant & Storage, QObject * parent = 0 );
14
QValidator::State
validate
( QString & Input,
int
& Position )
const
;
15
private
:
16
QStringList
List
;
17
};
18
19
class
ValidatorAcceptNoMatch
:
public
QValidator
20
{
21
Q_OBJECT
22
public
:
23
ValidatorAcceptNoMatch
( QVariant & Storage, QObject * parent = 0 );
24
QValidator::State
validate
( QString & Input,
int
& Position )
const
;
25
private
:
26
QStringList
List
;
27
};
28
29
}
//end namespace dbe
30
#endif
// VALIDATOR_H
dbe::ValidatorAcceptMatch
Definition
Validator.hpp:10
dbe::ValidatorAcceptMatch::List
QStringList List
Definition
Validator.hpp:16
dbe::ValidatorAcceptMatch::ValidatorAcceptMatch
ValidatorAcceptMatch(QVariant &Storage, QObject *parent=0)
Including DBE.
Definition
Validator.cpp:4
dbe::ValidatorAcceptNoMatch
Definition
Validator.hpp:20
dbe::ValidatorAcceptNoMatch::List
QStringList List
Definition
Validator.hpp:26
dbe::ValidatorAcceptNoMatch::ValidatorAcceptNoMatch
ValidatorAcceptNoMatch(QVariant &Storage, QObject *parent=0)
Definition
Validator.cpp:26
dbe
Include QT Headers.
Definition
BatchChangeWidget.hpp:13
validate
Definition
validate.py:1
Generated on Sat Jun 28 2025 for DUNE-DAQ by
1.12.0