NanoGUI
custom_fonts
  • Usage
  • Compilation
  • Examples
  • Library API
  • Contributing
NanoGUI
  • Docs »
  • Library API »
  • File formhelper.h
  • Edit on GitHub

File formhelper.h¶

Helper class to construct forms for editing a set of variables of various types.

Page Contents

  • Definition (nanogui/formhelper.h)
  • Includes
  • Included By
  • Namespaces
  • Classes

Definition (nanogui/formhelper.h)¶

  • Program Listing for File formhelper.h

Includes¶

  • cassert
  • nanogui/checkbox.h (File checkbox.h)
  • nanogui/colorpicker.h (File colorpicker.h)
  • nanogui/combobox.h (File combobox.h)
  • nanogui/label.h (File label.h)
  • nanogui/layout.h (File layout.h)
  • nanogui/screen.h (File screen.h)
  • nanogui/textbox.h (File textbox.h)

Included By¶

  • File nanogui.h

Namespaces¶

  • Namespace nanogui
  • Namespace nanogui::detail

Classes¶

  • Template Class FormWidget
  • Template Class FormWidget< bool, std::true_type >
  • Template Class FormWidget< Color, std::true_type >
  • Template Class FormWidget< std::string, std::true_type >
  • Template Class FormWidget< T, typename std::is_enum< T >::type >
  • Template Class FormWidget< T, typename std::is_floating_point< T >::type >
  • Template Class FormWidget< T, typename std::is_integral< T >::type >
  • Class FormHelper
Next Previous

© Copyright 2018, Wenzel Jakob. Revision 04281a5f.

Built with Sphinx using a theme provided by Read the Docs.