VR-Forces 4.6.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
simulationObjectEditorImpl
listSMSEditsDialog.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2017 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
simulationObjectEditorImpl/simulationObjectEditorImplDefines.h
>
14
#include <QtWidgets/QDialog>
15
#include <set>
16
17
class
QVBoxLayout;
18
class
QTextEdit;
19
class
QLabel
;
20
class
QDialogButtonBox;
21
class
DtFilename;
22
23
class
DT_DLL_simulationObjectEditorimpl
DtListSMSEditsDialog
:
public
QDialog
24
{
25
public
:
26
28
DtListSMSEditsDialog
(QWidget* parent,
const
Qt::WindowFlags& flags = 0);
29
31
virtual
~
DtListSMSEditsDialog
();
32
33
virtual
void
init
(
const
std::set<DtFilename>& changed,
const
std::set<DtFilename>& added,
34
const
std::set<DtFilename>& removed);
35
36
protected
slots:
37
38
protected
:
39
40
QVBoxLayout*
myMainLayout
;
41
QLabel
*
myLabel
;
42
QTextEdit*
myText
;
43
QDialogButtonBox*
myButtonBox
;
44
45
};
46
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
)