VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfGuiCoreQt
setSupplyingDialog.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
14
#include <
vrfGuiCoreQt/baseComboTaskSetDialog.h
>
15
16
class
QLabel
;
17
class
QHBoxLayout;
18
class
QLineEdit
;
19
class
QIntValidator;
20
21
namespace
makVrf
22
{
23
class
DT_DLL_VRFGUICOREQT
DtSetSupplyingDialog
:
public
DtBaseComboTaskSetDialog
24
{
25
Q_OBJECT
26
public
:
27
//CTOR
28
DtSetSupplyingDialog
(
makVrv::DtDe
& de, QWidget* parent,
const
Qt::WindowFlags& flags = 0);
29
30
//DTOR
31
virtual
~
DtSetSupplyingDialog
();
32
34
virtual
bool
supplying()
const
;
35
37
virtual
void
setSupplying(
bool
);
38
39
protected
:
40
virtual
QWidget* contents(
const
std::vector<makVrv::DtSimEntry*>& data);
41
42
virtual
void
sendRequest();
43
44
virtual
void
comboChanged(
const
QString&);
45
46
virtual
void
setupStatement(
const
DtSimStatement
*);
47
virtual
void
setupGui(
const
std::vector<makVrv::DtSimEntry*>& data);
48
};
49
50
class
DT_DLL_VRFGUICOREQT
DtSetSupplyingDialogCreator
:
public
DtVrfSetDialogCreator
51
{
52
public
:
53
virtual
DtTaskSetDialogInterface
* create(
makVrv::DtDe
&, QWidget* parent);
54
bool
supportsType(
makVrv::DtDe
&,
const
DtSetMessageType
&,
const
DtSimStatement
*)
const
;
55
};
56
}
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)