API Documentation
Loading...
Searching...
No Matches
LayerTable.h
Go to the documentation of this file.
1#pragma once
2#include <NDEVR/DesignPropertyTable.h>
3namespace NDEVR
4{
5 /**--------------------------------------------------------------------------------------------------
6 \brief A table showing a list of Layers
7 **/
9 {
10 public:
11 LayerTable(QTModelManager* manager, QWidget* parent = nullptr);
12 };
13}
#define NDEVR_API
Definition DLLInfo.h:50
A base class for tables wishing to show columns of DesignObject properties.
Definition DesignPropertyTable.h:86
A table showing a list of Layers.
Definition LayerTable.h:9
LayerTable(QTModelManager *manager, QWidget *parent=nullptr)
A wrapper around DesignObjectLookup that provides signal and slot functionality and adds rendering ca...
Definition QTModelManager.h:105
Definition ACIColor.h:37