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

Inheritance Relationships

Base Type

Class Documentation

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

A specialization for adding an IntBox to a FormHelper.

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

Inherits from nanogui::IntBox< T >

Public Functions

FormWidget(Widget *p)

Creates a new FormWidget with underlying type IntBox.