SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <commanditem.h>
Inherits QTreeWidgetItem.
Public Member Functions | |
CommandItem (QTreeWidgetItem *parent, const QStringList &strings, const QString &description, int type) | |
bool | operator< (const QTreeWidgetItem &other) const |
Private Attributes | |
QString | m_description |
Definition at line 22 of file commanditem.h.
CommandItem::CommandItem | ( | QTreeWidgetItem * | parent, |
const QStringList & | strings, | ||
const QString & | description, | ||
int | type | ||
) |
Definition at line 20 of file commanditem.cpp.
bool CommandItem::operator< | ( | const QTreeWidgetItem & | other | ) | const |
Definition at line 26 of file commanditem.cpp.
References m_description.
|
private |
Definition at line 28 of file commanditem.h.
Referenced by operator<().