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