VR-Forces 4.2 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) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
entityEditorImpl/entityEditorImplDefines.h
"
12
13
#include <QtGui/QWidget>
14
#include <QtGui/QComboBox>
15
16
class
DT_DLL_entityeditorimpl
DtDiGuyDescriptionComboBox
:
public
QComboBox
17
{
18
Q_OBJECT
19
20
public
:
22
DtDiGuyDescriptionComboBox
(
QWidget
* parent = 0);
23
25
virtual
~
DtDiGuyDescriptionComboBox
();
26
28
virtual
void
init
();
29
30
virtual
void
displayToolTip(
const
QString & tip,
int
index);
31
32
protected
:
33
virtual
void
mouseMoveEvent ( QMouseEvent * e );
34
35
protected
:
36
QPoint
myMousePos
;
37
};
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)