MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrRemotePlayMenu.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 lgrRemotePlayMenu_H_
10 #define lgrRemotePlayMenu_H_
11 
12 #include <lgrGui/lgrMenu.h>
14 
15 namespace MAKLogger
16 {
17 
18  class DtLgrRemoteMainWindow;
19 
22  {
23  public:
26 
28  virtual ~DtLgrRemotePlayMenu();
29 
31  virtual void connectToEventHandler(QObject* lgrSlots);
32 
34  void postWindowUpdate(DtLgrRemoteMainWindow &window);
35 
37  DtDynamicMenuItem* playPause();
39  DtDynamicMenuItem* stop();
40  DtDynamicMenuItem* playbackSpeed();
41 
42  DtDynamicMenuItem* jumpToStart();
43  DtDynamicMenuItem* jumpToTime();
44  DtDynamicMenuItem* jumpToEnd();
45  DtDynamicMenuItem* setStartStopTimes();
46 
47  DtDynamicMenuItem* loopAtEnd();
48 
49  DtDynamicMenuItem* setSpeed();
50  DtDynamicMenuItem* increaseSpeed();
51  DtDynamicMenuItem* decreaseSpeed();
53 
54  private:
57 
59  DtLgrRemotePlayMenu& operator=(const DtLgrRemotePlayMenu& orig);
60  };
61 }
62 #endif
The Remote GUI Play menu implementation.
Definition: lgrRemotePlayMenu.h:21
Contains MAKLogger::DtLgrMenu class.
#define DT_DLL_LGRREMOTEGUI
Definition: lgrRemoteGui.h:21
Abstract Menu which can be added to the MAKLogger::DtLgrMainWindow.
Definition: lgrMenu.h:26
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)