MAK Data Logger API Documentation for HLA
lgrRemotePlayMenu.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #ifndef lgrRemotePlayMenu_H_
10 #define lgrRemotePlayMenu_H_
11 
12 #include "lgrMenu.h"
13 #include "lgrRemoteGui.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 
38  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

Document ID: Generated on Thu Apr 10 18:53:01 EDT 2014 from SVN revision 138105
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)