Tucano  0.1
A library for rapid prototyping with modern OpenGL and GLSL
element.hpp File Reference

Go to the source code of this file.

Classes

class  Tucano::GUI::Element
 Base class for all GUI elements (buttons, sliders ...) More...
 

Namespaces

 Tucano
 
 Tucano::GUI
 

Enumerations

enum  Tucano::GUI::ElementType : signed int {
  Tucano::GUI::NONE, Tucano::GUI::BUTTON, Tucano::GUI::SELECTBUTTON, Tucano::GUI::SLIDER,
  Tucano::GUI::LABEL, Tucano::GUI::GROUPBOX, Tucano::GUI::SELECTGROUP
}