VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtEntitySoundEditorWidget.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 namespace makVrv
16 {
21  {
22  Q_OBJECT;
23 
25  enum Columns
26  {
30  NumColumns
31  };
32 
33  public:
38  DtEntitySoundEditorWidget( DtDe& de, QWidget* parent = 0,
39  Qt::WindowFlags f = Qt::Widget );
40 
42  virtual ~DtEntitySoundEditorWidget();
43 
45  virtual void clearMap();
46 
51  virtual int addRecord( const DtEntitySoundMapRecord& rec, int err = 0 );
52 
57  virtual int changeRecord( const DtEntitySoundMapRecord& rec, int err = 0 );
58 
59  protected slots:
61  virtual void onAddEntityClicked();
62 
64  virtual void onDeleteEntityClicked();
65 
69  virtual void onItemChanged( QStandardItem* item );
70  };
71 }
72 

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)