aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPHistoryController.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-08-06 00:04:16 +0000
committerrowanbeentje <rowan@beent.je>2009-08-06 00:04:16 +0000
commite4d62081296093ddd4fcb7b09c8901c5e6fd8a3d (patch)
tree9987c070433593daa7e15030df62dec07b417c9d /Source/SPHistoryController.h
parent7ed889b0c5e05d4ee0cc67ae9f0edaf4296e233b (diff)
downloadsequelpro-e4d62081296093ddd4fcb7b09c8901c5e6fd8a3d.tar.gz
sequelpro-e4d62081296093ddd4fcb7b09c8901c5e6fd8a3d.tar.bz2
sequelpro-e4d62081296093ddd4fcb7b09c8901c5e6fd8a3d.zip
- Add history menus to the history back/forward buttons for faster navigation; click and hold buttons to view navigation menu
Diffstat (limited to 'Source/SPHistoryController.h')
-rw-r--r--Source/SPHistoryController.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/Source/SPHistoryController.h b/Source/SPHistoryController.h
index 4924d036..5829dce7 100644
--- a/Source/SPHistoryController.h
+++ b/Source/SPHistoryController.h
@@ -58,5 +58,10 @@ enum sphistory_view_types
// Loading history entries
- (void) loadEntryAtPosition:(unsigned int)position;
- (void) abortEntryLoad;
+- (void) loadEntryFromMenuItem:(id)theMenuItem;
-@end
+// History entry details and description
+- (NSMenuItem *) menuEntryForHistoryEntryAtIndex:(int)theIndex;
+- (NSString *) nameForHistoryEntryDetails:(NSDictionary *)theEntry;
+
+@end \ No newline at end of file