NDEVR
API Documentation
VariableCreatorWidget.h
1#pragma once
2#include "DLLInfo.h"
3#include <NDEVR/GenericOption.h>
4#include <QWidget>
5namespace NDEVR
6{
10 class VariableCreatorWidget : public QWidget
11 {
14 void setVariable(GenericOption& option)
15 {
16 option.allow_multi_line;
17 option.icon
18 }
19 };
20}
A widget for creating and configuring user-defined variables based on GenericOption settings.
The primary namespace for the NDEVR SDK.
Stores a generic option of any type as well as some information about how the user might interact wit...
bool allow_multi_line
Whether the option value supports multi-line text input.
String icon
The icon name associated with this option for display purposes.