MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrRemoteRefreshRateDialog.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 lgrRemoteRefreshRateDialog_H_
10 #define lgrRemoteRefreshRateDialog_H_
11 
12 #include "ui_refreshRateDialog.h"
14 namespace MAKLogger
15 {
17  class DtLgrRemoteMainWindow;
19  {
20  Q_OBJECT
21  public:
24 
27 
29  double refreshRate();
30 
31  public slots:
32 
34  virtual void onOK();
36  virtual void onCancel();
37 
38  protected:
39 
40  double myRefreshRate;
42 
43  private:
46 
49 
50  };
51 }
52 
53 #endif
double myRefreshRate
Definition: lgrRemoteRefreshRateDialog.h:40
DtLgrRemoteMainWindow * myMainWindow
Definition: lgrRemoteRefreshRateDialog.h:41
#define DT_DLL_LGRREMOTEGUI
Definition: lgrRemoteGui.h:21
Definition: lgrRemoteRefreshRateDialog.h:18
Definition: lgrRemoteMainWindow.h:49

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)