Python Script Engine  1.0
GL Studio Editor Python Script API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Catalyzer.i File Reference

Classes

class  Catalyzer
 

Enumerations

enum  RefreshModeType {
  REFRESH_SCRIPT_CONTROLLED,
  REFRESH_ALWAYS,
  REFRESH_EXPLICIT,
  REFRESH_NUM_MODES
}
 
enum  OverriddenPropertyType_e {
  OVERRIDDEN_ALL,
  OVERRIDDEN_PROPERTY,
  OVERRIDDEN_COMPONENT,
  OVERRIDDEN_TRANSFORM,
  OVERRIDDEN_NUM_TYPES
}
 

Functions

CatalyzerCastToCatalyzer (DisplayObject *obj)
 

Detailed Description

The Catalyzer Python interface file.

Enumeration Type Documentation

Enumerator
OVERRIDDEN_ALL 

All overridden properties are selected.

OVERRIDDEN_PROPERTY 

Only normal property type overridden properties are selected.

OVERRIDDEN_COMPONENT 

Only LiveComponent type overridden properties are selected.

OVERRIDDEN_TRANSFORM 

Only Cumulative Transform type overridden properties are selected.

OVERRIDDEN_NUM_TYPES 
Enumerator
REFRESH_SCRIPT_CONTROLLED 

The script controls when the reactions fire.

REFRESH_ALWAYS 

Always refresh the catalyzer on a change.

REFRESH_EXPLICIT 

User must tell the the catalyzer to rerun its scripts.

REFRESH_NUM_MODES