VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
diGuyRandomAppearancesDialog.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include <QtGui/QDialog>
13 #include <QtCore/QString>
14 #include <QtCore/QHash>
15 #include "ui_diGuyRandomAppearancesDlgUi.h"
16 
17 class randomAppearanceDlg;
18 class QListWidget;
19 
21 {
22  Q_OBJECT
23 
24 public:
25 
27  DtDiGuyRandomAppearancesDialog(QWidget* parent = 0, const Qt::WindowFlags& flags = 0);
28 
31 
33  virtual bool init(QHash<QString,bool> * map);
34 
35 signals:
36 
37  void update(QListWidget *);
38 
39 public slots:
40  virtual void updateSelection(QListWidgetItem *);
41  virtual void checkAll();
42  virtual void uncheckAll();
43  virtual void sendUpdate();
44 
45 private:
48 
51 
52 public:
53  Ui::randomAppearanceDlg myUiImpl;
54 
55 };

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)