Tizen Native API  7.0
UI View Manager (Deprecated)

This module provides functionalities for applications view management.

Required Header

#include <ui_viewmanager.h>

Overview

UI View Manager provides functionalities for applications view management. The view management provides interfaces for view life-cycle, view switching including transition effects and it provides also convenient types of view forms, and application basic infrastructure for each profiles.

Typedefs

typedef enum UiViewIndicator ui_view_indicator
 Enumeration for possible values for indicator state.
typedef enum UiViewState ui_view_state
 Enumeration for possible values for view state.
typedef enum UiViewOrientationMode ui_view_orientation_mode
 Enumeration for possible values for view orientation mode.

Typedef Documentation

Enumeration for possible values for indicator state.

Deprecated:
Deprecated since tizen 6.0.
Since :
3.0

Enumeration for possible values for view orientation mode.

Deprecated:
Deprecated since tizen 6.0.
Since :
3.0
typedef enum UiViewState ui_view_state

Enumeration for possible values for view state.

Deprecated:
Deprecated since tizen 6.0.
Since :
3.0

Enumeration Type Documentation

Enumeration for UI VIEWMGR error code.

Deprecated:
Deprecated since tizen 6.0.
Enumerator:
UI_VIEWMGR_ERROR_NONE 

Successful

UI_VIEWMGR_ERROR_NOT_PERMITTED 

Operation not permitted

UI_VIEWMGR_ERROR_OUT_OF_MEMORY 

Out of memory

UI_VIEWMGR_ERROR_INVALID_PARAMETER 

Invalid parameter

UI_VIEWMGR_ERROR_RESULT_OUT_OF_RANGE 

Result not representable

UI_VIEWMGR_ERROR_ALREADY_IN_PROGRESS 

Operation already in progress

Enumeration for possible values for indicator state.

Deprecated:
Deprecated since tizen 6.0.
Since :
3.0
Enumerator:
UI_VIEW_INDICATOR_UNKNOWN 

Unknown state (Exceptional case)

UI_VIEW_INDICATOR_DEFAULT 

Opaque indicator

UI_VIEW_INDICATOR_OPTIMAL 

Transparent indicator

UI_VIEW_INDICATOR_OVERLAP 

Overlap indicator

UI_VIEW_INDICATOR_HIDE 

Indicator hide

UI_VIEW_INDICATOR_SHOW 

Indicator show

Enumeration for possible values for view orientation mode.

Deprecated:
Deprecated since tizen 6.0.
Since :
3.0
Enumerator:
UI_VIEW_ORIENTATION_MODE_UNKNOWN 

Unknown state (Exceptional case)

UI_VIEW_ORIENTATION_MODE_PORTRAIT 

Portrait state

UI_VIEW_ORIENTATION_MODE_LANDSCAPE 

Landscape state

Enumeration for possible values for view state.

Deprecated:
Deprecated since tizen 6.0.
Since :
3.0
Enumerator:
UI_VIEW_STATE_UNKNOWN 

Unknown state (Exceptional case)

UI_VIEW_STATE_LOAD 

Load state

UI_VIEW_STATE_UNLOAD 

Unload state

UI_VIEW_STATE_ACTIVATE 

Activate state

UI_VIEW_STATE_DEACTIVATE 

Deactivate state

UI_VIEW_STATE_PAUSE 

Pause state

UI_VIEW_STATE_DESTROY 

Destroy state