VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
entityEditorImpl
diGuyDescriptionWidget.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: diGuyDescriptionWidget.h,v $ $Revision: 108016 $ $State: Exp $
7
** Created: 1/23/09 MEM
8
*******************************************************************************/
9
12
13
#ifndef diGuyDescriptionWidget_H_
14
#define diGuyDescriptionWidget_H_
15
16
#include "
entityEditorImpl/entityEditorImplDefines.h
"
17
18
#include <QtGui/QWidget>
19
#include <QtGui/QComboBox>
20
21
class
DT_DLL_entityeditorimpl
DtDiGuyDescriptionComboBox
:
public
QComboBox
22
{
23
Q_OBJECT
24
25
public
:
27
DtDiGuyDescriptionComboBox
(
QWidget
* parent = 0);
28
30
virtual
~
DtDiGuyDescriptionComboBox
();
31
33
virtual
void
init
();
34
35
virtual
void
displayToolTip(
const
QString & tip,
int
index);
36
37
protected
:
38
virtual
void
mouseMoveEvent ( QMouseEvent * e );
39
40
protected
:
41
QPoint
myMousePos
;
42
};
43
44
#endif
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)