VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
remappingDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtRemappingDialog.h,v $ $Revision: 1.4 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
18 
19 #include <QtGui/QDialog>
20 
21 class DtBackendMap;
22 class QComboBox;
23 class QGridLayout;
24 class QHBoxLayout;
25 class QLabel;
26 class QTable;
27 class QVBoxLayout;
28 
29 namespace makVrf
30 {
31  class DtRemappingDialogLogic;
32 
34  {
35  Q_OBJECT
36 
37  public:
38  //CTOR
39  DtRemappingDialog(makVrv::DtDe& de, DtBackendMap*, QWidget* parent = 0, const Qt::WindowFlags& f = 0);
40 
41  //DTOR
42  virtual ~DtRemappingDialog();
43 
44  public:
46  virtual void setupGui();
47 
49  virtual QComboBox* addMapTo(const QString&, int row);
50 
52  virtual void addToMapAll(const QString&);
53 
55  virtual void removeFromMapAll(const QString&);
56 
57  protected slots:
58  virtual void mapAllComboBoxSelection(const QString& string);
59 
60  protected:
61  virtual void accept();
62  virtual void reject();
63 
64  public:
66 
69 
72 
73  QVBoxLayout* myMainLayout;
74  QGridLayout* myEntryLayout;
75  QHBoxLayout* myOkCancelLayout;
76 
77  protected:
80  };
81 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)