VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtSymbolDriverToolbar2.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 <exampleSymbolFacade2.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 exampleSymbolFacade2
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 }
makVrv::DtDe & myDe
Definition: DtSymbolDriverToolbar2.h:76
Builder for menu items.
Definition: DtMenuItem.h:23
Export macro and initialization declarations for exampleSymbolFacade2.
The base class for VR-Vantage toolbars.
Definition: DtToolbar.h:26
This class defines the toolbar containing the add/remove symbol buttons. This example uses an &#39;Add Sy...
Definition: DtSymbolDriverToolbar2.h:33
#define DT_DLL_EXAMPLESYMBOLFACADE2
Definition: exampleSymbolFacade2.h:20
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:72
Toolbar item that adds symbols to the scene. This toolbar item is added to the DtSymbolDriverToolbar ...
Definition: DtSymbolDriverToolbar2.h:54

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)