VR-Exchange 2.2 API Documentation
licenseServerSelectDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: licenseServerSelectDialog.h,v $ $Revision: 1.4 $ $State: Exp $
7 ******************************************************************************/
8 
11 
12 #ifndef licenseServerSelectDialog_H_
13 #define licenseServerSelectDialog_H_
14 
15 #include "licenseDialogs.h"
16 #include "ui_licenseServerSelectDialogUI.h"
17 
18 #include <list>
19 #include <string>
20 #include <QtGui/QLineEdit>
21 
22 namespace MAKCommonWidgets
23 {
27  {
28  Q_OBJECT
29 
30  public:
32  DtLicenseServerSelectDialog(QWidget* parent, const std::string& feature);
33 
35 
36  QString server() const;
37 
38  void addServer(const QString& name);
39 
40  static std::string getNewServer(const std::list<std::string>& badServers, const std::string& feature);
41 
42  public slots:
43  void onPortChecked();
44  };
45 }
46 
47 #endif

Document ID: Generated on Mon Apr 15 17:15:50 EDT 2013 from SVN revision 126154
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)