Evas_3d: modify .eo files to disable legacy.

Instead of setting legacy to null to every function, you can set the
class legacy_prefix to null. It will disable legacy for all the class.
This commit is contained in:
Daniel Zaoui 2014-04-26 10:10:06 +03:00
parent a3927ca1a7
commit a9779aa4ed
8 changed files with 8 additions and 114 deletions

View File

@ -1,6 +1,6 @@
class Evas_3D_Camera (Evas_3D_Object, Evas_Common_Interface)
{
legacy_prefix: evas_3d_camera;
legacy_prefix: null;
data: Evas_3D_Camera_Data;
methods {
projection_matrix_set {
@ -18,7 +18,6 @@ class Evas_3D_Camera (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Camera
*/
legacy null;
params {
@in const Evas_Real *matrix; /*@ Projection Matrix */
}
@ -35,7 +34,6 @@ class Evas_3D_Camera (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Camera
*/
legacy null;
const;
params {
@out Evas_Real matrix; /*@ Projection Matrix */
@ -57,7 +55,6 @@ class Evas_3D_Camera (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Camera
*/
legacy null;
params {
Evas_Real fovy; /*@ Field of view angle in Y direction. */
Evas_Real aspect; /*@ Aspect ratio.*/
@ -74,7 +71,6 @@ class Evas_3D_Camera (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Camera
*/
legacy null;
params {
Evas_Real left; /*@ Left X coordinate of the near clipping plane. */
Evas_Real right; /*@ Right X coordinate of the near clipping plane..*/
@ -92,7 +88,6 @@ class Evas_3D_Camera (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Camera
*/
legacy null;
params {
Evas_Real left; /*@ Left X coordinate of the near clipping plane. */
Evas_Real right; /*@ Right X coordinate of the near clipping plane..*/

View File

@ -1,6 +1,6 @@
class Evas_3D_Light (Evas_3D_Object, Evas_Common_Interface)
{
legacy_prefix: evas_3d_light;
legacy_prefix: null;
data: Evas_3D_Light_Data;
properties {
@ -19,7 +19,6 @@ class Evas_3D_Light (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Light
*/
legacy null;
}
get {
/*@
@ -29,7 +28,6 @@ class Evas_3D_Light (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Light
*/
legacy null;
}
values {
Eina_Bool directional; /*@ Whether the light is directional (@c EINA_TRUE), or not (@c EINA_FALSE).*/
@ -52,7 +50,6 @@ class Evas_3D_Light (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Light
*/
legacy null;
}
get {
/*@
@ -62,7 +59,6 @@ class Evas_3D_Light (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Light
*/
legacy null;
}
values {
Evas_Real exponent; /*@ Spot exponent value..*/
@ -81,7 +77,6 @@ class Evas_3D_Light (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Light
*/
legacy null;
}
get {
/*@
@ -91,7 +86,6 @@ class Evas_3D_Light (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Light
*/
legacy null;
}
values {
Evas_Real cutoff; /*@ Cutoff angle in degree..*/
@ -109,7 +103,6 @@ class Evas_3D_Light (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Light
*/
legacy null;
}
get {
/*@
@ -119,7 +112,6 @@ class Evas_3D_Light (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Light
*/
legacy null;
}
values {
Eina_Bool enable; /*@ Whether to enable attenuation (@c EINA_TRUE), or not (@c EINA_FALSE)..*/
@ -135,7 +127,6 @@ class Evas_3D_Light (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Light
*/
legacy null;
params {
@in Evas_Real r; /*@ Red component of the ambient color between [0.0, 1.0]. */
@in Evas_Real g; /*@ Green component of the ambient color between [0.0, 1.0]. */
@ -151,7 +142,6 @@ class Evas_3D_Light (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Light
*/
legacy null;
const;
params {
@out Evas_Real r; /*@ Red component of the ambient color between [0.0, 1.0]. */
@ -169,7 +159,6 @@ class Evas_3D_Light (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Light
*/
legacy null;
params {
@in Evas_Real r; /*@ Red component of the diffuse color between [0.0, 1.0]. */
@in Evas_Real g; /*@ Green component of the diffuse color between [0.0, 1.0]. */
@ -185,7 +174,6 @@ class Evas_3D_Light (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Light
*/
legacy null;
const;
params {
@out Evas_Real r; /*@ Red component of the diffuse color between [0.0, 1.0]. */
@ -203,7 +191,6 @@ class Evas_3D_Light (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Light
*/
legacy null;
params {
@in Evas_Real r; /*@ Red component of the specular color between [0.0, 1.0]. */
@in Evas_Real g; /*@ Green component of the specular color between [0.0, 1.0]. */
@ -219,7 +206,6 @@ class Evas_3D_Light (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Light
*/
legacy null;
const;
params {
@out Evas_Real r; /*@ Red component of the specular color between [0.0, 1.0]. */
@ -245,7 +231,6 @@ class Evas_3D_Light (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Light
*/
legacy null;
params {
@in Evas_Real constant; /*@ Constant attenuation term..*/
@in Evas_Real linear; /*@ Linear attenuation term..*/
@ -261,7 +246,6 @@ class Evas_3D_Light (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Light
*/
legacy null;
const;
params {
@out Evas_Real constant; /*@ Constant attenuation term..*/

View File

@ -1,6 +1,6 @@
class Evas_3D_Material (Evas_3D_Object, Evas_Common_Interface)
{
legacy_prefix: evas_3d_material;
legacy_prefix: null;
data: Evas_3D_Material_Data;
methods {
color_set {
@ -23,7 +23,6 @@ class Evas_3D_Material (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Material
*/
legacy null;
params {
@in Evas_3D_Material_Attrib attrib; /*@ Material attribute ID. */
@in Evas_Real r; /*@ Red component of the color. */
@ -42,7 +41,6 @@ class Evas_3D_Material (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Material
*/
legacy null;
const;
params {
@in Evas_3D_Material_Attrib attrib; /*@ Material attribute ID. */
@ -68,7 +66,6 @@ class Evas_3D_Material (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Material
*/
legacy null;
}
get {
/*
@ -79,7 +76,6 @@ class Evas_3D_Material (Evas_3D_Object, Evas_Common_Interface)
@return @c EINA_TRUE if enabled, or @c EINA_FALSE if not.
@ingroup Evas_3D_Material
*/
legacy null;
}
keys {
Evas_3D_Material_Attrib attrib; /*@ Material attribute ID. */
@ -103,7 +99,6 @@ class Evas_3D_Material (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Material
*/
legacy null;
}
get {
/*
@ -114,7 +109,6 @@ class Evas_3D_Material (Evas_3D_Object, Evas_Common_Interface)
@return The shininess value.
@ingroup Evas_3D_Material
*/
legacy null;
}
values {
Evas_Real shininess; /*@ Shininess value. */
@ -132,7 +126,6 @@ class Evas_3D_Material (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Material
*/
legacy null;
}
get {
/*
@ -144,7 +137,6 @@ class Evas_3D_Material (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Material
*/
legacy null;
}
keys {

View File

@ -1,6 +1,6 @@
class Evas_3D_Mesh (Evas_3D_Object, Evas_Common_Interface)
{
legacy_prefix: evas_3d_mesh;
legacy_prefix: null;
data: Evas_3D_Mesh_Data;
methods {
@ -13,7 +13,6 @@ class Evas_3D_Mesh (Evas_3D_Object, Evas_Common_Interface)
*
* @ingroup Evas_3D_Mesh
*/
legacy null;
params {
@in Evas_3D_Mesh_File_Type type; /*@ The type of the mesh file. */
@in const char *file; /*@ Path to the mesh file. */
@ -38,7 +37,6 @@ class Evas_3D_Mesh (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Mesh
*/
legacy null;
params {
@in int frame; /*@ The number of the key frame. */
@in Evas_3D_Vertex_Attrib attrib; /*@ Vertex attribute ID. */
@ -61,7 +59,6 @@ class Evas_3D_Mesh (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Mesh
*/
legacy null;
params {
@in int frame; /*@ The number of the key frame. */
@in Evas_3D_Vertex_Attrib attrib; /*@ Vertex attribute ID. */
@ -86,7 +83,6 @@ class Evas_3D_Mesh (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Mesh
*/
legacy null;
return void *;
params {
@in int frame; /*@ The number of the key frame. */
@ -103,7 +99,6 @@ class Evas_3D_Mesh (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Mesh
*/
legacy null;
params {
@in int frame; /*@ The number of the key frame. */
@in Evas_3D_Vertex_Attrib attrib; /*@ Vertex attribute ID. */
@ -124,7 +119,6 @@ class Evas_3D_Mesh (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Mesh
*/
legacy null;
const;
return int ;
params {
@ -147,7 +141,6 @@ class Evas_3D_Mesh (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Mesh
*/
legacy null;
params {
@in Evas_3D_Index_Format format; /*@ Vertex index data format. */
@in int count; /*@ Vertex index count. */
@ -167,7 +160,6 @@ class Evas_3D_Mesh (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Mesh
*/
legacy null;
return void ;
params {
@in Evas_3D_Index_Format format; /*@ Vertex index data format. */
@ -193,7 +185,6 @@ class Evas_3D_Mesh (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Mesh
*/
legacy null;
const;
return Evas_3D_Index_Format ;
}
@ -211,7 +202,6 @@ class Evas_3D_Mesh (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Mesh
*/
legacy null;
const;
return int ;
}
@ -231,7 +221,6 @@ class Evas_3D_Mesh (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Mesh
*/
legacy null;
return void * ;
}
@ -243,7 +232,6 @@ class Evas_3D_Mesh (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Mesh
*/
legacy null;
}
frame_add {
@ -257,7 +245,6 @@ class Evas_3D_Mesh (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Mesh
*/
legacy null;
params {
@in int frame; /*@ The number of the key frame to be added. */
}
@ -274,7 +261,6 @@ class Evas_3D_Mesh (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Mesh
*/
legacy null;
params {
@in int frame; /*@ The number of the key frame to be added. */
}
@ -292,7 +278,6 @@ class Evas_3D_Mesh (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Mesh
*/
legacy null;
params {
@in unsigned int count; /*@ Vertex count.*/
}
@ -306,7 +291,6 @@ class Evas_3D_Mesh (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Mesh
*/
legacy null;
const;
return int;
}
@ -322,7 +306,6 @@ class Evas_3D_Mesh (Evas_3D_Object, Evas_Common_Interface)
*
* @ingroup Evas_3D_Mesh
*/
legacy null;
}
get {
/**
@ -332,7 +315,6 @@ class Evas_3D_Mesh (Evas_3D_Object, Evas_Common_Interface)
*
* @ingroup Evas_3D_Mesh
*/
legacy null;
}
values {
Evas_3D_Shade_Mode mode; /*@ The shade mode.*/
@ -349,7 +331,6 @@ class Evas_3D_Mesh (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Mesh
*/
legacy null;
}
get {
/**
@ -359,7 +340,6 @@ class Evas_3D_Mesh (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Mesh
*/
legacy null;
}
keys {
int frame; /*@ The number of the key frame.*/
@ -381,7 +361,6 @@ class Evas_3D_Mesh (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Mesh
*/
legacy null;
}
get {
/*
@ -393,7 +372,6 @@ class Evas_3D_Mesh (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Mesh
*/
legacy null;
}
values {
Evas_3D_Vertex_Assembly assembly; /*@ Vertex assembly.*/

View File

@ -1,6 +1,6 @@
class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
{
legacy_prefix: evas_3d_node;
legacy_prefix: null;
data: Evas_3D_Node_Data;
constructors {
constructor {
@ -21,7 +21,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node
*/
legacy null;
const;
return Evas_3D_Node_Type ;
}
@ -37,7 +36,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node
*/
legacy null;
params {
@in Evas_3D_Node *member; /*@ Node object to be added. */
}
@ -51,7 +49,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node
*/
legacy null;
params {
@in Evas_3D_Node *member; /*@ Member node to be deleted from the given node. */
}
@ -67,7 +64,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node
*/
legacy null;
const;
return Evas_3D_Node * ;
}
@ -82,7 +78,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node
*/
legacy null;
const;
return const Eina_List * ;
}
@ -100,7 +95,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node_Transform
*/
legacy null;
params {
@in Evas_Real x; /*@ X coordinate of the position. */
@in Evas_Real y; /*@ Y coordinate of the position. */
@ -120,7 +114,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node_Transform
*/
legacy null;
params {
@in Evas_Real x; /*@ X term of the orientation quaternion (w, x, y, z) */
@in Evas_Real y; /*@ Y term of the orientation quaternion (w, x, y, z) */
@ -143,7 +136,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node_Transform
*/
legacy null;
params {
@in Evas_Real angle; /*@ Rotation angle.*/
@in Evas_Real x; /*@ X term of the rotation axis.*/
@ -171,7 +163,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node_Transform
*/
legacy null;
params {
@in Evas_Real x; /*@ Scale factor along X-axis.*/
@in Evas_Real y; /*@ Scale factor along Y-axis.*/
@ -192,7 +183,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node_Transform
*/
legacy null;
const;
params {
@in Evas_3D_Space space; /*@ */
@ -216,7 +206,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node_Transform
*/
legacy null;
const;
params {
@in Evas_3D_Space space; /*@ */
@ -240,7 +229,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node_Transform
*/
legacy null;
const;
params {
@in Evas_3D_Space space; /*@ */
@ -273,7 +261,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node_Transform
*/
legacy null;
params {
@in Evas_3D_Space target_space; /*@ Space where the target position belongs to. */
@in Evas_Real x; /*@ X coordinate of the target position. */
@ -300,7 +287,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node
*/
legacy null;
params {
@in Evas_3D_Mesh *mesh; /*@ The mesh to be added.*/
}
@ -320,7 +306,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node
*/
legacy null;
params {
@in Evas_3D_Mesh *mesh; /*@ The mesh to be deleted.*/
}
@ -341,7 +326,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node
*/
legacy null;
const;
return const Eina_List *;
}
@ -364,7 +348,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node_Transform
*/
legacy null;
}
get {
/*
@ -377,7 +360,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node_Transform
*/
legacy null;
}
values {
Eina_Bool inherit; /*@ Whether to inherit parent position*/
@ -399,7 +381,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node_Transform
*/
legacy null;
}
get {
/*
@ -412,7 +393,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node_Transform
*/
legacy null;
}
values {
Eina_Bool inherit; /*@ Whether to inherit parent orientation*/
@ -433,7 +413,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node_Transform
*/
legacy null;
}
get {
/*
@ -446,7 +425,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node_Transform
*/
legacy null;
}
values {
Eina_Bool inherit; /*@ Whether to inherit parent scale*/
@ -468,7 +446,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node
*/
legacy null;
}
get {
/*
@ -481,7 +458,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node
*/
legacy null;
}
values {
Evas_3D_Camera *camera; /*@ The camera */
@ -503,7 +479,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node
*/
legacy null;
}
get {
/*
@ -516,7 +491,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node
*/
legacy null;
}
values {
Evas_3D_Light *light; /*@ The light */
@ -541,7 +515,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node
*/
legacy null;
}
get {
/*
@ -558,7 +531,6 @@ class Evas_3D_Node (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Node
*/
legacy null;
}
keys {
Evas_3D_Mesh *mesh; /*@ The given mesh.*/

View File

@ -1,6 +1,6 @@
class Evas_3D_Object (Eo_Base, Evas_Common_Interface)
{
legacy_prefix: evas_3d_object;
legacy_prefix: null;
data: Evas_3D_Object_Data;
methods {
change {
@ -11,13 +11,11 @@ class Evas_3D_Object (Eo_Base, Evas_Common_Interface)
@in Evas_3D_State state; /*@ State that is changed */
@in Evas_3D_Object *ref; /*@ The Object that caused the change */
}
legacy null;
}
type_get {
/*@
Returns the type of the object.
*/
legacy null;
const;
return Evas_3D_Object_Type;
}
@ -26,7 +24,6 @@ class Evas_3D_Object (Eo_Base, Evas_Common_Interface)
/*@
Returns the type of the object.
*/
legacy null;
params{
@in Evas_3D_Object_Type type;
}
@ -36,7 +33,6 @@ class Evas_3D_Object (Eo_Base, Evas_Common_Interface)
/*@
Returns the status of a particular state of the object.
*/
legacy null;
const;
return Eina_Bool;
params {
@ -48,14 +44,12 @@ class Evas_3D_Object (Eo_Base, Evas_Common_Interface)
/*@
Update request for the object.
*/
legacy null;
}
update_notify {
/*@
Pure virtual update_notify function..
Update request for the object.
*/
legacy null;
}
change_notify {
@ -63,7 +57,6 @@ class Evas_3D_Object (Eo_Base, Evas_Common_Interface)
Pure virtual change_notify function..
Update request for the object.
*/
legacy null;
params {
@in Evas_3D_State state; /*@ State that is changed */
@in Evas_3D_Object *ref; /*@ The Object that caused the change */

View File

@ -1,6 +1,6 @@
class Evas_3D_Scene (Evas_3D_Object, Evas_Common_Interface)
{
legacy_prefix: evas_3d_scene;
legacy_prefix: null;
data: Evas_3D_Scene_Data;
methods {
size_set {
@ -12,7 +12,6 @@ class Evas_3D_Scene (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Scene
*/
legacy null;
params {
@in int w; /*@ Width of the resolution. */
@in int h; /*@ Height of the resolution. */
@ -25,7 +24,6 @@ class Evas_3D_Scene (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Scene
*/
legacy null;
const;
params {
@out int w; /*@ Pointer to receive width of the resolution. */
@ -45,7 +43,6 @@ class Evas_3D_Scene (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Scene
*/
legacy null;
params {
@in Evas_Real r; /*@ Red component of the background color. */
@in Evas_Real g; /*@ Green component of the background color. */
@ -61,7 +58,6 @@ class Evas_3D_Scene (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Scene
*/
legacy null;
const;
params {
@out Evas_Real r; /*@ Pointer to receive red component of the background color.*/
@ -81,7 +77,6 @@ class Evas_3D_Scene (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Scene
*/
legacy null;
const;
return Eina_Bool ;
params {
@ -104,7 +99,6 @@ class Evas_3D_Scene (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Scene
*/
legacy null;
}
get {
/*
@ -114,7 +108,6 @@ class Evas_3D_Scene (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Scene
*/
legacy null;
}
values {
Evas_3D_Node *node; /*@ A node which will be used as a root node for the scene. */
@ -128,7 +121,6 @@ class Evas_3D_Scene (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Scene
*/
legacy null;
}
get {
/*
@ -138,7 +130,6 @@ class Evas_3D_Scene (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Scene
*/
legacy null;
}
values {
Evas_3D_Node *node; /*@ A node which will be used as a camera node for the scene. */

View File

@ -1,6 +1,6 @@
class Evas_3D_Texture (Evas_3D_Object, Evas_Common_Interface)
{
legacy_prefix: evas_3d_texture;
legacy_prefix: null;
data : Evas_3D_Texture_Data;
properties {
source_visible {
@ -17,7 +17,6 @@ class Evas_3D_Texture (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Texture
*/
legacy null;
}
get {
/*
@ -27,7 +26,6 @@ class Evas_3D_Texture (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Texture
*/
legacy null;
}
values {
Eina_Bool visible; /*@ @c EINA_TRUE for visible, @c EINA_FALSE for invisible.*/
@ -44,7 +42,6 @@ class Evas_3D_Texture (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Texture
*/
legacy null;
params {
@in Evas_3D_Color_Format color_format; /*@ Color format of the texture. */
@in Evas_3D_Pixel_Format pixel_format; /*@ Pixel format of the data. */
@ -63,7 +60,6 @@ class Evas_3D_Texture (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Texture
*/
legacy null;
return void ;
params {
@in const char *file; /*@ Path to the image file. */
@ -83,7 +79,6 @@ class Evas_3D_Texture (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Texture
*/
legacy null;
return void ;
params {
@in Evas_Object *source; /*@ Source evas object to be used as the texture data. */
@ -103,7 +98,6 @@ class Evas_3D_Texture (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Texture
*/
legacy null;
const;
return Evas_3D_Color_Format ;
}
@ -121,7 +115,6 @@ class Evas_3D_Texture (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Texture
*/
legacy null;
const;
params {
@out int w; /*@ Pointer to receive the width of the texture size. */
@ -139,7 +132,6 @@ class Evas_3D_Texture (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Texture
*/
legacy null;
params {
@in Evas_3D_Wrap_Mode s; /*@ Wrap mode for S-axis. */
@in Evas_3D_Wrap_Mode t; /*@ Wrap mode for T-axis. */
@ -155,7 +147,6 @@ class Evas_3D_Texture (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Texture
*/
legacy null;
return void ;
params {
@out Evas_3D_Wrap_Mode s; /*@ Pointer to receive S-axis wrap mode. */
@ -172,7 +163,6 @@ class Evas_3D_Texture (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Texture
*/
legacy null;
params {
@in Evas_3D_Texture_Filter min; /*@ Minification filter used when down-scaling. */
@in Evas_3D_Texture_Filter mag; /*@ Magnification filter used when up-scaling. */
@ -192,7 +182,6 @@ class Evas_3D_Texture (Evas_3D_Object, Evas_Common_Interface)
@ingroup Evas_3D_Texture
*/
legacy null;
const;
params {
@out Evas_3D_Texture_Filter min; /*@ Pointer to receive the minification filter. */