ATLAS Offline Software
Loading...
Searching...
No Matches
VP1BanksChannel.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
6// //
7// Header file for class VP1BanksChannel //
8// //
9// Author: Thomas Kittelmann <Thomas.Kittelmann@cern.ch> //
10// //
11// Initial version: June 2007 //
12// //
14
15#ifndef VP1BANKSCHANNEL_H
16#define VP1BANKSCHANNEL_H
17
19
20class QTableWidget;
21class VP1BanksSystem;
22
24
25 Q_OBJECT
26
27public:
29 void init();
30 virtual ~VP1BanksChannel(){}
31
32 Type type() const { return NUMBERS; };//Fixme: Need better type for this kind of system. Maybe an OTHER type?
33 void create();
34
35protected Q_SLOTS:
36 void entriesChanged(const QStringList& entry_key,const QStringList& entry_type,const QStringList& entry_id);
37
38private:
39 QTableWidget * m_tableWidget{};
41};
42
43#endif
IVP1ChannelWidget(const QString &name, const QString &information, const QString &contact_info)
void entriesChanged(const QStringList &entry_key, const QStringList &entry_type, const QStringList &entry_id)
QTableWidget * m_tableWidget
Type type() const
virtual ~VP1BanksChannel()
VP1BanksSystem * m_bankssystem