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 <presetitem.h>
Inherits QTreeWidgetItem.
Public Member Functions | |
PresetItem (QTreeWidgetItem *parent, const QStringList &strings, quint64 frequency, int type) | |
bool | operator< (const QTreeWidgetItem &other) const |
Private Attributes | |
quint64 | m_frequency |
Definition at line 23 of file presetitem.h.
PresetItem::PresetItem | ( | QTreeWidgetItem * | parent, |
const QStringList & | strings, | ||
quint64 | frequency, | ||
int | type | ||
) |
Definition at line 21 of file presetitem.cpp.
bool PresetItem::operator< | ( | const QTreeWidgetItem & | other | ) | const |
|
private |
Definition at line 29 of file presetitem.h.
Referenced by operator<().