qSlicerCommandOptions.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 #ifndef __qSlicerCommandOptions_h
00014 #define __qSlicerCommandOptions_h
00015 
00017 #include <qCTKPimpl.h>
00018 
00020 #include "qSlicerCoreCommandOptions.h"
00021 
00022 #include "qSlicerBaseQTGUIExport.h"
00023 
00024 class QSettings;
00025 class qSlicerCommandOptionsPrivate;
00026 
00027 class Q_SLICER_BASE_QTGUI_EXPORT qSlicerCommandOptions : public qSlicerCoreCommandOptions
00028 {
00029 public:
00030   typedef qSlicerCoreCommandOptions Superclass;
00031   qSlicerCommandOptions(QSettings* _settings);
00032   virtual ~qSlicerCommandOptions();
00033 
00034   bool noSplash()const;
00035 
00036 protected:
00038   virtual void initialize();
00039 
00040 private:
00041   QCTK_DECLARE_PRIVATE(qSlicerCommandOptions);
00042 
00043 };
00044 
00045 #endif

Generated on 6 Apr 2011 for Slicer3 by  doxygen 1.6.1