VR-Exchange 2.4 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
licenseDialogs
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
{
25
class
DT_DLL_LICENSEDIALOGS
DtLicenseServerSelectDialog
:
public
QDialog
,
26
public
Ui_DtLicenseServerSelectDialogUi
27
{
28
Q_OBJECT
29
30
public
:
32
DtLicenseServerSelectDialog
(
QWidget
* parent,
const
std::string& feature);
33
34
~
DtLicenseServerSelectDialog
();
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
static
bool
isNodeLockedFileValid( std::string filename );
43
44
//Find the server in our tree widget
45
bool
findServer(QString& name);
46
47
public
slots:
48
void
onPortChecked();
49
50
void
onBrowseClicked();
51
52
void
onDelete();
53
};
54
}
55
56
#endif
Document ID: Generated on Thu Jul 23 10:25:22 EDT 2015 from SVN revision 155065
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)