Example #1
0
 public double GetRowIndexFromEvent(qx.eventx.type.Event evt)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public bool DispatchEvent(qx.eventx.type.Event evt)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public qx.eventx.type.Event Clone(qx.eventx.type.Event embryo = null)
 {
     throw new NotImplementedException();
 }
 public void PostponeEvent(qx.eventx.type.Event eventx)
 {
     throw new NotImplementedException();
 }
 public void EventListener(qx.eventx.type.Event eventx)
 {
     throw new NotImplementedException();
 }
 public void EnqueueEvent(qx.eventx.type.Event eventx, bool bAddAtHead)
 {
     throw new NotImplementedException();
 }
Example #7
0
 public bool CanDispatchEvent(object target, qx.eventx.type.Event eventx, string type)
 {
     throw new NotImplementedException();
 }
Example #8
0
 public static bool DispatchEvent(object target, qx.eventx.type.Event eventx)
 {
     throw new NotImplementedException();
 }