VR-Forces 4.3 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvAudioQt
DtFireSoundEditorPage.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
>
13
14
#include <
vrvCoreQt/DtPage.h
>
15
16
namespace
makVrv
17
{
18
class
DtDe;
19
class
DtPersistenceToolbarWidget;
20
class
DtFireSoundEditorLogic;
21
class
DtFireSoundEditorWidget;
22
25
class
DT_DLL_VRVAUDIOQT
DtFireSoundEditorPage
:
public
DtPage
26
{
27
Q_OBJECT
28
29
public
:
30
32
DtFireSoundEditorPage
(
DtDe
& de,
QWidget
* parent = 0,
33
Qt::WindowFlags f = Qt::Widget);
34
36
virtual
~
DtFireSoundEditorPage
();
37
40
43
virtual
void
activate();
44
47
virtual
void
deactivate();
48
51
virtual
QIcon icon();
52
55
virtual
QString title();
56
59
virtual
const
std::string& pageClassName()
const
;
60
62
64
static
const
std::string& thePageClassName();
65
66
private
:
69
void
setupGui();
70
71
protected
:
72
73
DtPersistenceToolbarWidget
*
myToolbar
;
74
DtFireSoundEditorLogic
*
myLogic
;
75
DtFireSoundEditorWidget
*
myWidget
;
76
77
};
78
81
typedef
DtPageCreatorTemplate<DtFireSoundEditorPage>
82
DtFireSoundEditorPageCreator
;
83
}
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)