From 31ff5ce755d00cf12ea2ffc96c33ed9acd36358f Mon Sep 17 00:00:00 2001 From: wang_zhiqiang Date: Wed, 21 Nov 2018 16:32:29 +0800 Subject: update doc add new sequence and update doxygen files. Change-Id: I6737939eb2628577d58b2d1d65086e46e7cb14a4 Signed-off-by: wang_zhiqiang --- doc/api-ref/html/d6/df5/structdisplay.html | 285 +++++++++++++++++++++++++++++ 1 file changed, 285 insertions(+) create mode 100644 doc/api-ref/html/d6/df5/structdisplay.html (limited to 'doc/api-ref/html/d6/df5') diff --git a/doc/api-ref/html/d6/df5/structdisplay.html b/doc/api-ref/html/d6/df5/structdisplay.html new file mode 100644 index 0000000..3fee795 --- /dev/null +++ b/doc/api-ref/html/d6/df5/structdisplay.html @@ -0,0 +1,285 @@ + + + + + + +HomeScreenBinding: display Struct Reference + + + + + + + + + + +
+
+ + + + + + +
+
HomeScreenBinding +
+
+
+ + + + + + +
+
+ + +
+ +
+ +
+
+ +
+
display Struct Reference
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Attributes

struct wl_display * display
 
struct wl_registry * registry
 
struct wl_compositor * compositor
 
struct wl_seat * seat
 
struct {
   EGLDisplay   dpy
 
   EGLContext   ctx
 
   EGLConfig   conf
 
egl
 
struct windowwindow
 
struct ivi_application * ivi_application
 
PFNEGLSWAPBUFFERSWITHDAMAGEEXTPROC swap_buffers_with_damage
 
+

Detailed Description

+
+

Definition at line 116 of file simple-egl.cpp.

+

Member Data Documentation

+ +
+
+ + + + +
struct wl_compositor* display::compositor
+
+ +

Definition at line 119 of file simple-egl.cpp.

+ +
+
+ +
+
+ + + + +
EGLConfig display::conf
+
+ +

Definition at line 124 of file simple-egl.cpp.

+ +
+
+ +
+
+ + + + +
EGLContext display::ctx
+
+ +

Definition at line 123 of file simple-egl.cpp.

+ +
+
+ +
+
+ + + + +
struct wl_display* display::display
+
+ +

Definition at line 117 of file simple-egl.cpp.

+ +
+
+ +
+
+ + + + +
EGLDisplay display::dpy
+
+ +

Definition at line 122 of file simple-egl.cpp.

+ +
+
+ +
+
+ + + + +
struct { ... } display::egl
+
+ +
+
+ +
+
+ + + + +
struct ivi_application* display::ivi_application
+
+ +

Definition at line 127 of file simple-egl.cpp.

+ +
+
+ +
+
+ + + + +
struct wl_registry* display::registry
+
+ +

Definition at line 118 of file simple-egl.cpp.

+ +
+
+ +
+
+ + + + +
struct wl_seat* display::seat
+
+ +

Definition at line 120 of file simple-egl.cpp.

+ +
+
+ +
+
+ + + + +
PFNEGLSWAPBUFFERSWITHDAMAGEEXTPROC display::swap_buffers_with_damage
+
+ +

Definition at line 129 of file simple-egl.cpp.

+ +
+
+ +
+
+ + + + +
struct window* display::window
+
+ +

Definition at line 126 of file simple-egl.cpp.

+ +
+
+
The documentation for this struct was generated from the following file: +
+ + + + -- cgit 1.2.3-korg