YARP
Yet Another Robot Platform
Loading...
Searching...
No Matches
yscopewindow.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3
* SPDX-License-Identifier: LGPL-2.1-or-later
4
*/
5
6
#ifndef YSCOPEWINDOW_H
7
#define YSCOPEWINDOW_H
8
9
#include <QDialog>
10
11
namespace
Ui
{
12
class
YscopeWindow
;
13
}
14
15
class
YscopeWindow
:
public
QDialog
16
{
17
Q_OBJECT
18
19
public
:
20
explicit
YscopeWindow
(QWidget *parent = 0);
21
~YscopeWindow
();
22
int
getIndex
();
23
24
private
:
25
Ui::YscopeWindow *ui;
26
int
index;
27
28
private
slots:
29
void
onInspect();
30
void
onCancel();
31
void
onIndexChanged(
int
);
32
};
33
34
#endif
// YSCOPEWINDOW_H
YscopeWindow
Definition
yscopewindow.h:16
YscopeWindow::~YscopeWindow
~YscopeWindow()
Definition
yscopewindow.cpp:20
YscopeWindow::getIndex
int getIndex()
Definition
yscopewindow.cpp:40
Ui
Definition
aboutdlg.h:11
YARP
3.11.100+20250603.4+gitaa77f8b5c
src
guis
yarpmanager
src-manager
yscopewindow.h
Generated on Wed Jun 4 2025 02:40:09 for YARP by
1.9.8