ATLAS Offline Software
Loading...
Searching...
No Matches
AODCollWidget.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5
7// //
8// Header file for class AODCollWidget //
9// //
10// Description: Collection widget. Specialisation which //
11// imposes desired section ordering. //
12// //
13// Author: Thomas H. Kittelmann (Thomas.Kittelmann@cern.ch) //
14// Initial version: February 2008 //
15// //
17
18#ifndef AODCOLLWIDGET_H
19#define AODCOLLWIDGET_H
20
22
24
25 Q_OBJECT
26
27public:
28
29 AODCollWidget(QWidget * parent = 0) : VP1CollectionWidget(parent) {}
30 virtual ~AODCollWidget(){}
31
32protected:
33
34 void sortSections(QList<QString>&);
35
36private:
37 class Imp;
38
39};
40
41
42#endif
void sortSections(QList< QString > &)
virtual ~AODCollWidget()
AODCollWidget(QWidget *parent=0)
VP1CollectionWidget(QWidget *parent=0)