VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
addSinkPointDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
7 
9 
10 #pragma once
11 
12 
15 
16 namespace makVrf
17 {
19  {
20  Q_OBJECT
21 
22  public:
23  //CTOR
24  DtAddSinkPointDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
25 
26  //DTOR
27  virtual ~DtAddSinkPointDialog();
28 
29  virtual void displayDialog(const DtString& templateName);
30 
31  protected:
32  virtual QWidget* contents();
33 
34  virtual void sendRequest();
35 
36  protected:
37  virtual void setupGui();
38 
39  protected:
40  virtual void setupStatement(const DtSimStatement*);
41  virtual void initializeSelectionFilters();
42 signals:
43  void sinkPointSelection(const DtUUID&);
44 
45  protected:
48  };
49 }
UUID is a unique ID wrapper class.
Definition: rwUUID.h:226
class DtVrfSelectionFilter
Definition: vrfSelectionFilters.h:32
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
DtString myTemplateName
Definition: addSinkPointDialog.h:47
Definition: baseFilteredListViewTaskSetDialog.h:35
class DtSimStatement:
Definition: simStatement.h:38
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
makVrf::DtVrfSelectionFilter * mySinkPointFilter
Definition: addSinkPointDialog.h:46
Definition: addSinkPointDialog.h:18

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)