Exemplo n.º 1
0
 public static void __hx_ctor_alphatab_LayoutSettings(global::alphatab.LayoutSettings __temp_me50)
 {
     unchecked
     {
         __temp_me50.additionalSettings = new global::haxe.ds.StringMap <object>();
     }
 }
Exemplo n.º 2
0
 public static global::alphatab.LayoutSettings defaults()
 {
     unchecked
     {
         global::alphatab.LayoutSettings settings = new global::alphatab.LayoutSettings();
         settings.mode = "page";
         return(settings);
     }
 }
Exemplo n.º 3
0
        public override object __hx_setField(string field, int hash, object @value, bool handleProperties)
        {
            unchecked
            {
                switch (hash)
                {
                case 100490692:
                {
                    this.staves = ((global::haxe.root.Array <object>)(global::haxe.root.Array <object> .__hx_cast <object>(((global::haxe.root.Array)(@value)))));
                    return(@value);
                }


                case 1488498346:
                {
                    this.layout = ((global::alphatab.LayoutSettings)(@value));
                    return(@value);
                }


                case 2089043906:
                {
                    this.engine = global::haxe.lang.Runtime.toString(@value);
                    return(@value);
                }


                case 38537191:
                {
                    this.height = ((int)(global::haxe.lang.Runtime.toInt(@value)));
                    return(@value);
                }


                case 1247983110:
                {
                    this.width = ((int)(global::haxe.lang.Runtime.toInt(@value)));
                    return(@value);
                }


                case 2026819210:
                {
                    this.scale = ((double)(global::haxe.lang.Runtime.toDouble(@value)));
                    return(@value);
                }


                default:
                {
                    return(base.__hx_setField(field, hash, @value, handleProperties));
                }
                }
            }
        }