VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtHelpItems.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtHelpItems.h,v $ $Revision: 1.9 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCoreQt/vrvCoreQt.h>
15 #include <vrvCoreQt/DtMenuItem.h>
16 
17 class QTreeWidget;
18 class QDialog;
19 class QTabWidget;
20 
21 namespace makVrv
22 {
23  class DtDeError;
24 
28  {
29  public:
30  DtAboutItem(DtDe& de);
31 
32  ~DtAboutItem();
33 
35  virtual QAction* createAction(DtDe&, QWidget* parent);
36 
37  protected:
38 
39  virtual void on_triggered();
42 
43  };
44 
48  {
49  public:
50  DtWebLinkMenuItem(DtDe& de, const QString& className);
51 
52  protected:
53  virtual void on_triggered();
54  virtual QAction* createAction(DtDe&, QWidget* parent, const QString& title, const QString& webLink);
55 
56  protected:
58  };
59 
63  {
64  public:
65  //CTOR
67 
68  //DTOR
69  virtual ~DtProductsWebSiteMenuItem();
70 
72  virtual QAction* createAction(DtDe&, QWidget* parent);
73  };
74 
78  {
79  public:
80  //CTOR
82 
83  //DTOR
84  virtual ~DtVersionWebSiteMenuItem();
85 
87  virtual QAction* createAction(DtDe&, QWidget* parent);
88  };
89 
93  {
94  public:
95  //CTOR
97 
98  //DTOR
99  virtual ~DtForumWebSiteMenuItem();
100 
102  virtual QAction* createAction(DtDe&, QWidget* parent);
103  };
104 
108  {
109  public:
110  //CTOR
111  DtLogItem(DtDe& de);
112 
113  //DTOR
114  virtual ~DtLogItem();
115 
117  virtual QAction* createAction(DtDe&, QWidget* parent);
118 
119  protected:
120 
121  virtual void onDeError(const DtDeError& error,bool critical);
122 
123  virtual void on_triggered();
126  };
127 
128 }

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)