MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
lgrRemoteGui
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
>
13
#include <
lgrRemoteGui/lgrRemoteGui.h
>
14
15
namespace
MAKLogger
16
{
17
18
class
DtLgrRemoteMainWindow;
19
21
class
DT_DLL_LGRREMOTEGUI
DtLgrRemotePlayMenu
:
public
DtLgrMenu
22
{
23
public
:
25
DtLgrRemotePlayMenu
(
QWidget
* parent);
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
:
56
DtLgrRemotePlayMenu
(
const
DtLgrRemotePlayMenu
& orig);
57
59
DtLgrRemotePlayMenu
& operator=(
const
DtLgrRemotePlayMenu
& orig);
60
};
61
}
62
#endif
MAKLogger::DtLgrRemotePlayMenu
The Remote GUI Play menu implementation.
Definition:
lgrRemotePlayMenu.h:21
lgrMenu.h
Contains MAKLogger::DtLgrMenu class.
lgrRemoteGui.h
DT_DLL_LGRREMOTEGUI
#define DT_DLL_LGRREMOTEGUI
Definition:
lgrRemoteGui.h:21
QObject
QWidget
MAKLogger::DtLgrMenu
Abstract Menu which can be added to the MAKLogger::DtLgrMainWindow.
Definition:
lgrMenu.h:26
MAKLogger::DtLgrRemoteMainWindow
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
)