MAK Data Logger API Documentation for DIS
lgrRemoteConnectionDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #ifndef lgrRemoteConnectionDialog_H_
10 #define lgrRemoteConnectionDialog_H_
11 
12 #include <QtGui/QDialog>
13 #include "ui_remoteConnectionDialogUi.h"
14 #include "lgrRemoteConnection.h"
15 
16 #include <vl/exConnInit.h>
17 #include <vlutil/vlPrint.h>
18 #include <vlutil/vlInetUdpSocket.h>
19 #include <mtl/lispEnv.h>
20 
21 class QString;
22 
23 namespace MAKLogger
24 {
26  class DtLgrRemoteMainWindow;
27 
29  {
30  Q_OBJECT
31  public:
34 
36  virtual ~DtLgrRemoteConnectionDialog();
37 
39  virtual void updateDialog();
40 
42  virtual void configureConnectionButton();
43 
45  virtual void disableDialog(bool disable);
46 
48  virtual void setDeviceAddrStrings(const QStringList& networkInterfaceAddrs);
49 
50  public slots:
52  virtual void onConnectPressed();
53 
55  virtual void onCancel();
56 
57  protected:
59  int myPort;
68 
69  private:
72 
75 
76  };
77 }
78 
79 #endif

Document ID: Generated on Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)