qSlicerUtils.h

Go to the documentation of this file.
00001 /*=auto=========================================================================
00002 
00003  Portions (c) Copyright 2005 Brigham and Women's Hospital (BWH) 
00004  All Rights Reserved.
00005 
00006  See Doc/copyright/copyright.txt
00007  or http://www.slicer.org/copyright/copyright.txt for details.
00008 
00009  Program:   3D Slicer
00010 
00011 =========================================================================auto=*/
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   //static QString libraryExtension(); 
00046   
00047   
00048 private:
00050   qSlicerUtils(){}
00051   virtual ~qSlicerUtils(){}
00052 
00053 };
00054 
00055 #endif

Generated on 6 Apr 2011 for Slicer3 by  doxygen 1.6.1