VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtEntitySoundEditorWidget.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 
12 #include <vrvAudioQt/dllExport.h>
14 
15 namespace makVrv
16 {
21  {
22  Q_OBJECT;
23 
25  enum Columns
26  {
29  NumColumns
30  };
31 
32  public:
37  DtEntitySoundEditorWidget( DtDe& de, QWidget* parent = 0,
38  Qt::WindowFlags f = Qt::Widget );
39 
41  virtual ~DtEntitySoundEditorWidget();
42 
44  virtual void clearMap();
45 
50  virtual int addRecord( const DtEntitySoundMapRecord& rec, int err = 0 );
51 
56  virtual int changeRecord( const DtEntitySoundMapRecord& rec, int err = 0 );
57 
58  protected slots:
60  virtual void onAddEntityClicked();
61 
63  virtual void onDeleteEntityClicked();
64 
68  virtual void onItemChanged( QStandardItem* item );
69  };
70 }
71 

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)