VR-Forces 4.1 Class Documentation
pluginDialog.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2008 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: pluginDialog.h,v $ $Revision: 1.2 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef PLUGINDIALOG_H_
13 #define PLUGINDIALOG_H_
14 
15 #include "tmqt/ui_pluginDialogUi.h"
16 #include "tmqt/pluginExtension.h"
17 
21 
22 #include "tmqt/tmqtDefines.h"
24 {
25 
26  Q_OBJECT
27 
28 public:
29 
31  DtPluginDialog(QWidget* parent = NULL, const Qt::WindowFlags& f = 0);
32 
34  virtual ~DtPluginDialog();
35  virtual bool init();
36 
38  virtual void clearPluginInformation();
39 
43  virtual void addPluginInformation(const QString& plugin, const DtPluginInformation& info, const QString& source = "");
44 
45 public:
46 
48  static QWidget* create(QWidget * parent, const Qt::WindowFlags& f);
49 
50 protected:
51  virtual bool initConnections();
52 
53 protected slots:
54  virtual void showPluginInformation();
55 
56 public slots:
57  virtual void showPluginInformation(const DtPluginInformation&);
58  virtual void removePluginInformation(const QString&);
59 
60 public:
61  Ui::DtPluginDialogUi myUiImpl;
62 
63 private:
64 
66  DtPluginDialog(const DtPluginDialog& orig);
67 
69  DtPluginDialog& operator=(const DtPluginDialog& orig);
70 
71 protected:
72  QHash<QTreeWidgetItem*, DtPluginInformation> myPluginInformation;
73 };
74 
75 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)