public static void __hx_ctor_alphatab_rendering_BarRendererFactory(global::alphatab.rendering.BarRendererFactory __temp_me28)
 {
     unchecked
     {
         __temp_me28.isInAccolade = true;
     }
 }
Example #2
0
 public Stave(global::alphatab.rendering.BarRendererFactory barRendererFactory)
 {
     unchecked
     {
         global::alphatab.rendering.staves.Stave.__hx_ctor_alphatab_rendering_staves_Stave(this, barRendererFactory);
     }
 }
Example #3
0
		public override   object __hx_setField(string field, int hash, object @value, bool handleProperties)
		{
			unchecked 
			{
				switch (hash)
				{
					case 553915593:
					{
						this.isLastInAccolade = ((bool) (@value) );
						return @value;
					}
					
					
					case 504792271:
					{
						this.isFirstInAccolade = ((bool) (@value) );
						return @value;
					}
					
					
					case 1382488090:
					{
						this.staveBottom = ((int) (global::haxe.lang.Runtime.toInt(@value)) );
						return @value;
					}
					
					
					case 1818949592:
					{
						this.bottomSpacing = ((int) (global::haxe.lang.Runtime.toInt(@value)) );
						return @value;
					}
					
					
					case 2106138990:
					{
						this.topSpacing = ((int) (global::haxe.lang.Runtime.toInt(@value)) );
						return @value;
					}
					
					
					case 105656838:
					{
						this.staveTop = ((int) (global::haxe.lang.Runtime.toInt(@value)) );
						return @value;
					}
					
					
					case 1041537810:
					{
						this.index = ((int) (global::haxe.lang.Runtime.toInt(@value)) );
						return @value;
					}
					
					
					case 38537191:
					{
						this.height = ((int) (global::haxe.lang.Runtime.toInt(@value)) );
						return @value;
					}
					
					
					case 121:
					{
						this.y = ((int) (global::haxe.lang.Runtime.toInt(@value)) );
						return @value;
					}
					
					
					case 120:
					{
						this.x = ((int) (global::haxe.lang.Runtime.toInt(@value)) );
						return @value;
					}
					
					
					case 268153213:
					{
						this.barRenderers = ((global::haxe.root.Array<object>) (global::haxe.root.Array<object>.__hx_cast<object>(((global::haxe.root.Array) (@value) ))) );
						return @value;
					}
					
					
					case 1636857419:
					{
						this._factory = ((global::alphatab.rendering.BarRendererFactory) (@value) );
						return @value;
					}
					
					
					case 1560739056:
					{
						this.staveGroup = ((global::alphatab.rendering.staves.StaveGroup) (@value) );
						return @value;
					}
					
					
					default:
					{
						return base.__hx_setField(field, hash, @value, handleProperties);
					}
					
				}
				
			}
		}
Example #4
0
        public override object __hx_setField(string field, int hash, object @value, bool handleProperties)
        {
            unchecked
            {
                switch (hash)
                {
                case 553915593:
                {
                    this.isLastInAccolade = ((bool)(@value));
                    return(@value);
                }


                case 504792271:
                {
                    this.isFirstInAccolade = ((bool)(@value));
                    return(@value);
                }


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


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


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


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


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


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


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


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


                case 268153213:
                {
                    this.barRenderers = ((global::haxe.root.Array <object>)(global::haxe.root.Array <object> .__hx_cast <object>(((global::haxe.root.Array)(@value)))));
                    return(@value);
                }


                case 1636857419:
                {
                    this._factory = ((global::alphatab.rendering.BarRendererFactory)(@value));
                    return(@value);
                }


                case 1560739056:
                {
                    this.staveGroup = ((global::alphatab.rendering.staves.StaveGroup)(@value));
                    return(@value);
                }


                default:
                {
                    return(base.__hx_setField(field, hash, @value, handleProperties));
                }
                }
            }
        }
Example #5
0
 public static void __hx_ctor_alphatab_rendering_staves_Stave(global::alphatab.rendering.staves.Stave __temp_me265, global::alphatab.rendering.BarRendererFactory barRendererFactory)
 {
     unchecked
     {
         __temp_me265.barRenderers  = new global::haxe.root.Array <object>();
         __temp_me265._factory      = barRendererFactory;
         __temp_me265.topSpacing    = 10;
         __temp_me265.bottomSpacing = 10;
         __temp_me265.staveTop      = 0;
         __temp_me265.staveBottom   = 0;
     }
 }