summaryrefslogtreecommitdiffstats
path: root/macosx/ChapterTitles.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/ChapterTitles.h')
-rw-r--r--macosx/ChapterTitles.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/macosx/ChapterTitles.h b/macosx/ChapterTitles.h
index 94d06c806..4b6a3fb07 100644
--- a/macosx/ChapterTitles.h
+++ b/macosx/ChapterTitles.h
@@ -8,12 +8,16 @@
#include "hb.h"
@interface ChapterTitles : NSObject {
- hb_title_t *fTitle;
+ hb_title_t *fTitle;
+ NSMutableArray *fChapterTitlesArray;
}
// Trigger a refresh of data
- (void)resetWithTitle:(hb_title_t *)title;
+// Get the list of chapter titles
+- (NSArray*)chapterTitlesArray;
+
// Table View Delegates
- (int)numberOfRowsInTableView:(NSTableView *)aTableView;