VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtExampleWidget.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2019 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
13 
14 #include "DtExampleWidgetUI.hpp"
15 #include "DtExampleInterface.h"
16 
17 #include <QtWidgets/QWidget>
18 
19 namespace makVrv
20 {
21 
26  : public QWidget , public Ui::DtExampleWidgetUI
27  , public DtExampleInterface
28  { Q_OBJECT;
29  public:
30 
32  DtExampleWidget( QWidget* parent = 0, Qt::WindowFlags f = Qt::Widget );
33 
35  virtual ~DtExampleWidget();
36 
38  virtual void setInt( int val );
39 
40  public slots:
41 
42  void slot_onIntChanged();
43 
44  protected:
45 
46  };
47 
48 }
Contains the makVrv::DtExampleInterface class declaration.
#define DT_DLL_EXAMPLEDIALOGPAGE
Definition: exampleDialogPagePlugin.h:19
Contains DLL export macros.
Example Widget that is part of the example page. Based on the humble dialog pattern.
Definition: DtExampleWidget.h:25
Example Interface (based on the humble dialog pattern).
Definition: DtExampleInterface.h:21

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)