VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
debugDrawConnectorInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 #include <vrvCoreQt/DtPage.h>
15 namespace makVrv
16 {
17  class DtDe;
18 }
19 
20 class DtSimulationAddress;
21 
22 namespace makVrf
23 {
24 
26  {
27  public:
28 
29  //CTOR
30  DtDebugDrawConnectorInterface(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f);
31 
32  //DTOR
34 
36  virtual QIcon icon() = 0;
37 
39  virtual QString title() = 0;
40 
42  virtual const std::string& pageClassName() const = 0;
43 
45  virtual const DtSimulationAddress& simAddress() const = 0;
46 
48  virtual bool connected() const = 0;
49 
50 
51  protected:
52 
53  virtual void setupGui() = 0;
54 
56  virtual void activate() = 0;
57 
59  virtual void deactivate() = 0;
60  };
61 }
62 
63 
Contains makVrv::DtPage class.
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
Definition: debugDrawConnectorInterface.h:25
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)