VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtFxMenuItem.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvFxQt/vrvFxQt.h>
13 #include <vrvCoreQt/DtMenuItem.h>
14 
15 namespace makVrv
16 {
17  class bdiQWidgetParticleSystem;
21  {
22 
23  public:
25  DtFxMenuItem(DtDe& de);
26 
28  virtual ~DtFxMenuItem();
29 
31  virtual QAction* createAction(DtDe&, QWidget* parent);
32 
33  protected:
34 
36  virtual void on_triggered();
37 
38  protected:
41  QWidget* myParent;
42  };
43 
44 }
Core particle editing class.
Definition: bdiQWidgetParticleSystem.h:69
Builder for menu items.
Definition: DtMenuItem.h:23
bdiQWidgetParticleSystem * myEditor
Definition: DtFxMenuItem.h:39
#define DT_DLL_VRVFXQT
Definition: vrvFxQt.h:20
DtDe & myDe
Definition: DtFxMenuItem.h:40
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
The item for showing the particle system editor.
Definition: DtFxMenuItem.h:20
Contains DLL export macros.
QWidget * myParent
Definition: DtFxMenuItem.h:41

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)