![]() | Ecore_Audio_Group |
![]() | |
![]() | Physics simulation integration and visual effects |
![]() ![]() | Quaternions are used to perform linear algebra rotations |
![]() ![]() | Shapes are used to create bodies with shapes that differ from primitive ones, like box and cylinder |
![]() ![]() | A camera defines the region of the physics world that will be rendered on the canvas |
![]() ![]() | A world is required to simulate physics between bodies |
![]() ![]() | A body is a representation of an object inside a physics world |
![]() ![]() | Constraints can be used to limit bodies movements, between bodies or between bodies and the world |
![]() | Generates thumbnail images of files |
![]() ![]() | Functions that all users must know of to use Ethumb |
![]() ![]() | How to fine tune thumbnail generation, setting size, aspect, frames, quality and so on |
![]() ![]() | |
![]() ![]() ![]() | Functions that all users must know of to use Ethumb_Client |
![]() ![]() ![]() | How to fine tune thumbnail generation, setting size, aspect, orientation, frames, quality and so on |
![]() | Generic object system |
![]() | Drawing canvas |
![]() ![]() | Functions that affect Evas as a whole |
![]() ![]() | Low level Evas canvas functions |
![]() ![]() ![]() | Functions that are used to set the render engine for a given function, and then get that engine working |
![]() ![]() ![]() | Functions that are used to map coordinates from the canvas to the screen or the screen to the canvas |
![]() ![]() ![]() | Functions that set and retrieve the output and viewport size of an evas |
![]() ![]() ![]() | Functions relating to canvas events, which are mainly reports on its internal states changing (an object got focused, the rendering is updated, etc) |
![]() ![]() ![]() ![]() | Functions that deal with the freezing of input event processing of an Evas canvas |
![]() ![]() ![]() ![]() | Functions to tell Evas that input events happened and should be processed |
![]() ![]() ![]() | Functions that deals with images at canvas level |
![]() ![]() ![]() | Functions that deals with fonts |
![]() ![]() ![]() ![]() | Functions that edit the paths being used to load fonts |
![]() ![]() ![]() | Functions which feed key events to the canvas |
![]() ![]() ![]() ![]() | Functions to get information of touched points in the Evas |
![]() ![]() ![]() | Functions to get information of touched points in the Evas |
![]() ![]() ![]() | Functions that are used to do OpenGL rendering on Evas |
![]() ![]() ![]() | Functions that deal with the status of the pointer (mouse cursor) |
![]() ![]() | Functions that manipulate generic Evas objects |
![]() ![]() ![]() | Almost every evas object created will have some generic function used to manipulate it |
![]() ![]() ![]() | Objects generate events when they are moved, resized, when their visibility change, when they are deleted and so on |
![]() ![]() ![]() | Evas allows different transformations to be applied to all kinds of objects |
![]() ![]() ![]() | Objects may carry hints, so that another object that acts as a manager (see Smart Object Functions) may know how to properly position and resize its subordinate objects |
![]() ![]() ![]() | Miscellaneous functions that also apply to any object, but are less used or not implemented by all objects |
![]() ![]() ![]() | Functions that allows finding objects by their position, name or other properties |
![]() ![]() ![]() | Evas provides a way to intercept method calls |
![]() ![]() | Functions that work on specific objects |
![]() ![]() ![]() | Function to create evas rectangle objects |
![]() ![]() ![]() | Here are grouped together functions used to create and manipulate image objects |
![]() ![]() ![]() | Functions that operate on single line, single style text objects |
![]() ![]() ![]() | Functions used to create and manipulate textblock objects |
![]() ![]() ![]() | |
![]() ![]() ![]() | Functions used to deal with evas line objects |
![]() ![]() ![]() | Functions that operate on evas polygon objects |
![]() ![]() | Functions that deal with Evas_Smart structs, creating definition (classes) of objects that will have customized behavior for methods like evas_object_move(), evas_object_resize(), evas_object_clip_set() and others |
![]() ![]() | Functions dealing with Evas smart objects (instances) |
![]() ![]() ![]() | Clipped smart object is a base to construct other smart objects based on the concept of having an internal clipper that is applied to all children objects |
![]() ![]() ![]() | A box is a convenience smart object that packs children inside it in sequence, using a layouting function specified by the user |
![]() ![]() ![]() | Convenience smart object that packs children using a tabular layout using children size hints to define their size and alignment inside their cell space |
![]() ![]() ![]() | Convenience smart object that packs children under a regular grid layout, using their virtual grid location and size to determine children's positions inside the grid object's area |
![]() ![]() | Evas has an (optional) module which provides client-server infrastructure to share bitmaps across multiple processes, saving data and processing power |
![]() ![]() | Some functions that are handy but are not specific of canvas or objects |
![]() | Binary data parser and serializer |
![]() ![]() | Functions that affect Eet as a whole |
![]() ![]() | Compression modes/levels supported by Eet |
![]() ![]() | Functions to create, destroy and do basic manipulation of Eet_File handles |
![]() ![]() ![]() | Most of the Eet File Main Functions have alternative versions that accounts for ciphers to protect their content |
![]() ![]() | Eet efficiently stores and loads images, including alpha channels and lossy compressions |
![]() ![]() ![]() | Most of the Image Store and Load have alternative versions that accounts for ciphers to protect their content |
![]() ![]() | Eet allows one to protect entries of an Eet_File individually |
![]() ![]() | Convenience functions to serialize and parse complex data structures to binary blobs |
![]() ![]() ![]() | Most of the Eet Data Serialization have alternative versions that accounts for ciphers to protect their content |
![]() ![]() | Functions that create, destroy and manipulate serialization nodes used by Eet Data Serialization |
![]() ![]() | Function that reconstruct and prepare packet of Eet Data Serialization to be send |
![]() | Data types and low-level/basic abstractions |
![]() ![]() | Eina provides an easy to use and optimized data types and structures |
![]() ![]() ![]() | Eina provides an uniform way to access elements of a container, either sequential or indexed |
![]() ![]() ![]() ![]() | These functions manage accessor on containers |
![]() ![]() ![]() ![]() | These functions manage iterators on containers |
![]() ![]() ![]() | Data types that contains other types |
![]() ![]() ![]() ![]() | These functions provide array management |
![]() ![]() ![]() ![]() | Eina_Clist is a compact (inline) list implementation |
![]() ![]() ![]() ![]() | Hash table management |
![]() ![]() ![]() ![]() | Inline array is a container that stores the data itself not pointers to data, this means there is no memory fragmentation, also for small data types(such as char, short, int, etc.) it's more memory efficient |
![]() ![]() ![]() ![]() | These functions provide inline list management |
![]() ![]() ![]() ![]() | These functions provide double linked list management |
![]() ![]() ![]() ![]() | These functions provide matrix sparse management |
![]() ![]() ![]() ![]() | These functions provide Red-Black trees management |
![]() ![]() ![]() ![]() | |
![]() ![]() ![]() ![]() | Abstracts generic data storage and access to it in an extensible and efficient way |
![]() ![]() ![]() ![]() ![]() | |
![]() ![]() ![]() ![]() ![]() | |
![]() ![]() ![]() ![]() ![]() | |
![]() ![]() ![]() ![]() ![]() | |
![]() ![]() ![]() ![]() ![]() | |
![]() ![]() ![]() ![]() ![]() | |
![]() ![]() ![]() ![]() ![]() | |
![]() ![]() ![]() | These functions provide string buffers management |
![]() ![]() ![]() | These functions allow you to store one copy of an object, and use it throughout your program |
![]() ![]() ![]() | Small macro that simplify references counting |
![]() ![]() ![]() | These functions provide string buffers management |
![]() ![]() ![]() | These functions allow you to store a single copy of a string, and use in multiple places throughout your program |
![]() ![]() ![]() | |
![]() ![]() ![]() | These functions provide unicode string buffers management |
![]() ![]() ![]() | These functions allow you to store one copy of a string, and use it throughout your program |
![]() ![]() ![]() | These functions provide basic unicode string handling |
![]() ![]() | Eina tools aims to help application development, providing ways to make it safer, log errors, manage memory more efficiently and more |
![]() ![]() ![]() | These functions allow you to add benchmark framework in a project for timing critical part and detect slow parts of code |
![]() ![]() ![]() | These functions allow you to convert integer or real numbers to string or conversely |
![]() ![]() ![]() | These functions allow you to get the time spent in a part of a code |
![]() ![]() ![]() | These functions provide some helper for a pseudo Copy On Write mechanism |
![]() ![]() ![]() | These functions provide error management for projects |
![]() ![]() ![]() | |
![]() ![]() ![]() | Full-featured logging system |
![]() ![]() ![]() | Eina_Magic provides run-time type-checking |
![]() ![]() ![]() | These functions provide memory pool management |
![]() ![]() ![]() | Eina module provides some helpers over POSIX dlopen() |
![]() ![]() ![]() | These functions provide rectangle management |
![]() ![]() ![]() | Safety checks are a set of macros to check for parameters or values that should never happen, it is similar in concept to assert(), but will log and return instead of abort() your program |
![]() ![]() ![]() | Simplistic relaxed SAX-like XML parser |
![]() ![]() ![]() | Provide useful functions for C string manipulation |
![]() ![]() ![]() | Abstracts platform threads, providing an uniform API |
![]() ![]() ![]() | Functions to handle files and directories |
![]() ![]() | These functions provide helpers for safe mmap handling |
![]() ![]() | These functions provide the ability to determine the runtime location of a software package |
![]() | Embedded script language |
![]() ![]() | Functions that start up and shutdown the Embryo library |
![]() ![]() | Functions that set up programs, and destroy them |
![]() ![]() | Adds a native program call to the given Embryo program |
![]() ![]() | Resets the current virtual machine session of the given program |
![]() ![]() | Ensures that the given unsigned short integer is in the small endian format |
![]() ![]() | Retrieves the location of the public variable in the given program with the given name |
![]() ![]() | Sets the error code for the given program to the given code |
![]() ![]() | Sets the data associated to the given program |
![]() ![]() | Retrieves the length of the string starting at the given cell |
![]() ![]() | Increases the size of the heap of the given virtual machine by the given number of Embryo_Cells |
![]() ![]() | Returns the number of virtual machines are running for the given program |
![]() ![]() | Pushes an Embryo_Cell onto the function stack to use as a parameter for the next function that is called in the given program |
![]() | Microsoft Windows portability layer |
![]() ![]() | This header provides functions ported from Unix in dirent.h |
![]() ![]() | This header provides functions to load and unload dynamic-link libaries, to get the address of a symbol, and to get diagnostic information |
![]() ![]() | This header provides functions to initialize and shut down the Evil library |
![]() ![]() | This header provides functions ported from Unix in stdio.h |
![]() ![]() | This header provides functions ported from Unix in stdlib.h |
![]() ![]() | This header provides functions ported from Unix in string.h |
![]() ![]() | This header provides functions ported from Unix in time.h |
![]() ![]() | This header provides functions ported from Unix in unistd.h |
![]() ![]() | This header provides functions ported from Unix in dirent.h |
![]() ![]() | This header provides the meomry map functions mmap and munmap |
![]() | PlayStation3 portability layer |
![]() ![]() | This header provides functions ported from Unix in libgen.h |
![]() ![]() | This header provides functions ported from Unix in unistd.h |
![]() ![]() | This header provides the meomry map functions mmap and munmap |
![]() | Operating System Abstraction and Integration |
![]() ![]() | |
![]() ![]() | This group discusses functions that are acting on Ecore's main loop itself or on events and infrastructure directly linked to it |
![]() ![]() ![]() | Ecore events provide two main features that are of use to those using ecore: creating events and being notified of events |
![]() ![]() ![]() ![]() | Ecore is aware of some system events that one may be interested, they are described below: |
![]() ![]() ![]() | This module is responsible for managing portable processes using Ecore |
![]() ![]() ![]() | Functions that deal with file descriptor handlers |
![]() ![]() ![]() | Facilities to run heavy tasks in different threads to avoid blocking the main loop |
![]() ![]() ![]() | These functions wrap the pipe / write / read functions to easily integrate its use into ecore's main loop |
![]() ![]() ![]() | |
![]() ![]() ![]() | Ecore poller provides infrastructure for the creation of pollers |
![]() ![]() ![]() | Ecore animators are a helper to simplify creating animations |
![]() ![]() ![]() | Ecore provides very flexible timer functionality |
![]() ![]() ![]() | The idler functionality in Ecore allows for callbacks to be called when the program isn't handling events, timers or fd handlers |
![]() ![]() ![]() | You can queue jobs that are to be done by the main loop when the current event is dealt with |
![]() ![]() | These are function to retrieve time in a given format |
![]() ![]() | |
![]() ![]() | |
![]() ![]() ![]() | |
![]() ![]() ![]() | |
![]() ![]() ![]() | |
![]() ![]() ![]() | |
![]() ![]() ![]() | |
![]() ![]() ![]() | |
![]() ![]() | The Ecore Connection Library ( Ecore_Con ) provides simple mechanisms for communications between programs using reliable sockets |
![]() ![]() ![]() | |
![]() ![]() ![]() | As Ecore_Con works on an event driven design, as data arrives, events will be produced containing the data that arrived |
![]() ![]() ![]() | Utility functions that set up and shut down the Ecore Connection library |
![]() ![]() ![]() | Functions that operate on Ecore connection objects pertaining to SSL |
![]() ![]() ![]() | This group of functions is applied to an Ecore_Con_Server object |
![]() ![]() ![]() | Functions to communicate with and/or set options on a client |
![]() ![]() ![]() | Utility functions that set up, use and shut down the Ecore URL Connection library |
![]() ![]() ![]() | |
![]() ![]() | Ecore evas is a set of functions that makes it easy to tie together ecore's main loop and input handling to evas |
![]() ![]() ![]() | These are global scope functions to manage the EWS to be used by ecore_evas_ews_new() |
![]() ![]() ![]() | These functions allow 1 process to create a "socket" was pluged into which another process can create a "plug" remotely to plug into |
![]() ![]() | Functions used to set up and shut down the Ecore_Framebuffer functions |
![]() ![]() ![]() | Functions that calibrate the screen |
![]() ![]() | |
![]() ![]() | Utility functions that set up and shut down the Ecore Input Method library |
![]() ![]() ![]() | Functions that operate on Ecore Input Method Context objects |
![]() ![]() ![]() | Functions that should be used by Ecore Input Method Context modules |
![]() ![]() ![]() | Helper functions to make it easy to use Evas with Ecore_IMF |
![]() ![]() | Functions that set up and shut down the Ecore IPC Library |
![]() ![]() ![]() | Functions the deal with IPC server objects |
![]() ![]() ![]() | Functions that deal with IPC client objects |
![]() ![]() | Functions used to set up and shut down the Ecore_Psl1ght functions |
![]() ![]() | Functions used to set up and shut down the Ecore_Sdl functions |
![]() ![]() | Ecore_Wl provides a wrapper and convenience functions for using the Wayland window system |
![]() ![]() ![]() | Functions that start and shutdown the Ecore Wayland Library |
![]() ![]() ![]() | Functions that ensure that all commands which have been issued by the Ecore Wayland library have been sent to the server |
![]() ![]() ![]() | Functions that set and retrieve various information about the Wayland Display |
![]() ![]() ![]() | Functions to interface with Wayland Input |
![]() ![]() ![]() | Functions that can be used to create a Wayland window |
![]() ![]() ![]() | Functions to interface with Wayland Drag-n-Drop |
![]() ![]() ![]() | Functions to manipulate wayland subsurfaces, using Ecore_Wl_Subsurf |
![]() ![]() | Ecore_Win32 is a library that wraps Windows graphic functions and integrate them nicely into the Ecore main loop |
![]() ![]() | Ecore_WinCE is a library that wraps Windows CE graphic functions and integrate them nicely into the Ecore main loop |
![]() ![]() | Ecore_X provides a wrapper and convenience functions for using the X Windows System |
![]() ![]() ![]() | Functions that start and shut down the Ecore X Library |
![]() ![]() ![]() | Functions that ensure that all commands that have been issued by the Ecore X library have been sent to the server |
![]() ![]() ![]() | Functions that set and retrieve X display attributes |
![]() ![]() ![]() | Functions that operate on atoms |
![]() ![]() ![]() | Functions related to the X Composite Extension |
![]() ![]() ![]() | Functions related to the X Damage Extension |
![]() ![]() ![]() | Functions related to the X DPMS Extension |
![]() ![]() ![]() | Functions that operate on drawables |
![]() ![]() ![]() | Functions related to MWM |
![]() ![]() ![]() | Functions that operate on pixmaps |
![]() ![]() ![]() | Functions that can be used to create an X window |
![]() ![]() ![]() | Functions to destroy X windows |
![]() ![]() ![]() | Functions that change or retrieve the geometry of X windows |
![]() ![]() ![]() | Functions that change the Z order of X windows |
![]() ![]() ![]() | Functions that set window properties |
![]() ![]() ![]() | Functions to access and change the visibility of X windows |
![]() ![]() ![]() | Functions that give the focus to an X Window |
![]() ![]() ![]() | Functions that retrieve or changes the parent window of a window |
![]() ![]() ![]() | These functions use the shape extension of the X server to change shape of given windows |
![]() ![]() ![]() | Functions related to the X Fixes extension |
![]() | Asynchronous input/output and file manipulation |
![]() ![]() | A set of function to manipulate data associated with a specific file |
![]() ![]() | This are helper provided around core Eio API |
![]() ![]() | This function help manipulating file asynchronously |
![]() ![]() | This set of functions help in the asynchronous use of Eet |
![]() ![]() | These function monitor changes in directories and files |
![]() | D-Bus integration with EFL (Ecore) |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() ![]() | |
![]() ![]() ![]() | |
![]() ![]() ![]() | |
![]() ![]() ![]() | |
![]() ![]() | |
![]() ![]() ![]() | |
![]() ![]() ![]() | |
![]() ![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() | FreeDesktop.Org (XDG) menu and desktop integration |
![]() ![]() | Functions |
![]() ![]() | Specification functions and structures |
![]() ![]() | Specification functions and structures |
![]() ![]() | Functions and structures |
![]() ![]() | Efreet Mime is a library designed to help apps work with the Freedesktop.org Shared Mime Info standard |
![]() ![]() | Efreet_Trash.h provides all of the necessary headers and includes to work with Efreet_Trash |
![]() ![]() | |
![]() ![]() | |
![]() | Hardware device manipulation and notification, wraps UDev and similar |
![]() ![]() | These are general eeze functions which include init and shutdown |
![]() ![]() ![]() | These are functions which interact directly with udev |
![]() ![]() ![]() ![]() | These are functions which find/supplement lists of devices |
![]() ![]() ![]() ![]() | These are functions which interact with the syspath (/sys/$PATH) of a device |
![]() ![]() ![]() ![]() | These are functions which walk up the device chain |
![]() ![]() ![]() ![]() | These are functions which monitor udev for events |
![]() ![]() | Scan and query information about disks |
![]() ![]() | Gather information about network devices |
![]() ![]() | Sensor events that are emitted from the library as ecore eventsEvent types used to register ecore_event_handler on |
![]() ![]() | Gather sensor information from different sources |
![]() ![]() ![]() | Sensor events that are emitted from the library as ecore eventsEvent types used to register ecore_event_handler on |
![]() | Layout and theme library with super-powers |
![]() ![]() | This group discusses functions that have general purposes or affect Edje as a whole |
![]() ![]() | This group discusses functions of the external section of Edje |
![]() ![]() ![]() | Functions to register, unregister EXTERNAL types and develop the plugins |
![]() ![]() ![]() | Functions to manipulate parts of type EXTERNAL |
![]() ![]() | This group discusses functions that deal with Edje layouts and its components |
![]() ![]() ![]() | Functions that deal with signals |
![]() ![]() ![]() | Functions that deal with scaling objects |
![]() ![]() ![]() | Functions that deal with Color Classes |
![]() ![]() ![]() | Functions that deal with layout components |
![]() ![]() ![]() ![]() | Functions that deal with parts of type text |
![]() ![]() ![]() ![]() ![]() | Functions that deal with text entries |
![]() ![]() ![]() ![]() ![]() | Functions that deal with selection in text parts |
![]() ![]() ![]() ![]() ![]() | Functions that deal with cursor in text parts |
![]() ![]() ![]() ![]() | Functions that deal with parts of type swallow and swallowed objects |
![]() ![]() ![]() ![]() | Functions that deal with dragable parts |
![]() ![]() ![]() ![]() | Functions that deal with parts of type box |
![]() ![]() ![]() ![]() | Functions that deal with parts of type table |
![]() ![]() ![]() | Functions that deal with object's geometry |
![]() ![]() ![]() | Functions that deal with Text Classes |
![]() ![]() ![]() | Functions to deals with EDJ files |
![]() ![]() ![]() | Functions that deal with animations |
![]() ![]() ![]() | Functions that deal with messages |
![]() ![]() ![]() | Functions that deal with 3D projection of an 2D object |
![]() | Plays music and videos |
![]() ![]() | How to create, initialize, manipulate and connect to signals of an Emotion object |
![]() ![]() ![]() | |
![]() ![]() ![]() | |
![]() ![]() ![]() | |
![]() ![]() ![]() | |
![]() ![]() ![]() | |
![]() ![]() ![]() | |
![]() ![]() ![]() | |
![]() ![]() ![]() | |
![]() ![]() | |
![]() ![]() |
Copyright ©2000-2014 Enlightenment.org - Samsung Electronics supports the EFL Documentation Project - Generated Sun May 4 2014 12:00:10