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
lgrGui
lgrTimeButtons.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 lgrTimeButtons_H_
10
#define lgrTimeButtons_H_
11
12
#include <QWidget>
13
#include "ui_timeButtons.h"
14
#include <
lgrGui/lgrToolBar.h
>
15
16
class
DtLgrSlots;
17
class
QIcon;
18
19
namespace
MAKLogger
20
{
21
class
DT_DLL_LGRGUI
DtLgrTimeButtons
:
public
DtLgrToolBar
,
protected
Ui::DtTimeButtons
22
{
23
public
:
25
DtLgrTimeButtons
(
QWidget
* parent);
26
28
virtual
~
DtLgrTimeButtons
();
29
31
virtual
void
connectToModel(
DtLgrGuiModel
& model);
32
33
virtual
void
connectToModel
(
DtLgrRemoteMainWindow
& window){};
34
36
virtual
void
postModelUpdate(
DtLgrGuiModel
& model);
37
38
public
:
39
40
static
double
maxSpeed();
41
static
double
minSpeed();
42
43
protected
:
44
void
setIcons();
45
46
QIcon*
myPlayStopSet
;
47
QIcon*
myRecordStopSet
;
48
QIcon*
myActivetSet
;
49
double
myLastSpeed
;
50
51
52
};
53
}
54
55
#endif
MAKLogger::DtLgrToolBar
A Logger Toolbar.
Definition:
lgrToolBar.h:21
MAKLogger::DtLgrTimeButtons::myLastSpeed
double myLastSpeed
Definition:
lgrTimeButtons.h:49
MAKLogger::DtLgrTimeButtons::myPlayStopSet
QIcon * myPlayStopSet
Definition:
lgrTimeButtons.h:46
MAKLogger::DtLgrGuiModel
The logger GUI's model.
Definition:
lgrGuiModel.h:56
MAKLogger::DtLgrTimeButtons::connectToModel
virtual void connectToModel(DtLgrRemoteMainWindow &window)
Definition:
lgrTimeButtons.h:33
MAKLogger::DtLgrTimeButtons
Definition:
lgrTimeButtons.h:21
MAKLogger::DtLgrTimeButtons::myRecordStopSet
QIcon * myRecordStopSet
Definition:
lgrTimeButtons.h:47
DT_DLL_LGRGUI
#define DT_DLL_LGRGUI
Definition:
lgrGui.h:19
lgrToolBar.h
Contains MAKLogger::DtLgrToolBar class.
QWidget
MAKLogger::DtLgrRemoteMainWindow
Definition:
lgrRemoteMainWindow.h:49
MAKLogger::DtLgrTimeButtons::myActivetSet
QIcon * myActivetSet
Definition:
lgrTimeButtons.h:48
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
)