VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtHelpItem.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtHelpItem.h,v $ $Revision: 1.2 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #ifndef DtHelpItem_H_
00014 #define DtHelpItem_H_
00015 
00016 #include <vrvCoreQt/vrvCoreQt.h>
00017 #include <vrvCoreQt/DtMenuItem.h>
00018 #include <QtCore/QProcess>
00019 
00020 namespace makVrv
00021 {
00024    class DT_DLL_VRVCOREQT DtHelpItem : public DtMenuItem
00025    {
00026       Q_OBJECT
00027    public:
00029       DtHelpItem(DtDe& de);
00030 
00032       virtual ~DtHelpItem();
00033 
00035       virtual QAction* createAction(DtDe&, QWidget* parent);
00036 
00037    protected slots:
00038    
00039       void displayError(QProcess::ProcessError);
00040 
00042       virtual void deleteAssistant();
00043 
00044    protected:
00045 
00047       virtual void on_triggered();
00048 
00049       QAction* myAction;
00050       QProcess* myHelpAssistant;
00051       DtDe& myDe;
00052    };
00053 }
00054 
00055 #endif
00056 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)