Exemplo n.º 1
0
 /// <summary>
 /// <para>Create a new instance</para>
 /// </summary>
 /// <param name="manager">Event manager for the window to use</param>
 public Keyboard(qx.eventx.Manager manager)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 /// <summary>
 /// <para>Create a new instance</para>
 /// </summary>
 /// <param name="manager">Event manager for the window to use</param>
 public Transition(qx.eventx.Manager manager)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 /// <summary>
 /// <para>Create a new instance</para>
 /// </summary>
 /// <param name="manager">Event manager for the window to use</param>
 public Mouse(qx.eventx.Manager manager)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 /// <summary>
 /// <para>Create a new instance</para>
 /// </summary>
 /// <param name="manager">Event manager for the window to use</param>
 public Appear(qx.eventx.Manager manager)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 5
0
 /// <summary>
 /// <para>Create a new instance</para>
 /// </summary>
 /// <param name="manager">Event manager for the window to use</param>
 public DomUpdatedHandler(qx.eventx.Manager manager)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 6
0
 /// <param name="manager">Event manager for the window to use</param>
 public ElementResize(qx.eventx.Manager manager)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 7
0
 /// <summary>
 /// <para>Create a new instance</para>
 /// </summary>
 /// <param name="manager">Event manager for the window to use</param>
 public UserAction(qx.eventx.Manager manager)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 8
0
 /// <param name="manager">Event manager for the window to use</param>
 /// <param name="registration">The event registration to use</param>
 public MouseCapture(qx.eventx.Manager manager, qx.eventx.Registration registration)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 9
0
 /// <param name="manager">Event manager for the window to use</param>
 public DragDrop(qx.eventx.Manager manager)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 10
0
 /// <summary>
 /// <para>Create a new instance</para>
 /// </summary>
 /// <param name="manager">Event manager for the window to use</param>
 public Window(qx.eventx.Manager manager)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 11
0
 /// <summary>
 /// <para>Create a new instance</para>
 /// </summary>
 /// <param name="manager">Event manager for the window to use</param>
 public Orientation(qx.eventx.Manager manager)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 12
0
 /// <summary>
 /// <para>Create a new instance</para>
 /// </summary>
 /// <param name="manager">Event manager for the window to use</param>
 public Direct(qx.eventx.Manager manager)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 13
0
 public static void RemoveManager(qx.eventx.Manager mgr)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 14
0
 /// <summary>
 /// <para>Create a new instance</para>
 /// </summary>
 /// <param name="manager">Event manager for the window to use</param>
 public AbstractBubbling(qx.eventx.Manager manager)
 {
     throw new NotImplementedException();
 }