NDEVR
API Documentation
ModelTileGroupModelLogic.h
1#pragma once
2#include "DLLInfo.h"
3#include <NDEVR/CustomModelLogic.h>
4namespace NDEVR
5{
11 {
12 public:
18 static void SetEnabled(bool is_enabled, QTModelManager* manager);
24 };
25}
CustomModelLogic(QTModelManager *manager, const StringView &type_name)
Constructs a CustomModelLogic for a single model type name.
ModelTileGroupModelLogic(QTModelManager *manager)
Constructs the tile group model logic for the given manager.
static void SetEnabled(bool is_enabled, QTModelManager *manager)
Enables or disables the default ModelTileGroup logic for the given manager.
A wrapper around DesignObjectLookup that provides signal and slot functionality and adds rendering ca...
The primary namespace for the NDEVR SDK.