#include <app_view.hpp>
Static Public Member Functions | |
static PropertyTypeEditorInfoSharedPtr | makeEditorInfo () |
Static Public Member Functions inherited from AppViewConcept | |
static PropertyTypeEditorInfoSharedPtr | makeEditorInfo () |
Protected Member Functions | |
AppViewConceptImpl (Domain *domain, string_view name) | |
virtual bool | calculateHitUV (const TouchPoint &touchPoint, Vector2 &outHitUV)=0 |
MaterialSharedPtr | getAppViewMaterial () |
TextureSharedPtr | getAppViewTexture () |
void | handleFinishAppMessage (FinishAppMessageArguments &messageArguments) |
void | handleNavigateBackMessage (const NavigateBackMessageArguments &messageArguments) |
void | handleStartAppMessage (const StartAppMessageArguments &messageArguments) |
void | handleUpdateVirtualDisplayMessage (const UpdateVirtualDisplayMessageArguments &messageArguments) |
void | initialize () |
virtual void | onAppViewTextureChanged ()=0 |
Kanzi calls this when the App View texture has changed and needs to be re-applied. | |
void | onAttached () override |
void | onDetached () override |
void | onFrameAvailable () |
Kanzi calls this function from the main UI thread when a new frame is available. | |
void | onNodePropertyChanged (AbstractPropertyType propertyType, PropertyNotificationReason reason) override |
Node::onNodePropertyChanged implementation. | |
virtual void | setupMaterialOverride ()=0 |
Additional Inherited Members | |
Static Public Attributes inherited from AppViewConcept | |
static PropertyType< string > | AppNameProperty |
static PropertyType< string > | VirtualDisplayNameProperty |
static PropertyType< int > | VirtualDisplayWidthProperty |
static PropertyType< int > | VirtualDisplayHeightProperty |
static PropertyType< int > | VirtualDisplayDensityProperty |
static PropertyType< bool > | CanExitAppProperty |
static PropertyType< ResourceSharedPtr > | OverrideMaterialProperty |
static PropertyType< string > | MessageArgumentAppNameProperty |
static PropertyType< bool > | MessageArgumentCanExitAppProperty |
static PropertyType< int > | MessageArgumentVirtualDisplayWidthProperty |
static PropertyType< int > | MessageArgumentVirtualDisplayHeightProperty |
static PropertyType< int > | MessageArgumentVirtualDisplayDensityProperty |
static MessageType< StartAppMessageArguments > | StartAppMessage |
static MessageType< FinishAppMessageArguments > | FinishAppMessage |
static MessageType< NavigateBackMessageArguments > | NavigateBackMessage |
static MessageType< UpdateVirtualDisplayMessageArguments > | UpdateVirtualDisplayMessage |
static MessageType< MessageArguments > | PauseAppMessage |
static MessageType< MessageArguments > | ResumeAppMessage |
|
explicitprotected |
|
protectedpure virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
static |
|
protectedpure virtual |
|
overrideprotected |
|
overrideprotected |
|
protected |
Kanzi calls this function from the main UI thread when a new frame is available.
|
overrideprotected |
Node::onNodePropertyChanged implementation.