NDEVR
API Documentation
LayerTable.h
1#pragma once
2#include <NDEVR/DesignPropertyTable.h>
3namespace NDEVR
4{
8 class NDEVR_API LayerTable : public DesignPropertyTable
9 {
10 public:
16 LayerTable(QTModelManager* manager, QWidget* parent = nullptr);
17 };
18}
DesignPropertyTable(QWidget *parent=nullptr)
Constructs a DesignPropertyTable without a model manager.
LayerTable(QTModelManager *manager, QWidget *parent=nullptr)
Constructs a LayerTable displaying layers from the given model manager.
A wrapper around DesignObjectLookup that provides signal and slot functionality and adds rendering ca...
The primary namespace for the NDEVR SDK.