EWebKit  1.0
Public Attributes | List of all members
Ewk_View_Smart_Data Struct Reference

Contains an internal View data. More...

#include <ewk_view.h>

Public Attributes

Evas_Object_Smart_Clipped_Data base
 
const Ewk_View_Smart_Classapi
 
Evas_Object * self
 
Evas_Object * image
 
EwkViewpriv
 
struct {
   Evas_Coord   x
 
   Evas_Coord   y
 
   Evas_Coord   w
 
   Evas_Coord   h
 
view
 
struct {
   Eina_Bool   any:1
 
   Eina_Bool   size:1
 
   Eina_Bool   position:1
 
changed
 

Detailed Description

Contains an internal View data.

It is to be considered private by users, but may be extended or changed by sub-classes (that's why it's in public header file).

Member Data Documentation

Eina_Bool Ewk_View_Smart_Data::any

< what changed since last smart_calculate

const Ewk_View_Smart_Class* Ewk_View_Smart_Data::api

reference to casted class instance

Evas_Coord Ewk_View_Smart_Data::h

last used viewport

Evas_Object* Ewk_View_Smart_Data::image

reference to evas_object_image for drawing web contents

EwkView* Ewk_View_Smart_Data::priv

should never be accessed, c++ stuff

Evas_Object* Ewk_View_Smart_Data::self

reference to owner object


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