VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtSymbolDriverToolbar1.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2011 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <exampleSymbolFacade1.h>
13 
14 #include <vrvCoreQt/DtToolbar.h>
15 #include <vrvCoreQt/DtMenuItem.h>
16 
17 namespace makVrv
18 {
19  class DtDe;
20 }
21 
22 namespace makVrv
23 {
24 
25  namespace exampleSymbolFacade1
26  {
27 
34  : public makVrv::DtToolbar
35  {
36  public:
37 
40 
42  virtual ~DtSymbolDriverToolbar();
43 
45  virtual QToolBar* createToolbar( makVrv::DtDe&, QWidget* parent );
46 
47  };
48 
49 
55  {
56  public:
57 
60 
62  virtual ~DtAddSymbolItem();
63 
66  virtual QAction* createAction( makVrv::DtDe&, QWidget* parent );
67 
72  virtual void on_triggered();
73 
74  protected:
75 
77 
78  };
79 
80  }
81 }
Builder for menu items.
Definition: DtMenuItem.h:23
This class defines the toolbar containing the add/remove symbol buttons. This example uses an &#39;Add Sy...
Definition: DtSymbolDriverToolbar1.h:33
The base class for VR-Vantage toolbars.
Definition: DtToolbar.h:26
makVrv::DtDe & myDe
Definition: DtSymbolDriverToolbar1.h:76
#define DT_DLL_EXAMPLESYMBOLFACADE1
Definition: exampleSymbolFacade1.h:20
Export macro and initialization declarations for exampleSymbolFacade1.
Toolbar item that adds symbols to the scene. This toolbar item is added to the DtSymbolDriverToolbar ...
Definition: DtSymbolDriverToolbar1.h:54
Contains makVrv::DtToolbar class declaration.
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)