X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;ds=sidebyside;f=macosx%2FHBQueueController.h;h=ddae3e66a48b32627b9a95546e1c2243a1e408ea;hb=4f0019f03c2e85e8634150ff0c9a31bee6d35ce5;hp=06856f0965637e91ab924fec070fdc98b2ddce2e;hpb=70dbaa33a9f72eb451e7275fa3fb99c9795971a1;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/macosx/HBQueueController.h b/macosx/HBQueueController.h index 06856f09..ddae3e66 100644 --- a/macosx/HBQueueController.h +++ b/macosx/HBQueueController.h @@ -99,6 +99,7 @@ BOOL fIsDragging; IBOutlet HBQueueOutlineView *fOutlineView; IBOutlet NSTextField *fQueueCountField; NSArray *fDraggedNodes; + BOOL fIsDragging; #if HB_OUTLINE_METRIC_CONTROLS IBOutlet NSSlider *fIndentation; // debug IBOutlet NSSlider *fSpacing; // debug @@ -124,8 +125,6 @@ BOOL fIsDragging; - (void)outlineView:(NSOutlineView *)fOutlineView willDisplayCell:(id)cell forTableColumn:(NSTableColumn *)tableColumn item:(id)item; -- (void)moveObjectsInQueueArray:(NSMutableArray *)array fromIndexes:(NSIndexSet *)indexSet toIndex:(unsigned)insertIndex; - /* Animate the icon for the current encode */ - (void) animateWorkingEncodeIconInQueue; - (void) startAnimatingCurrentWorkingEncodeInQueue; @@ -138,6 +137,7 @@ BOOL fIsDragging; /* control encodes in the window */ - (IBAction)removeSelectedQueueItem: (id)sender; - (IBAction)revealSelectedQueueItem: (id)sender; +- (IBAction)editSelectedQueueItem: (id)sender; #if HB_OUTLINE_METRIC_CONTROLS - (IBAction)imageSpacingChanged: (id)sender;