VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfGuiCoreQt
entitySelectionDialogLogic.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
14
15
namespace
makVrv
16
{
17
class
DtDe;
18
}
19
20
class
QString;
21
22
namespace
makVrf
23
{
24
class
DtVrfSelectionFilter;
25
class
DtEntitySelectionDialog;
26
27
class
DT_DLL_VRFGUICOREQT
DtEntitySelectionDialogLogic
28
{
29
public
:
30
32
DtEntitySelectionDialogLogic
(
makVrv::DtDe
& de,
DtEntitySelectionDialog
* iface);
33
35
virtual
~
DtEntitySelectionDialogLogic
();
36
37
virtual
void
slot_onNameChanged(
const
QString& s);
38
39
virtual
void
initializeSelectionFilters(
bool
addAggregateFilter =
false
);
40
41
protected
:
42
virtual
void
addFilter(
const
DtVrfSelectionFilter
*);
43
virtual
void
addFiltersFromCollection(
const
std::string& filterCollection);
44
45
protected
:
46
makVrv::DtDe
&
myDe
;
47
DtEntitySelectionDialog
*
myInterface
;
48
};
49
}
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)