コード例 #1
0
// extern (used by Global.cpp)
void
printjoborientation_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachPrintJobOrientationStaticInterface, uri);
}
コード例 #2
0
// extern (used by Global.cpp)
void
sharedobjectflushstatus_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachSharedObjectFlushStatusStaticInterface,
            uri);
}
コード例 #3
0
ファイル: Math_as.cpp プロジェクト: BrandRegard/gnash
void
math_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachMathInterface, uri);
}
コード例 #4
0
ファイル: TextFieldType_as.cpp プロジェクト: adamh/gnash-fork
// extern
void
textfieldtype_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachTextFieldTypeStaticInterface, uri);
}
コード例 #5
0
// extern (used by Global.cpp)
void
stagedisplaystate_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachStageDisplayStateStaticInterface, uri);
}
コード例 #6
0
ファイル: GradientType_as.cpp プロジェクト: adamh/gnash-fork
// extern (used by Global.cpp)
void
gradienttype_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachGradientTypeStaticInterface, uri);
}
コード例 #7
0
// extern (used by Global.cpp)
void
interpolationmethod_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachInterpolationMethodStaticInterface, uri);
}
コード例 #8
0
// extern (used by Global.cpp)
void
bitmapdatachannel_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachBitmapDataChannelStaticInterface, uri);
}
コード例 #9
0
ファイル: System_as.cpp プロジェクト: diocles/gnash
void
system_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachSystemInterface, uri);
}
コード例 #10
0
ファイル: SpreadMethod_as.cpp プロジェクト: adamh/gnash-fork
// extern (used by Global.cpp)
void
spreadmethod_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachSpreadMethodStaticInterface, uri);
}
コード例 #11
0
ファイル: BlendMode_as.cpp プロジェクト: adamh/gnash-fork
// extern (used by Global.cpp)
void
blendmode_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachBlendModeInterface, uri);
}
コード例 #12
0
void
stagescalemode_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachStageScaleModeStaticInterface, uri);
}
コード例 #13
0
// extern (used by Global.cpp)
void
urlrequestmethod_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachURLRequestMethodStaticInterface, uri);
}
コード例 #14
0
// extern (used by Global.cpp)
void
clipboardformats_class_init(as_object& where, const ObjectURI& uri)
{
    registerBuiltinObject(where, attachClipboardFormatsStaticInterface, uri);
}