| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
Canvas Evas Canvas. |
|||
|
ClippedSmartObject SmartObject subclass that automatically handles an internal clipper. |
|||
| EvasLoadError | |||
| EvasObjectMeta | |||
| EvasSmartObjectMeta | |||
| EventHold | |||
| EventKeyDown | |||
| EventKeyUp | |||
| EventMouseDown | |||
| EventMouseIn | |||
| EventMouseMove | |||
| EventMouseOut | |||
| EventMouseUp | |||
| EventMouseWheel | |||
| EventPoint | |||
| EventPosition | |||
|
FilledImage Image that automatically resize it's contents to fit object size. |
|||
|
Gradient Rectangular area with gradient filling |
|||
|
Image Image from file or buffer. |
|||
|
Line Straight line. |
|||
|
Object Basic Graphical Object (or actor). |
|||
| Polygon | |||
|
Rect Type to store and manipulate rectangular coordinates. |
|||
| Rectangle | |||
|
SmartObject Smart Evas Objects. |
|||
|
Text Text object. |
|||
|
Textblock Textblock object. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| tuple of int |
|
||
| tuple of int |
|
||
| tuple of int |
|
||
| tuple of int |
|
||
| tuple of int |
|
||
|
|||
|
|||
| list of str |
|
||
| int |
|
||
|
|||
|
|||
__package__ =
|
|||
|
|||
Retrive the file descriptor used to poll for asynchronous events. If this is >= 0 it represents the file descriptor to poll in your main loop. When there is something to read you should call async_events_process().
Note: ecore.evas already does this for you, you just need this if you are not using ecore.evas. |
Process pending asynchronous events. You should monitor the file descriptor returned by async_events_fd_get() and call this function when there is something to read.
|
Convert color to pre-multiplied format.
Note: Evas works with pre-multiplied colors internally, so every color that comes from or goes to it must be in this format. |
Convert color to regular (no pre-multiplied) format.
Note: Evas works with pre-multiplied colors internally, so every color that comes from or goes to it must be in this format. |
Convert color from HSV to RGB format.
|
Converts a color description to (r, g, b, a) in pre-multiply form.
|
Convert color from RGB to HSV format.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Jan 4 18:53:52 2010 | http://epydoc.sourceforge.net |