#include <array>
#include <cstddef>
#include <functional>
#include <utility>
#include <map>
#include <vector>
#include "constexpertrig.h"
#include "GraphicsModel.h"
Go to the source code of this file.
|
| rose |
| ToDo: There is an issue that the initial scroll interaction is lost if the click/press lands on a Widget and not a Container (by user observation).
|
|
|
constexpr float | rose::ActionCurves::ac_sin (int t) |
|
constexpr float | rose::ActionCurves::ac_inv_sin (int t) |
|
template<class Curve , typename ... Args> |
std::unique_ptr< Curve > | rose::curve (Args ... args) |
|
template<class WidgetClass > |
std::shared_ptr< WidgetClass > | operator<< (std::shared_ptr< WidgetClass > widget, std::unique_ptr< rose::ActionCurves::ActionCurve > &&curve) |
|
template<class WidgetClass > |
std::shared_ptr< WidgetClass > | operator<< (std::shared_ptr< WidgetClass > widget, rose::AnimationEnable animationEnable) |
|