Package edje :: Module c_edje
[hide private]
[frames] | no frames]

Module c_edje

Classes [hide private]
  Edje
Edje evas object.
  EdjeLoadError
Exception to represent Edje load errors.
  EdjeObjectMeta
  Message
Base class to represent Edje messages.
  MessageFloat
Float message.
  MessageFloatSet
Float set message.
  MessageInt
Integer message.
  MessageIntSet
Integer set message.
  MessageSignal
  MessageString
String message.
  MessageStringFloat
String + float message.
  MessageStringFloatSet
String + Float set message.
  MessageStringInt
String + Integer message.
  MessageStringIntSet
String + Integer set message.
  MessageStringSet
String set message.
Functions [hide private]
 
collection_cache_flush(...)
int
collection_cache_get(...)
 
collection_cache_set(...)
 
color_class_del(...)
list of str
color_class_list(...)
 
color_class_set(...)
Set color class.
 
extern_object_aspect_set(...)
Set aspect size of an external object.
 
extern_object_max_size_set(...)
Set maximum size of an external object.
 
extern_object_min_size_set(...)
Set minimum size of an external object.
 
file_cache_flush(...)
int
file_cache_get(...)
 
file_cache_set(...)
list of str
file_collection_list(...)
str
file_data_get(...)
Check if file contains the given group.
bool
file_group_exists(...)
Check if file contains the given group.
str
fontset_append_get(...)
 
fontset_append_set(...)
float
frametime_get(...)
 
frametime_set(...)
Set time between frames.
 
freeze(...)
Freeze all Edje objects in the current process.
 
init(...)
 
message_signal_process(...)
Force iteration of Edje's message system.
 
shutdown(...)
 
text_class_del(...)
list of str
text_class_list(...)
 
text_class_set(...)
Set text class.
 
thaw(...)
Thaw all Edje objects in the current process.
Variables [hide private]
  __package__ = 'edje'
Function Details [hide private]

extern_object_aspect_set(...)

 

Set aspect size of an external object.

This sets the desired aspect ratio to keep an object that will be swallowed by Edje. The width and height define a preferred size ASPECT and the object may be scaled to be larger or smaller, but retaining the relative scale of both aspect width and height.

Known aspect ratios:

  • EDJE_ASPECT_CONTROL_NONE = 0
  • EDJE_ASPECT_CONTROL_NEITHER = 1
  • EDJE_ASPECT_CONTROL_HORIZONTAL = 2
  • EDJE_ASPECT_CONTROL_VERTICAL = 3
  • EDJE_ASPECT_CONTROL_BOTH = 4

If this object is already swallowed, it will trigger edje to recalculate it's objects geometries.

extern_object_max_size_set(...)

 

Set maximum size of an external object.

If this object is already swallowed, it will trigger edje to recalculate it's objects geometries.

extern_object_min_size_set(...)

 

Set minimum size of an external object.

If this object is already swallowed, it will trigger edje to recalculate it's objects geometries.

freeze(...)

 

Freeze all Edje objects in the current process.

See Also: Edje.freeze()

thaw(...)

 

Thaw all Edje objects in the current process.

See Also: Edje.thaw()