YARP
Yet Another Robot Platform
Loading...
Searching...
No Matches
customtree.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 CUSTOMTREE_H
7
#define CUSTOMTREE_H
8
9
#include <QTreeWidget>
10
#include <QMouseEvent>
11
#include <
yarp/conf/compiler.h
>
12
13
class
CustomTree
:
public
QTreeWidget
14
{
15
Q_OBJECT
16
public
:
17
explicit
CustomTree
(QWidget *parent = 0);
18
19
protected
:
20
void
mousePressEvent
(QMouseEvent *event)
override
;
21
22
signals:
23
24
public
slots:
25
26
};
27
28
#endif
// CUSTOMTREE_H
CustomTree
Definition
customtree.h:14
CustomTree::mousePressEvent
void mousePressEvent(QMouseEvent *event) override
Definition
customtree.cpp:33
compiler.h
YARP
3.11.100+20250603.4+gitaa77f8b5c
src
guis
yarpmanager
src-builder
customtree.h
Generated on Wed Jun 4 2025 02:40:09 for YARP by
1.9.8