ATLAS Offline Software
VP1Settings.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 VP1Settings //
9 // //
10 // Description: Common place to pick up settings, mainly //
11 // those controlled by environment variables. //
12 // //
13 // Author: Thomas H. Kittelmann (Thomas.Kittelmann@cern.ch) //
14 // Initial version: December 2008 //
15 // //
17 
18 #ifndef VP1SETTINGS_H
19 #define VP1SETTINGS_H
20 
21 #include <QString>
22 
23 class VP1Settings {
24 public:
25 
26  static QString defaultFileSelectDirectory();
27 
28 private:
29 
32 };
33 
34 #endif
VP1Settings
Definition: VP1Settings.h:23
VP1Settings::defaultFileSelectDirectory
static QString defaultFileSelectDirectory()
Definition: VP1Settings.cxx:22
VP1Settings::VP1Settings
VP1Settings()
VP1Settings::~VP1Settings
~VP1Settings()