|
HAL
|
#include "gui/gui_utils/sort.h"#include "hal_core/defines.h"#include <QAbstractTableModel>#include <QColor>#include <QDebug>#include <QList>#include <QSortFilterProxyModel>#include <QTableView>#include <gui/searchbar/search_proxy_model.h>
Go to the source code of this file.
Classes | |
| class | hal::ModuleSelectEntry |
| The ModuleSelectEntry class comprises a single entry of the module selection table. More... | |
| class | hal::ModuleSelectExclude |
| The ModuleSelectExclude class is used to determine which modules can't be selected. More... | |
| class | hal::ModuleSelectModel |
| The ModuleSelectModel class is the source model for module selection. More... | |
| class | hal::ModuleSelectProxy |
| The ModuleSelectProxy class allows sorting and filtering of module tables. More... | |
| class | hal::ModuleSelectReceiver |
| class | hal::ModuleSelectPicker |
| The ModuleSelectPicker class instance gets spawned to pick module from graph. More... | |
| class | hal::ModuleSelectHistory |
| The ModuleSelectHistory class singleton comprises a list of user selected modules. More... | |
| class | hal::ModuleSelectView |
| The ModuleSelectView class is the table widget for module selection. More... | |
Namespaces | |
| hal | |