MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrAnnotationConversions.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 lgrAnnotationConversions_H_
10 #define lgrAnnotationConversions_H_
11 
12 #include <lgrAnnotations/lgrAnn.h>
13 
14 namespace MAKLogger
15 {
16  class DtLgrAnnotation;
17 
20  {
21  public:
22 
24  static void registerConversions();
25 
27  static DtLgrAnnotation* convertPointToRange(const DtLgrAnnotation*);
28 
30  static DtLgrAnnotation* convertRangeToPoint(const DtLgrAnnotation*);
31  };
32 }
33 
34 #endif
The provided annotation conversion functions.
Definition: lgrAnnotationConversions.h:19
Defines INPORT/EXPORT macros for lgrGui library.
Base annotation class defines interface for all annotations.
Definition: lgrAnnotation.h:26
#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)