kanzi::RangeConcept::CommonMessageArguments Class Reference

#include <kanzi/ui/node/concept/range.hpp>

Inheritance diagram for kanzi::RangeConcept::CommonMessageArguments:
kanzi::MessageArguments kanzi::RangeConcept::ValueChangedMessageArguments kanzi::RangeConcept::ValueChangeFinishedMessageArguments kanzi::RangeConcept::ValueChangeStartedMessageArguments

Public Member Functions

float getValue () const
 
void setValue (float value)
 
- Public Member Functions inherited from kanzi::MessageArguments
 MessageArguments ()
 
 MessageArguments (AbstractMessageType messageType)
 
 ~MessageArguments ()
 
template<typename TDataType >
TDataType getArgument (const PropertyType< TDataType > &argumentType) const
 
bool getAbstractArgument (AbstractPropertyType argumentType, Variant &variant) const
 
template<typename TDataType >
void setArgument (const PropertyType< TDataType > &argumentType, typename PropertyType< TDataType >::DataType value)
 
void setAbstractArgument (AbstractPropertyType argumentType, const Variant &variant)
 
bool isFrom (const Node &source) const
 
shared_ptr< NodegetSource () const
 
void setHandled (bool handled)
 
bool isHandled () const
 
chrono::milliseconds getTimestamp () const
 
KzuMessageDispatchergetDispatcher () const
 
AbstractMessageType getType () const
 
void setSource (Node *source)
 
void setTimestamp (chrono::milliseconds timestamp)
 
void setValid (bool valid)
 
bool isValid () const
 
void setDispatcher_internal (KzuMessageDispatcher *dispatcher)
 Internal function. More...
 
void setType_internal (AbstractMessageType type)
 Internal function. More...
 

Static Public Member Functions

static PropertyTypeEditorInfoSharedPtr makeEditorInfo ()
 
- Static Public Member Functions inherited from kanzi::MessageArguments
static PropertyTypeEditorInfoSharedPtr makeEditorInfo ()
 

Static Public Attributes

static PropertyType< float > ValueProperty
 Value property. More...
 

Member Function Documentation

float kanzi::RangeConcept::CommonMessageArguments::getValue ( ) const
inline
void kanzi::RangeConcept::CommonMessageArguments::setValue ( float  value)
inline
static PropertyTypeEditorInfoSharedPtr kanzi::RangeConcept::CommonMessageArguments::makeEditorInfo ( )
static

Member Data Documentation

PropertyType<float> kanzi::RangeConcept::CommonMessageArguments::ValueProperty
static

Value property.

The default value is 0.0f.


The documentation for this class was generated from the following file: