Example #1
0
 public RemoveTapOperation(NoteView.NoteCollection collection, Tap note) : base(collection, note)
 {
 }
Example #2
0
 public InsertExTapOperation(NoteView.NoteCollection collection, ExTap note) : base(collection, note)
 {
 }
Example #3
0
 public InsertDamageOperation(NoteView.NoteCollection collection, Damage note) : base(collection, note)
 {
 }
Example #4
0
 public RemoveDamageOperation(NoteView.NoteCollection collection, Damage note) : base(collection, note)
 {
 }
Example #5
0
 public InsertAirActionOperation(NoteView.NoteCollection collection, AirAction note) : base(collection, note)
 {
 }
Example #6
0
 public RemoveAirActionOperation(NoteView.NoteCollection collection, AirAction note) : base(collection, note)
 {
 }
Example #7
0
 public NoteCollectionOperation(NoteView.NoteCollection collection, T note)
 {
     Collection = collection;
     Note       = note;
 }
Example #8
0
 public RemoveFlickOperation(NoteView.NoteCollection collection, Flick note) : base(collection, note)
 {
 }
Example #9
0
 public RemoveSlideOperation(NoteView.NoteCollection collection, Slide note) : base(collection, note)
 {
 }
Example #10
0
 public InsertFlickOperation(NoteView.NoteCollection collection, Flick note) : base(collection, note)
 {
 }
Example #11
0
 public InsertSlideOperation(NoteView.NoteCollection collection, Slide note) : base(collection, note)
 {
 }
Example #12
0
 public RemoveHoldOperation(NoteView.NoteCollection collection, Hold note) : base(collection, note)
 {
 }
Example #13
0
 public InsertHoldOperation(NoteView.NoteCollection collection, Hold note) : base(collection, note)
 {
 }
Example #14
0
 public RemoveLTraceOperation(NoteView.NoteCollection collection, LTrace note) : base(collection, note)
 {
 }
Example #15
0
 public InsertLTraceOperation(NoteView.NoteCollection collection, LTrace note) : base(collection, note)
 {
 }