![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2008 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: diGuyRandomAppearancesDlg.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 ** Created: 5/5/08 MEM 00008 *******************************************************************************/ 00009 00012 00013 #ifndef diGuyRandomAppearancesDlg_H_ 00014 #define diGuyRandomAppearancesDlg_H_ 00015 00016 #include <QtGui/QDialog> 00017 #include <QtCore/QString> 00018 #include <QtCore/QHash> 00019 #include "ui_diGuyRandomAppearancesDlgUi.h" 00020 00021 00022 class randomAppearanceDlg; 00023 class QListWidget; 00024 00025 #include "entityEditorImpl/entityEditorImplDefines.h" 00026 00027 class DT_DLL_entityeditorimpl DtDIGuyRandomAppearancesDialog : public QDialog 00028 { 00029 Q_OBJECT 00030 00031 public: 00032 00034 DtDIGuyRandomAppearancesDialog(QWidget* parent = 0, const Qt::WindowFlags& flags = 0); 00035 00037 virtual ~DtDIGuyRandomAppearancesDialog(); 00038 00040 virtual bool init(QHash<QString,bool> * map); 00041 00042 signals: 00043 00044 void update(QListWidget *); 00045 00046 public slots: 00047 virtual void updateSelection(QListWidgetItem *); 00048 virtual void checkAll(); 00049 virtual void uncheckAll(); 00050 virtual void sendUpdate(); 00051 00052 private: 00054 DtDIGuyRandomAppearancesDialog(const DtDIGuyRandomAppearancesDialog& orig); 00055 00057 DtDIGuyRandomAppearancesDialog& operator=(const DtDIGuyRandomAppearancesDialog& orig); 00058 00059 public: 00060 Ui::randomAppearanceDlg myUiImpl; 00061 00062 }; 00063 00064 #endif