VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setLaserCodeDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 class QLabel;
17 class QHBoxLayout;
18 class QLineEdit;
19 class QIntValidator;
20 
21 namespace makVrf
22 {
24  {
25  Q_OBJECT
26  public:
27  //CTOR
28  DtSetLaserCodeDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
29 
30  //DTOR
31  virtual ~DtSetLaserCodeDialog();
32 
34  virtual int laserCode() const;
35 
37  virtual void setLaserCode(int);
38 
39  protected:
40  virtual QWidget* contents(const std::vector<makVrv::DtSimEntry*>& data);
41 
42  virtual void sendRequest();
43 
44  protected:
45  virtual void setupStatement(const DtSimStatement*);
46 
47  public:
49  QHBoxLayout* myContentLayout;
52  QIntValidator* myValidator;
53  };
54 
56  {
57  public:
58  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent);
59  bool supportsType(makVrv::DtDe&, const DtSetMessageType&, const DtSimStatement*) const;
60  };
61 }

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)