DUNE-DAQ
DUNE Trigger and Data Acquisition software
Toggle main menu visibility
Loading...
Searching...
No Matches
dunedaq
sourcecode
dbe
include
dbe
Validator.hpp
Go to the documentation of this file.
1
// DUNE DAQ modification notice:
2
// This file has been modified from the original ATLAS dbe source for the DUNE DAQ project.
3
// Fork baseline commit: dbe-02-12-17 (2022-05-12).
4
// Renamed since fork: yes (from dbe/Validator.h to include/dbe/Validator.hpp).
5
6
#ifndef VALIDATOR_H
7
#define VALIDATOR_H
8
9
#include <QValidator>
10
#include <QStringList>
11
12
namespace
dbe
13
{
14
class
ValidatorAcceptMatch
:
public
QValidator
15
{
16
Q_OBJECT
17
public
:
18
ValidatorAcceptMatch
( QVariant & Storage, QObject * parent = 0 );
19
QValidator::State
validate
( QString & Input,
int
& Position )
const
;
20
private
:
21
QStringList
List
;
22
};
23
24
class
ValidatorAcceptNoMatch
:
public
QValidator
25
{
26
Q_OBJECT
27
public
:
28
ValidatorAcceptNoMatch
( QVariant & Storage, QObject * parent = 0 );
29
QValidator::State
validate
( QString & Input,
int
& Position )
const
;
30
private
:
31
QStringList
List
;
32
};
33
34
}
//end namespace dbe
35
#endif
// VALIDATOR_H
dbe::ValidatorAcceptMatch::List
QStringList List
Definition
Validator.hpp:21
dbe::ValidatorAcceptMatch::ValidatorAcceptMatch
ValidatorAcceptMatch(QVariant &Storage, QObject *parent=0)
Including DBE.
Definition
Validator.cpp:9
dbe::ValidatorAcceptNoMatch::List
QStringList List
Definition
Validator.hpp:31
dbe::ValidatorAcceptNoMatch::ValidatorAcceptNoMatch
ValidatorAcceptNoMatch(QVariant &Storage, QObject *parent=0)
Definition
Validator.cpp:31
dbe
Include QT Headers.
Definition
BatchChangeWidget.hpp:18
validate
Definition
validate.py:1
Generated on
for DUNE-DAQ by
1.17.0