VR-Forces 4.2 Class Documentation
manualDistributionWidget.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2006 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: manualDistributionWidget.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #pragma once
13 
14 #include <vrvUtil/signalslib.h>
15 
17 #include "vrfGuiCoreQt/manualDistributionWidgetUi.hpp"
18 #include "vrfutil/objMapEntry.h"
19 
20 class DtAddressMap;
21 class DtList;
22 
23 #include <QtGui/QDialog>
24 
25 namespace makVrv
26 {
27  class DtDe;
28 }
29 
30 namespace makVrf
31 {
32  class DtVrfBackendState;
33  class DtObjectMapListView;
34 
38  {
39 
40  Q_OBJECT
41 
42  public:
43 
45  DtManualDistributionWidget(makVrv::DtDe& de, QWidget* parent = NULL, const Qt::WindowFlags& flags = Qt::Tool);
46 
48  virtual ~DtManualDistributionWidget();
49 
50  virtual bool init(DtAddressMap* map, const DtList* backends);
51 
53  virtual void modifyAddressMap();
54 
55  virtual void slot_backendDiscovered(const DtVrfBackendState&);
56  virtual void slot_backendRemoved(const DtVrfBackendState&);
57 
58  protected:
59  virtual void initConnections();
60  virtual DtObjectMapListView* createObjectMapListView();
61 
62  protected slots:
63  virtual void backEndSelectionChanged();
64  virtual void validateOKButton();
65 
66  public:
67  Ui_DtManualDistributionWidgetUi myUiImpl;
69  makVrv::DtDe& myDe;
70  };
71 
73  {
74  public:
75  DtManualDistributionWidgetCreator(makVrv::DtDe&);
76 
77  virtual DtManualDistributionWidget* create(QWidget* parent = 0, const Qt::WindowFlags& flags = Qt::Tool);
78 
79  protected:
80  makVrv::DtDe& myDe;
81  };
82 }

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)