Template Class FormWidget< T, typename std::is_integral< T >::type >

Inheritance Relationships

Base Type

Class Documentation

template<typename T>
class FormWidget<T, typename std::is_integral<T>::type> : public nanogui::IntBox<T>

A specialization for adding an IntBox to a FormHelper.

Template Parameters
  • T: The integral type being used for the IntBox.

Public Functions

FormWidget(Widget *p)

Creates a new FormWidget with underlying type IntBox.