// extern (used by Global.cpp)
void
printjoborientation_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachPrintJobOrientationStaticInterface, uri);
}
// extern (used by Global.cpp)
void
sharedobjectflushstatus_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachSharedObjectFlushStatusStaticInterface,
            uri);
}
Beispiel #3
0
void
math_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachMathInterface, uri);
}
Beispiel #4
0
// extern
void
textfieldtype_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachTextFieldTypeStaticInterface, uri);
}
// extern (used by Global.cpp)
void
stagedisplaystate_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachStageDisplayStateStaticInterface, uri);
}
Beispiel #6
0
// extern (used by Global.cpp)
void
gradienttype_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachGradientTypeStaticInterface, uri);
}
// extern (used by Global.cpp)
void
interpolationmethod_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachInterpolationMethodStaticInterface, uri);
}
// extern (used by Global.cpp)
void
bitmapdatachannel_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachBitmapDataChannelStaticInterface, uri);
}
Beispiel #9
0
void
system_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachSystemInterface, uri);
}
Beispiel #10
0
// extern (used by Global.cpp)
void
spreadmethod_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachSpreadMethodStaticInterface, uri);
}
Beispiel #11
0
// extern (used by Global.cpp)
void
blendmode_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachBlendModeInterface, uri);
}
Beispiel #12
0
void
stagescalemode_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachStageScaleModeStaticInterface, uri);
}
// extern (used by Global.cpp)
void
urlrequestmethod_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachURLRequestMethodStaticInterface, uri);
}
// extern (used by Global.cpp)
void
clipboardformats_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachClipboardFormatsStaticInterface, uri);
}