FSMatrixDataSource


Conforms To:
NSObject
Declared In:
FSMatrixDataSource.h


Protocol Description

No protocol description.


Defined Types

Synopsis:

typedef struct _FSCell {    
    int row;
    int column;
    float dx;
    float dy;
} FSCell;


Static Inline Functions

Synopsis:

FSCell FSMakeCell(int row, int col)


Method Types

- numberOfRowsInMatrix:
Must return the number of rows.
- numberOfColumnsInMatrix:
Must return the number of columns.
- matrix:objectValueForCell:
- matrix:styleForCell:
- matrix:setObjectValue:forCell:
- matrix:sizeForCell:
- matrix:setSize:forCell:
- matrix:selectCell:
- matrix:selectFromCell:toCell:
- matrix:cellIsSelected:
- matrix:shouldEditCell:
- matrix:willChangeWidthOfCell:
- matrix:willChangeHeightOfCell:
- matrixShouldBecomeFirstResponder:

Instance Methods

matrix:cellIsSelected:

- (BOOL)matrix:(FSMatrix*)mx cellIsSelected:(FSCell)cell

No method description.


matrix:objectValueForCell:

- (id)matrix:(FSMatrix*)mx objectValueForCell:(FSCell)cell

No method description.


matrix:selectCell:

- (void)matrix:(FSMatrix*)mx selectCell:(FSCell)cell

No method description.


matrix:selectFromCell:toCell:

- (void)matrix:(FSMatrix*)mx selectFromCell:(FSCell)c1 toCell:(FSCell)c2

No method description.


matrix:setObjectValue:forCell:

- (void)matrix:(FSMatrix*)mx setObjectValue:(id)object forCell:(FSCell)cell

No method description.


matrix:setSize:forCell:

- (NSSize)matrix:(FSMatrix*)mx setSize:(NSSize)size forCell:(FSCell)cell

No method description.


matrix:shouldEditCell:

- (BOOL)matrix:(FSMatrix*)mx shouldEditCell:(FSCell)cell

No method description.


matrix:sizeForCell:

- (NSSize)matrix:(FSMatrix*)mx sizeForCell:(FSCell)cell

No method description.


matrix:styleForCell:

- (FSCellStyle*)matrix:(FSMatrix*)mx styleForCell:(FSCell)cell

No method description.


matrix:willChangeHeightOfCell:

- (void)matrix:(FSMatrix*)mx willChangeHeightOfCell:(FSCell)cell

No method description.


matrix:willChangeWidthOfCell:

- (void)matrix:(FSMatrix*)mx willChangeWidthOfCell:(FSCell)cell

No method description.


matrixShouldBecomeFirstResponder:

- (BOOL)matrixShouldBecomeFirstResponder:(FSMatrix*)mx

No method description.


numberOfColumnsInMatrix:

- (int)numberOfColumnsInMatrix:(FSMatrix*)mx

No method description.


numberOfRowsInMatrix:

- (int)numberOfRowsInMatrix:(FSMatrix*)mx

No method description.


Version 1.1 Copyright ©2002 by Stefan Leuker. All Rights Reserved.