VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
interfaceManipulationPlugin.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #include <QPushButton>
7 
8 namespace makVrv
9 {
10  class DtDe;
11 }
12 
14  : public QPushButton
15 {
16  Q_OBJECT
17 
18 public:
19  myButtonWidget( makVrv::DtDe& de, const QString & text, QWidget* parent = 0);
20 
21  virtual ~myButtonWidget() override;
22 
23  public slots:
24  void slot_onClicked();
25 
26 protected:
28 };
myButtonWidget(makVrv::DtDe &de, const QString &text, QWidget *parent=0)
Definition: interfaceManipulationPlugin.h:13
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
virtual ~myButtonWidget() override
makVrv::DtDe & myDe
Definition: interfaceManipulationPlugin.h:27
void slot_onClicked()

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)