liblives  2.4.1-svn
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Namespaces | Classes | Typedefs
lives Namespace Reference

lives namespace. More...

Namespaces

 prefs
 Preferences.
 

Classes

class  livesString
 class "livesString". More...
 
struct  modeChangedInfo
 Struct passed to modeChanged callback. More...
 
struct  appQuitInfo
 Struct passed to appQuit callback. More...
 
class  livesApp
 class "livesApp". More...
 
class  clip
 class "clip". More...
 
class  set
 class "set". More...
 
class  player
 class "player". More...
 
class  effectKey
 class "effectKey". More...
 
class  effectKeyMap
 class "effectKeyMap". More...
 
class  effect
 class "effect". More...
 
class  block
 class "block". More...
 
class  multitrack
 class "multitrack". More...
 

Typedefs

typedef class livesApp livesApp
 typedef
 
typedef class set set
 typedef
 
typedef class clip clip
 typedef
 
typedef class effectKey effectKey
 typedef
 
typedef class effectKeyMap effectKeyMap
 typedef
 
typedef class effect effect
 typedef
 
typedef class player player
 typedef
 
typedef class multitrack multitrack
 typedef
 
typedef class block block
 typedef
 
typedef class livesString livesString
 typedef
 
typedef list< livesStringlivesStringList
 typedef
 
typedef bool(* modeChanged_callback_f )(livesApp *, modeChangedInfo *, void *)
 Type of callback function for LIVES_CALLBACK_MODE_CHANGED. More...
 
typedef bool(* appQuit_callback_f )(livesApp *, appQuitInfo *, void *)
 Type of callback function for LIVES_CALLBACK_APP_QUIT. More...
 
typedef bool(* objectDestroyed_callback_f )(livesApp *, void *)
 Type of callback function for LIVES_CALLBACK_OBJECT_DESTROYED. More...
 

Detailed Description

lives namespace.

Typedef Documentation

typedef bool(* lives::appQuit_callback_f)(livesApp *, appQuitInfo *, void *)

Type of callback function for LIVES_CALLBACK_APP_QUIT.

See Also
LIVES_CALLBACK_APP_QUIT
livesApp::addCallback(lives_callback_t cb_type, appQuit_callback_f func, void *data)
typedef bool(* lives::modeChanged_callback_f)(livesApp *, modeChangedInfo *, void *)

Type of callback function for LIVES_CALLBACK_MODE_CHANGED.

See Also
LIVES_CALLBACK_MODE_CHANGED
livesApp::addCallback(lives_callback_t cb_type, modeChanged_callback_f func, void *data)
typedef bool(* lives::objectDestroyed_callback_f)(livesApp *, void *)

Type of callback function for LIVES_CALLBACK_OBJECT_DESTROYED.

See Also
LIVES_CALLBACK_OBJECT_DESTROYED
livesApp::addCallback(lives_callback_t cb_type, objectDestroyed_callback_f func, void *data)