usbdmx.com Home of the opto isolated, bus powered, DMX512 interface with both in and out universes. Cheap and simple to build. USBDMX logo

LOSceneDataSource Class Reference

Simple data source to allow all scenes from the LOSceneManager to be displayed in the a table, and have thier names edited. More...

#import <LOSceneDataSource.h>


Public Member Functions

(int) - numberOfRowsInTableView:
(id) - tableView:objectValueForTableColumn:row:
 Returns the actual data to the table for a given column value.
(void) - tableView:setObjectValue:forTableColumn:row:
 Allows the following fields to be updated :.


Detailed Description

Simple data source to allow all scenes from the LOSceneManager to be displayed in the a table, and have thier names edited.

Curretnly only a basic implementation, no sorting allowed


Member Function Documentation

- (id) tableView: (NSTableView *)  aTableView
objectValueForTableColumn: (NSTableColumn *)  aTableColumn
row: (int)  rowIndex 

Returns the actual data to the table for a given column value.

Provides data for the following column values :

scene (String) The scene number

name (String) The name of the channel

- (void) tableView: (NSTableView *)  aTableView
setObjectValue: (id)  anObject
forTableColumn: (NSTableColumn *)  aTableColumn
row: (int)  rowIndex 

Allows the following fields to be updated :.

name


The documentation for this class was generated from the following files: