Gorgon Game Engine
Scrollbar.h File Reference
Include dependency graph for Scrollbar.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Scrollbar< T_, DIV_, VAL_, P_, defaultregistry >
 This widget is a scrollbar. More...
 

Namespaces

 Gorgon
 Root namespace for Gorgon Game Engine.
 
 Gorgon::Widgets
 

Typedefs

using HScrollbar = Scrollbar< int, FloatDivider< int >, FloatToValue< int >, Gorgon::NumericProperty, Registry::Scrollbar_Horizontal >
 
template<class T_ >
using HScroller = Scrollbar< T_, FloatDivider< T_ >, FloatToValue< T_ >, Gorgon::NumericProperty, Registry::Scrollbar_Horizontal >
 
using VScrollbar = Scrollbar< int, FloatDivider< int >, FloatToValue< int >, Gorgon::NumericProperty, Registry::Scrollbar_Vertical >
 
template<class T_ >
using VScroller = Scrollbar< T_, FloatDivider< T_ >, FloatToValue< T_ >, Gorgon::NumericProperty, Registry::Scrollbar_Vertical >