VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtFireSoundSelectionDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvAudioQt/dllExport.h>
14 
15 #include <QtWidgets/QStyledItemDelegate>
16 
17 class QSpinBox;
18 class QModelIndex;
19 class QString;
20 class QStyleOptionViewItem;
21 
22 
23 namespace makVrv
24 {
25 
26 
31  {
32  Q_OBJECT;
33 
34  public:
43  DtDe& de,
44  const QString& entity = QString("-1:-1:-1:-1:-1:-1:-1"),
45  const QString& filename = QString(""),
46  float falloff = 10.0,
47  QWidget* parent = NULL,
48  Qt::WindowFlags flags = Qt::Widget | Qt::Tool );
49 
51  virtual ~DtFireSoundSelectionDialog();
52 
53  private:
55  void setupGui();
56 
57  private:
58  };
59 
60 
65  {
68 
69  protected:
76  virtual QWidget* createEditor( QWidget* parent,
77  const QStyleOptionViewItem& option, const QModelIndex& index ) const;
78 
79  public:
81  static const int MinimumChannel;
82 
84  static const int MaximumChannel;
85 
86  };
87 }
88 

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)