|
egueb
0.0.23.1
|
Node features. More...
Modules | |
| Input/Output | |
Node Input/Output features inherits from \1. | |
| Multimedia | |
Node multimedia features inherits from \1. | |
| Navigation | |
Node navigation features inherits from \1. | |
| Rendering | |
Node rendering features inherits from \1. | |
| Scripting | |
Node scripting features inherits from \1. | |
| User input | |
Node user input features inherits from \1. | |
| Window | |
Node window features inherits from \1. | |
Typedefs | |
| typedef struct _Egueb_Dom_Feature | Egueb_Dom_Feature |
Functions | |
| EAPI Enesim_Object_Descriptor * | egueb_dom_feature_descriptor_get (void) |
| EAPI Egueb_Dom_Feature * | egueb_dom_feature_ref (Egueb_Dom_Feature *thiz) |
| EAPI void | egueb_dom_feature_unref (Egueb_Dom_Feature *thiz) |
| EAPI Eina_Bool | egueb_dom_feature_type_get (Egueb_Dom_Feature *thiz, const char **lib, const char **name) |
| Get the type of a feature . | |
Node features.
Node features are ways to inform the application developer about the features a particular node implements.
| EAPI Eina_Bool egueb_dom_feature_type_get | ( | Egueb_Dom_Feature * | thiz, |
| const char ** | lib, | ||
| const char ** | name | ||
| ) |
Get the type of a feature .
| [in] | thiz | The feature to get the type from |
| [out] | lib | The ender library associated with this feature |
| [out] | name | The ender item name of the feature |
This function is needed for ender in order to downcast a feature
1.7.6.1