API Documentation
Loading...
Searching...
No Matches
SceneTreeWidget.h
Go to the documentation of this file.
1#pragma once
2#include "DLLInfo.h"
3#include <NDEVR/SceneTree.h>
4#include <QWidget>
5namespace NDEVR
6{
7 class RibbonSubGroup;
8 class NDEVR_API SceneTreeWidget : public QWidget
9 {
10 public:
11 SceneTreeWidget(QTModelManager* manager, QWidget* parent = nullptr);
13 void addButton(Button* button);
14 protected:
17 };
18}
#define NDEVR_API
Definition DLLInfo.h:50
A core widget that allows the user to click one of many button types.
Definition Button.h:66
A wrapper around DesignObjectLookup that provides signal and slot functionality and adds rendering ca...
Definition QTModelManager.h:105
Represents a sub-section of "Tab" of a ribbon represting a grouping of buttons or widgets within a ta...
Definition RibbonSubGroup.h:47
Definition SceneTree.h:50
Definition SceneTreeWidget.h:9
SceneTree * m_scene_tree
Definition SceneTreeWidget.h:15
RibbonSubGroup * m_ribbon_group
Definition SceneTreeWidget.h:16
void addButton(Button *button)
SceneTreeWidget(QTModelManager *manager, QWidget *parent=nullptr)
Definition ACIColor.h:37