Kanzi  3.9.6
Kanzi Engine API
kanzi::PrefabViewConcept Class Reference

Prefab view concept class. More...

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

Inheritance diagram for kanzi::PrefabViewConcept:
[legend]

Classes

class  AsynchronousLoadCompletedMessageArguments
 Message arguments. More...
 
class  LoadAsynchronouslyMessageArguments
 Message arguments. More...
 

Static Public Member Functions

static PropertyTypeEditorInfoSharedPtr makeEditorInfo ()
 

Static Public Attributes

static MessageType< AsynchronousLoadCompletedMessageArgumentsAsynchronousLoadCompletedMessage
 Asynchronous load complete message. More...
 
static MessageType< LoadAsynchronouslyMessageArgumentsLoadAsynchronouslyMessage
 Start asynchronous load message. More...
 
Properties
static PropertyType< ResourceSharedPtrPrefabProperty
 Prefab property. More...
 

Detailed Description

Prefab view concept class.

Member Function Documentation

◆ makeEditorInfo()

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

Member Data Documentation

◆ PrefabProperty

PropertyType<ResourceSharedPtr> kanzi::PrefabViewConcept::PrefabProperty
static

Prefab property.

The default value is ResourceSharedPtr().

See also
setPrefab(), getPrefab()

◆ AsynchronousLoadCompletedMessage

MessageType<AsynchronousLoadCompletedMessageArguments> kanzi::PrefabViewConcept::AsynchronousLoadCompletedMessage
static

Asynchronous load complete message.

◆ LoadAsynchronouslyMessage

MessageType<LoadAsynchronouslyMessageArguments> kanzi::PrefabViewConcept::LoadAsynchronouslyMessage
static

Start asynchronous load message.


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