qSlicerUtils.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #ifndef __qSlicerUtils_h
00015 #define __qSlicerUtils_h
00016
00017 #include <QString>
00018
00019 #include "qSlicerBaseQTBaseExport.h"
00020
00021 class Q_SLICER_BASE_QTBASE_EXPORT qSlicerUtils
00022 {
00023
00024 public:
00025 typedef qSlicerUtils Self;
00026
00031 static bool isExecutableName(const QString& name);
00032
00038 static QString searchTargetInIntDir(const QString& directory, const QString& target);
00039
00042 static QString executableExtension();
00043
00045
00046
00047
00048 private:
00050 qSlicerUtils(){}
00051 virtual ~qSlicerUtils(){}
00052
00053 };
00054
00055 #endif