VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
entityEditorImpl
diGuyRandomAppearancesDlg.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: diGuyRandomAppearancesDlg.h,v $ $Revision: 1.1 $ $State: Exp $
7
** Created: 5/5/08 MEM
8
*******************************************************************************/
9
12
13
#ifndef diGuyRandomAppearancesDlg_H_
14
#define diGuyRandomAppearancesDlg_H_
15
16
#include <QtGui/QDialog>
17
#include <QtCore/QString>
18
#include <QtCore/QHash>
19
#include "ui_diGuyRandomAppearancesDlgUi.h"
20
21
22
class
randomAppearanceDlg;
23
class
QListWidget;
24
25
#include "
entityEditorImpl/entityEditorImplDefines.h
"
26
27
class
DT_DLL_entityeditorimpl
DtDIGuyRandomAppearancesDialog
:
public
QDialog
28
{
29
Q_OBJECT
30
31
public
:
32
34
DtDIGuyRandomAppearancesDialog
(
QWidget
* parent = 0,
const
Qt::WindowFlags& flags = 0);
35
37
virtual
~
DtDIGuyRandomAppearancesDialog
();
38
40
virtual
bool
init
(QHash<QString,bool> * map);
41
42
signals:
43
44
void
update(QListWidget *);
45
46
public
slots:
47
virtual
void
updateSelection(QListWidgetItem *);
48
virtual
void
checkAll();
49
virtual
void
uncheckAll();
50
virtual
void
sendUpdate();
51
52
private
:
54
DtDIGuyRandomAppearancesDialog
(
const
DtDIGuyRandomAppearancesDialog
& orig);
55
57
DtDIGuyRandomAppearancesDialog
& operator=(
const
DtDIGuyRandomAppearancesDialog
& orig);
58
59
public
:
60
Ui::randomAppearanceDlg
myUiImpl
;
61
62
};
63
64
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)