NanoGUI
latest
  • Usage
  • Compilation
  • Examples
  • Library API
    • Class Hierarchy
    • File Hierarchy
    • Full API
      • Namespaces
      • Classes and Structs
      • Enums
      • Functions
      • Defines
      • Typedefs
      • Directories
      • Files
        • File button.h
        • File checkbox.h
        • File colorpicker.h
        • File colorwheel.h
        • File combobox.h
        • File common.h
        • File compat.h
        • File core.h
        • File entypo.h
        • File formhelper.h
        • File glcanvas.h
        • File glutil.h
        • File graph.h
        • File imagepanel.h
        • File imageview.h
        • File label.h
        • File layout.h
        • File messagedialog.h
        • File nanogui.h
        • File object.h
        • File opengl.h
        • File opengl.h
        • File popup.h
        • File popupbutton.h
        • File progressbar.h
        • File python.h
        • File screen.h
        • File slider.h
        • File sparse.h
        • File stackedwidget.h
        • File tabheader.h
        • File tabwidget.h
        • File textbox.h
        • File theme.h
        • File toolbutton.h
        • File vscrollpanel.h
        • File widget.h
        • File window.h
  • 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 2017, Wenzel Jakob. Revision 3a2dece3.

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