VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
connectionDISSettings.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright (c) 2011 MAK Technologies, Inc.
3  * All rights reserved.
4  ******************************************************************************/
5 /*******************************************************************************
6  * $RCSfile: connectionDISSettings.h,v $ $Revision: 1.6 $ $State: Exp $
7  ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <connectionSettings.h>
16 #include <vlutil/vlPrint.h>
17 
19 
23 {
24 public:
25 
27  {
44  };
45 
46 public:
47 
51 
53  DtConnectionDISSettings( std::string name );
54 
57 
59  virtual ~DtConnectionDISSettings();
60 
62  virtual bool operator == ( const DtConnectionSettings & other ) const;
63 
65  virtual bool operator != ( const DtConnectionSettings & other ) const;
66 
67  // Used by DtSettingsManager::setSetting when it needs to update an
68  // existing DtSettingsObject.
69  virtual bool setFrom( const DtConnectionSettings* other );
70 
71  virtual bool setFrom( const DtConnectionFileRecord& rec );
72 
73  // Clone operator, returns a new settings object which is a copy of this one.
74  virtual DtSettingsObject* clone() const;
75 
77  static DtConnectionSettings* create( QString connectionName = "" );
78 
79  virtual QStringList frontEndFlags();
80  virtual QStringList backEndFlags();
81 
82 protected:
83 
84  // Stores the available command line args for this connection. Override to add new args
85  virtual void initialize();
86 
87 };

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)