MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrAnnotationSaver.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #ifndef lgrAnnotationSaver_H_
10 #define lgrAnnotationSaver_H_
11 
12 #include <lgrAnnotations/lgrAnn.h>
14 
15 #include <vlutil/vlString.h>
16 
17 class DtEnvironment;
18 
19 namespace MAKLogger
20 {
26  {
27  public:
29  virtual ~DtLgrAnnotationSaver();
30 
32  virtual bool saveFile(const DtString& filename,DtEnvironment env);
33 
34  protected:
36  virtual bool writeXMLFormat(const DtString& filename,DtEnvironment manager);
37 
38  static DtString theDTDFilePath;
39  };
40 }
41 
42 #endif
#define DT_VIRTUAL_CTR(CLASS_NAME, ARG_TYPES_LIST)
Declare a Virtual Constructor Create using DT_VIRTUAL_CTR(CLASS_NAME,ARG_TYPES_LIST) Where CLASS_NAME...
Definition: virtualConstructor.h:34
Defines INPORT/EXPORT macros for lgrGui library.
Contains DT_VIRTUAL_CTR DT_VIRTUAL_CTR_DEFAULTS DT_VIRTUAL_COPY_ASSIGN DT_VIRTUAL_BASE_CTR DT_PURE_VI...
static DtString theDTDFilePath
Definition: lgrAnnotationSaver.h:38
DtLgrAnnotationSaver is responsible for saving logger annotation files which have been stored in a Dt...
Definition: lgrAnnotationSaver.h:25
#define DT_DLL_LGRANN
Definition: lgrAnn.h:19

Document ID: Generated on Thu Dec 18 15:35:09 EST 2025 from SVN revision 282494
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)