| 
| template<typename T >  | 
| bool  | CeresEngine::Graphics::UI::Component::drag (const String &label, T &value, const float velocity, T min, T max) | 
|   | 
| template<typename T >  | 
| bool  | CeresEngine::Graphics::UI::Component::drag (const String &label, T &value, const double velocity, T min, T max) | 
|   | 
| template<typename T >  | 
| bool  | CeresEngine::Graphics::UI::Component::drag (const String &label, T &value, const float velocity, T min) | 
|   | 
| template<typename T >  | 
| bool  | CeresEngine::Graphics::UI::Component::drag (const String &label, T &value, const double velocity, T min) | 
|   | 
| template<typename T >  | 
| bool  | CeresEngine::Graphics::UI::Component::drag (const String &label, T &value, const float velocity) | 
|   | 
| template<typename T >  | 
| bool  | CeresEngine::Graphics::UI::Component::drag (const String &label, T &value, const double velocity) | 
|   | 
| template<typename T , int D>  | 
| bool  | CeresEngine::Graphics::UI::Component::drag (const String &label, TVector< D, T > &value, const float velocity, T min, T max) | 
|   | 
| template<typename T , int D>  | 
| bool  | CeresEngine::Graphics::UI::Component::drag (const String &label, TVector< D, T > &value, const double velocity, T min, T max) | 
|   | 
| template<typename T , int D>  | 
| bool  | CeresEngine::Graphics::UI::Component::drag (const String &label, TVector< D, T > &value, const float velocity) | 
|   | 
| template<typename T , int D>  | 
| bool  | CeresEngine::Graphics::UI::Component::drag (const String &label, TVector< D, T > &value, const double velocity) | 
|   | 
| template<typename T , int C, int R>  | 
| bool  | CeresEngine::Graphics::UI::Component::drag (const String &label, TMatrix< C, R, T > &value, const double velocity, T min, T max) | 
|   |