YARP
Yet Another Robot Platform
Loading...
Searching...
No Matches
yarprunPortSorting.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 YARPRUN_PORTS_SORTING_H
7
#define YARPRUN_PORTS_SORTING_H
8
9
#include <QStandardItemModel>
10
#include <QSortFilterProxyModel>
11
#include <
yarp/conf/compiler.h
>
12
13
class
YarprunPortsSortFilterProxyModel
:
public
QSortFilterProxyModel
14
{
15
public
:
16
YarprunPortsSortFilterProxyModel
( QObject *parent = 0 );
17
18
protected
:
19
bool
lessThan
(
const
QModelIndex &left,
const
QModelIndex &right )
const override
;
20
};
21
22
#endif
// YARPRUN_PORTS_SORTING_H
YarprunPortsSortFilterProxyModel
Definition
yarprunPortSorting.h:14
YarprunPortsSortFilterProxyModel::lessThan
bool lessThan(const QModelIndex &left, const QModelIndex &right) const override
Definition
yarprunPortSorting.cpp:16
compiler.h
YARP
3.11.100+20250603.4+gitaa77f8b5c
src
guis
yarplogger
yarprunPortSorting.h
Generated on Wed Jun 4 2025 02:40:09 for YARP by
1.9.8