YARP
Yet Another Robot Platform
Loading...
Searching...
No Matches
dc1394SliderBase.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2025-2025 Istituto Italiano di Tecnologia (IIT)
3
* SPDX-License-Identifier: LGPL-2.1-or-later
4
*/
5
6
#ifndef DC1394SLIDERBASE_H
7
#define DC1394SLIDERBASE_H
8
9
#include <QWidget>
10
#include <
mainwindow.h
>
11
#include <
yarp/dev/IFrameGrabberControls.h
>
12
#include <
yarp/dev/IFrameGrabberControlsDC1394.h
>
13
14
15
#define SLIDER 0
16
#define SLIDERWB 1
17
18
class
DC1394SliderBase
:
public
QWidget
19
{
20
Q_OBJECT
21
22
public
:
23
DC1394SliderBase
(QWidget *parent) : QWidget(parent){}
24
virtual
~DC1394SliderBase
(){}
25
static
int
GetHeight
(){
return
m_Height
; }
26
virtual
void
Refresh
()=0;
27
virtual
void
Propagate
()=0;
28
virtual
void
updateSliders
()=0;
29
int
getSliderType
(){
return
type
;}
30
protected
:
31
static
int
m_Height
;
32
bool
m_bInactive
;
33
int
type
;
34
35
36
signals:
37
void
reload
();
38
void
featureDisabled
(QObject*);
39
};
40
41
#endif
// DC1394SLIDERBASE_H
IFrameGrabberControlsDC1394.h
IFrameGrabberControls.h
DC1394SliderBase
Definition
dc1394SliderBase.h:19
DC1394SliderBase::m_bInactive
bool m_bInactive
Definition
dc1394SliderBase.h:32
DC1394SliderBase::~DC1394SliderBase
virtual ~DC1394SliderBase()
Definition
dc1394SliderBase.h:24
DC1394SliderBase::getSliderType
int getSliderType()
Definition
dc1394SliderBase.h:29
DC1394SliderBase::Refresh
virtual void Refresh()=0
DC1394SliderBase::Propagate
virtual void Propagate()=0
DC1394SliderBase::reload
void reload()
DC1394SliderBase::updateSliders
virtual void updateSliders()=0
DC1394SliderBase::type
int type
Definition
dc1394SliderBase.h:33
DC1394SliderBase::featureDisabled
void featureDisabled(QObject *)
DC1394SliderBase::GetHeight
static int GetHeight()
Definition
dc1394SliderBase.h:25
DC1394SliderBase::m_Height
static int m_Height
Definition
dc1394SliderBase.h:31
DC1394SliderBase::DC1394SliderBase
DC1394SliderBase(QWidget *parent)
Definition
dc1394SliderBase.h:23
mainwindow.h
YARP
4.0.0+20250814.3+git8c5a8e3c5
src
guis
yarpframegrabbergui
dc1394SliderBase.h
Generated on Mon Aug 25 2025 02:47:12 for YARP by
1.9.8