VR-Forces 4.0.4 Class Documentation
include/entityEditorImpl/diGuyDescriptionWidget.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: diGuyDescriptionWidget.h,v $ $Revision: 108016 $ $State: Exp $
00007 ** Created: 1/23/09 MEM
00008 *******************************************************************************/
00009 
00012 
00013 #ifndef diGuyDescriptionWidget_H_
00014 #define diGuyDescriptionWidget_H_
00015 
00016 #include "entityEditorImpl/entityEditorImplDefines.h"
00017 
00018 #include <QtGui/QWidget>
00019 #include <QtGui/QComboBox>
00020 
00021 class DT_DLL_entityeditorimpl DtDiGuyDescriptionComboBox : public QComboBox
00022 {
00023    Q_OBJECT
00024 
00025 public:
00027    DtDiGuyDescriptionComboBox(QWidget* parent = 0);
00028 
00030    virtual ~DtDiGuyDescriptionComboBox();
00031 
00033    virtual void init();
00034 
00035    virtual void displayToolTip(const QString & tip, int index);
00036 
00037 protected:
00038    virtual void mouseMoveEvent ( QMouseEvent * e );
00039 
00040 protected:
00041    QPoint myMousePos; 
00042 };
00043 
00044 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)