ADTF Qt5
Loading...
Searching...
No Matches
search_text_widget.h File Reference
#include <adtf_utils.h>
#include <QActionGroup>
#include <QLabel>
#include <QLineEdit>
#include <QMetaType>
#include <QObject>
#include <QPushButton>
#include <QSortFilterProxyModel>
#include <QSpinBox>
#include <QStandardItemModel>
#include <QString>
#include <QThreadPool>
#include <QHash>
#include <QSet>
#include <QStringListModel>
#include <QCompleter>
#include <QEvent>
#include <adtfui/themed_icon.h>
#include <optional>
Include dependency graph for search_text_widget.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  adtf::ui::widget::detail::cSearchTextWidget
 

Namespaces

namespace  adtf
 Namespace for all functionality provided by ADTF and its SDKs.
 
namespace  adtf::ui
 Namespace for the ADTF UI SDK.
 
namespace  adtf::ui::widget
 Namespace for all provided widget functionality helper.
 

Enumerations

enum class  adtf::ui::widget::detail::FilterType { normal , wildcard , regex , fuzzy }
 Filter type.
 

Functions

Q_DECL_CONST_FUNCTION Q_DECL_CONSTEXPR uint std::qHash (const ::std::tuple< quintptr, int > &i, uint seed=0) noexcept
 qHash for tuple of (quintptr, int)
 

Detailed Description

Copyright © Audi Electronics Venture GmbH. All rights reserved

Function Documentation

◆ qHash()

Q_DECL_CONST_FUNCTION Q_DECL_CONSTEXPR uint std::qHash ( const ::std::tuple< quintptr, int > & i,
uint seed = 0 )
inlinenoexcept

qHash for tuple of (quintptr, int)

Parameters
iThe tuple
seedThe seed
Returns
The hash value
Remarks
qHash needs to be discoverable by ADL rules for ::std::tuple.