VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVideoStreamsMenuItem.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
13 #include <vrvCoreQt/DtMenuItem.h>
14 
15 namespace makVrv
16 {
21  {
22 
23  public:
26 
28  virtual ~DtVideoStreamsMenuItem();
29 
31  virtual QAction* createAction(DtDe&, QWidget* parent);
32 
33  protected:
34 
36  virtual void on_triggered();
37 
38  protected:
40  };
41 }
Builder for menu items.
Definition: DtMenuItem.h:23
Contains DLL export macros.
#define DT_DLL_VRVVIDEOSTREAMQT
Definition: vrvVideoStreamQt.h:20
DtDe & myDe
Definition: DtVideoStreamsMenuItem.h:39
DtVideoStreamsMenuItem is the menu item that brings up the video streams dialog page.
Definition: DtVideoStreamsMenuItem.h:20
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

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)