CMS 3D CMS Logo

IgNetscapeRunner.h

Go to the documentation of this file.
00001 #ifndef IG_NETSCAPE_RUNNER_H
00002 #define IG_NETSCAPE_RUNNER_H
00003 
00004 #include "Iguana/Studio/interface/config.h"
00005 #include <qobject.h>
00006 #include <stdlib.h>
00007 
00008 class QString;
00009 
00010 class IGUANA_STUDIO_API IgNetscapeRunner : public QObject
00011 {
00012     Q_OBJECT
00013 
00014 public:
00015 
00016     IgNetscapeRunner( QObject* parent = 0, const char* name = 0 )
00017         : QObject( parent, name ) {};
00018 
00019 public slots:
00020 
00021     void netscape( const QString & url );
00022 //      {
00023 //          system( "netscape -remote 'openURL(https://iguana.web.cern.ch/iguana/)'"
00024 //              " || netscape 'https://iguana.web.cern.ch/iguana/'"); }
00025 };
00026 #endif //IG_NETSCAPE_RUNNER_H

Generated on Tue Jun 9 17:38:48 2009 for CMSSW by  doxygen 1.5.4