VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
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 
28  {
29  public:
30 
33 
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:
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)