VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
connectionFileRecord.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright (c) 2024 MAK Technologies, Inc.
3  * All rights reserved.
4  ******************************************************************************/
5 
14 
15 #pragma once
16 
18 
20 
22 
24 {
25  public:
28 
31 
34 
37 
39  virtual bool setConnFileRecordStringValue( std::string argDescriptor, std::string argValue );
40  virtual bool setConnFileRecordIntValue( std::string argDescriptor, int argValue );
41  virtual bool setConnFileRecordBoolValue( std::string argDescriptor, bool argValue );
42 
43  //Removes an arg/ value pair from the driver record
44  virtual bool removeDriverEntry( std::string argDescriptor );
45 
47  virtual bool connFileRecordStringValue( std::string argDescriptor, std::string& argValue ) const;
48  virtual bool connFileRecordIntValue( std::string argDescriptor, int& argValue ) const;
49  virtual bool connFileRecordBoolValue( std::string argDescriptor, bool& argValue ) const;
50 
51  virtual std::string name() const;
52  virtual void setName( std::string newName );
53 
54  virtual std::string filePath();
55  static std::string makeFilePath( std::string baseFileName );
56 
57 protected:
58  std::string myName;
59 };
Contains makArchives::DtDriverRecord class.
std::string myName
Definition: connectionFileRecord.h:58
A record for saving out a driver instance.
Definition: DtDriverRecord.h:19
DtDriverRecord & operator=(const DtDriverRecord &orig)
Assignment OP.
Definition: connectionFileRecord.h:23
#define DT_DLL_vrfLauncherQt
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfLauncherQtDefines.h:34

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)