VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAggregateDisplaySettingsToolbarItems.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
13 #include <vrvCoreQt/DtMenuItem.h>
14 
15 namespace makVrv
16 {
17  class DtDe;
18 
22  {
23  public:
26 
29 
31  virtual QAction* createAction(DtDe&, QWidget* parent);
32 
33  protected:
35  virtual void on_triggered();
36 
37  protected:
40  };
41 
45  {
46  public:
49 
52 
54  virtual QAction* createAction(DtDe&, QWidget* parent);
55 
56  protected:
58  virtual void on_triggered();
59 
60  protected:
63  };
64 
65 }
A menu item to collapse the entire hierarchy for all aggregates.
Definition: DtAggregateDisplaySettingsToolbarItems.h:21
Builder for menu items.
Definition: DtMenuItem.h:23
A menu item to expand the entire hierarchy for all aggregates.
Definition: DtAggregateDisplaySettingsToolbarItems.h:44
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
QAction * myAction
Definition: DtAggregateDisplaySettingsToolbarItems.h:62
DtDe & myDe
Definition: DtAggregateDisplaySettingsToolbarItems.h:38
DtDe & myDe
Definition: DtAggregateDisplaySettingsToolbarItems.h:61
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:76
QAction * myAction
Definition: DtAggregateDisplaySettingsToolbarItems.h:39

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)