DUNE-DAQ
DUNE Trigger and Data Acquisition software
Toggle main menu visibility
Loading...
Searching...
No Matches
dunedaq
sourcecode
dbe
include
dbe
SearchComboBox.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/SearchComboBox.h to include/dbe/SearchComboBox.hpp).
5
6
#ifndef SEARCHCOMBOBOX_H
7
#define SEARCHCOMBOBOX_H
8
10
#include <QComboBox>
11
12
namespace
dbe
13
{
14
15
class
SearchComboBox
:
public
QComboBox
16
{
17
Q_OBJECT
18
public
:
19
explicit
SearchComboBox
( QWidget * parent = 0 );
20
protected
:
21
void
focusInEvent
( QFocusEvent * Event );
22
void
keyPressEvent
( QKeyEvent * Event );
23
private
:
24
QString
UserText
;
25
private
slots:
26
void
ChangeToolTip
(
const
QString & Text );
27
signals:
28
void
ReturnPressed
();
29
void
TextModified
(
const
QString & );
30
};
31
32
}
// namespace dbe
33
34
#endif
// SEARCHCOMBOBOX_H
dbe::SearchComboBox::ChangeToolTip
void ChangeToolTip(const QString &Text)
Definition
SearchComboBox.cpp:46
dbe::SearchComboBox::SearchComboBox
SearchComboBox(QWidget *parent=0)
Including QT Headers.
Definition
SearchComboBox.cpp:11
dbe::SearchComboBox::UserText
QString UserText
Definition
SearchComboBox.hpp:24
dbe::SearchComboBox::TextModified
void TextModified(const QString &)
dbe::SearchComboBox::ReturnPressed
void ReturnPressed()
dbe::SearchComboBox::keyPressEvent
void keyPressEvent(QKeyEvent *Event)
Definition
SearchComboBox.cpp:25
dbe::SearchComboBox::focusInEvent
void focusInEvent(QFocusEvent *Event)
Definition
SearchComboBox.cpp:19
dbe
Include QT Headers.
Definition
BatchChangeWidget.hpp:18
Generated on
for DUNE-DAQ by
1.17.0