#include <kanzi/ui/node/concept/slider2d_concept.hpp>
Public Types | |
| typedef shared_ptr< TPresenterClass > | PresenterSharedPtr |
| typedef TPresenterClass | PresenterClass |
Public Member Functions | |
| void | hitPointChanged () |
| void | initialize () |
| const PresenterSharedPtr & | getPresenter () const |
| Slider2DConceptImpl (Domain *domain, string_view name) | |
| float | getMaxDistanceFromCurve () const |
| Gets the value of MaxDistanceFromCurveProperty. More... | |
| void | setMaxDistanceFromCurve (float value) |
| Sets the value of MaxDistanceFromCurveProperty. More... | |
Static Public Member Functions | |
| static PropertyTypeEditorInfoSharedPtr | makeEditorInfo () |
Static Public Member Functions inherited from kanzi::SliderConcept | |
| static PropertyTypeEditorInfoSharedPtr | makeEditorInfo () |
Protected Member Functions | |
| virtual void | onNodePropertyChanged (AbstractPropertyType propertyType, PropertyNotificationReason reason) KZ_OVERRIDE |
| void | findLayout () |
| virtual void | onAttached () KZ_OVERRIDE |
| virtual Vector2 | measureOverride (Vector2 availableSize) KZ_OVERRIDE |
| Node2D::measureOverride() implementation. More... | |
| virtual void | arrangeOverride (Vector2 actualSize) KZ_OVERRIDE |
| Node2D::arrangeOverride() implementation. More... | |
Additional Inherited Members | |
Static Public Attributes inherited from kanzi::SliderConcept | |
| static PropertyType< float > | MaxDistanceFromCurveProperty |
| MaxDistanceFromCurve property. More... | |
| typedef shared_ptr<TPresenterClass> kanzi::Slider2DConceptImpl< TBaseClass, TPresenterClass, TDerivedClass >::PresenterSharedPtr |
| typedef TPresenterClass kanzi::Slider2DConceptImpl< TBaseClass, TPresenterClass, TDerivedClass >::PresenterClass |
|
explicit |
| void kanzi::Slider2DConceptImpl< TBaseClass, TPresenterClass, TDerivedClass >::hitPointChanged | ( | ) |
| void kanzi::Slider2DConceptImpl< TBaseClass, TPresenterClass, TDerivedClass >::initialize | ( | ) |
| const Slider2DConceptImpl< TBaseClass, TPresenterClass, TDerivedClass >::PresenterSharedPtr & kanzi::Slider2DConceptImpl< TBaseClass, TPresenterClass, TDerivedClass >::getPresenter | ( | ) | const |
| float kanzi::Slider2DConceptImpl< TBaseClass, TPresenterClass, TDerivedClass >::getMaxDistanceFromCurve | ( | ) | const |
Gets the value of MaxDistanceFromCurveProperty.
| void kanzi::Slider2DConceptImpl< TBaseClass, TPresenterClass, TDerivedClass >::setMaxDistanceFromCurve | ( | float | value | ) |
Sets the value of MaxDistanceFromCurveProperty.
|
static |
|
protectedvirtual |
|
protected |
|
protectedvirtual |
|
protectedvirtual |
Node2D::measureOverride() implementation.
|
protectedvirtual |
Node2D::arrangeOverride() implementation.