kanzi::PrefabViewConcept::AsynchronousLoadCompletedMessageArguments Class Reference

Message arguments. More...

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

Inheritance diagram for kanzi::PrefabViewConcept::AsynchronousLoadCompletedMessageArguments:
kanzi::MessageArguments

Public Member Functions

void setPrefabTemplate (ResourceID resourceId)
 Sets prefab template argument. More...
 
ResourceID getPrefabTemplate () const
 Gets prefab template url argument. More...
 
- 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

Properties
static PropertyType< string > PrefabTemplateProperty
 PrefabTemplate property. More...
 

Detailed Description

Message arguments.

Member Function Documentation

void kanzi::PrefabViewConcept::AsynchronousLoadCompletedMessageArguments::setPrefabTemplate ( ResourceID  resourceId)
inline

Sets prefab template argument.

ResourceID kanzi::PrefabViewConcept::AsynchronousLoadCompletedMessageArguments::getPrefabTemplate ( ) const
inline

Gets prefab template url argument.

static PropertyTypeEditorInfoSharedPtr kanzi::PrefabViewConcept::AsynchronousLoadCompletedMessageArguments::makeEditorInfo ( )
static

Member Data Documentation

PropertyType<string> kanzi::PrefabViewConcept::AsynchronousLoadCompletedMessageArguments::PrefabTemplateProperty
static

PrefabTemplate property.

The default value is "".

See also
setPrefabTemplate(), getPrefabTemplate()

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