LayerViewDataSource.h

Go to the documentation of this file.
00001 
00005 #import <Cocoa/Cocoa.h>
00006 #import "SettingsController.h"
00007 
00008 @interface SettingsController (LayerView)
00009 
00010 - (int)numberOfRowsInTableView:(NSTableView *)aTableView;
00011 - (id)tableView:(NSTableView *)aTableView objectValueForTableColumn:(NSTableColumn *)aTableColumn row:(int)rowIndex;
00012 - (void)tableView:(NSTableView *)aTableView setObjectValue:(id)anObject forTableColumn:(NSTableColumn *)aTableColumn row:(int)rowIndex;
00013 - (void)tableViewSelectionDidChange:(NSNotification *)notification;
00014 
00015 @end
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines