VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfAudioSettingsPage.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
11 
12 namespace makVrv
13 {
14  class DtDe;
15 }
16 
17 namespace makVrf
18 {
20  {
21  Q_OBJECT
22 
23  public:
24  DtVrfAudioSettingsPage(makVrv::DtDe& de, QWidget* parent = 0, Qt::WindowFlags f = 0);
25  virtual ~DtVrfAudioSettingsPage();
26  };
27 
29  {
30  Q_OBJECT
31 
32  public:
33  DtVrfAudioSettingsWidget(makVrv::DtDe& de, QWidget* parent = 0, Qt::WindowFlags f = Qt::Widget);
34  virtual ~DtVrfAudioSettingsWidget();
35 
36  virtual void setAudioEnabled(bool enabled);
37 
38  protected:
39  virtual void slot_systemEnabledChanged(bool);
40 
41  protected:
43  };
44 
47 }
This widget provides the contents for the DtAudioSettingsPage.
Definition: DtAudioSettingsWidget.h:29
Definition: DtPage.h:150
makVrv::DtPageCreatorTemplate< DtVrfAudioSettingsPage > DtVrfAudioSettingsPageCreator
Definition: vrfAudioSettingsPage.h:46
Audio settings page for the audio dialog.
Definition: DtAudioSettingsPage.h:25
Contains the declaration for makVrv::DtAudioSettingsWidget.
makVrv::DtDe & myDe
Definition: vrfAudioSettingsPage.h:42
Contains the declaration for makVrv::DtAudioSettingsPage.
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
Definition: vrfAudioSettingsPage.h:28
Definition: vrfAudioSettingsPage.h:19
#define VRFMAKRADIOQT_DLL
Definition: vrfMakRadioQt.h:14

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)