API Documentation
|
#include "DLLInfo.h"
#include <NDEVR/DesignObject.h>
#include <NDEVR/DesignParameter.h>
#include <QSortFilterProxyModel>
#include <QAbstractTableModel>
#include <functional>
Go to the source code of this file.
Classes | |
class | DesignSortFilterProxyModel |
Provides the ability to pull data from a DesignObjectLookup for display in tables within the NDEVR API and filter and sort it. More... | |
class | DesignTableModel |
Provides the ability to pull data from a DesignObjectLookup for display in tables within the NDEVR API. More... | |
struct | ModelTableColumnSpec |
Provides the ability to pull specific data from a DesignObjectLookup for display in a column of a table. More... | |
struct | ModelTableColumnSpec::RelativePathObject |
Namespaces | |
namespace | NDEVR |
Variables | |
constexpr int | model_table_is_clicked_index = Qt::UserRole + 1 |
constexpr int | model_table_is_selected_index = Qt::UserRole + 2 |