VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
browseField.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 
13 #include <QtWidgets/QWidget>
14 
15 class QPushButton;
16 class QLabel;
17 class QLineEdit;
18 class QToolButton;
19 
20 namespace makVrv
21 {
22  class DtDe;
23 }
24 
25 namespace makVrf
26 {
27  class DT_DLL_VRFGUICOREQT DtBrowseField : public QWidget
28  {
29  public:
30  DtBrowseField(makVrv::DtDe& de, QWidget* parent = NULL, const Qt::WindowFlags& = 0);
31 
32  virtual ~DtBrowseField();
33 
34  public:
38 
39  protected:
41  };
42 }
makVrv::DtDe & myDe
Definition: browseField.h:40
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
QLineEdit * myBrowseField
Definition: browseField.h:37
QToolButton * myBrowseButton
Definition: browseField.h:35
Definition: browseField.h:27
QLabel * myLabel
Definition: browseField.h:36
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:70

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)