MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrPlayMenu.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 lgrPlayMenu_H_
10 #define lgrPlayMenu_H_
11 
12 #include <lgrGui/lgrMenu.h>
13 
14 namespace MAKLogger
15 {
18  {
19  public:
20 
22  DtLgrPlayMenu(QWidget* parent);
23  virtual ~DtLgrPlayMenu();
24 
26  void restoreDefaultMenuItems(QWidget* parent);
27 
29  void connectToEventHandler(QObject* windowSlots);
30 
32  virtual void postModelUpdate(DtLgrGuiModel& model);
33 
35  DtDynamicMenuItem* playPause();
38  DtDynamicMenuItem* stop();
39  DtDynamicMenuItem* playbackSpeed();
40 
41  DtDynamicMenuItem* jumpToStart();
42  DtDynamicMenuItem* jumptoTime();
43  DtDynamicMenuItem* jumpToEnd();
44  DtDynamicMenuItem* setStartStopTimes();
45 
46  DtDynamicMenuItem* loopAtEnd();
47 
48  DtDynamicMenuItem* setSpeed();
49  DtDynamicMenuItem* increaseSpeed();
50  DtDynamicMenuItem* decreaseSpeed();
52 
53  };
54 
55 }
56 
57 #endif
Contains MAKLogger::DtLgrMenu class.
The logger GUI&#39;s model.
Definition: lgrGuiModel.h:56
#define DT_DLL_LGRGUI
Definition: lgrGui.h:19
The play menu implementation.
Definition: lgrPlayMenu.h:17
Abstract Menu which can be added to the MAKLogger::DtLgrMainWindow.
Definition: lgrMenu.h:26

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)