FSItem


Declared In:
FSHeaderLayout.h


Protocol Description

No protocol description.


Method Types

- initWithHeader:
- _cacheKeys
- setWindow:
- itemDepth
- keyCount
- globalSize
- globalWidth
- globalHeight
- setGlobalSize:
- setGlobalWidth:
- setGlobalHeight:
- sizeForItem:
- setSize:forItem:
- xOffsetForItem:
- yOffsetForItem:
- ensureSpaceForItem:
- sizeAtIndex:
- setSize:atIndex:
- widthAtIndex:
- heightAtIndex:
- setWidth:atIndex:
- setHeight:atIndex:
- layoutDictionary
- setLayoutDictionary:
- horizontalSize
- verticalSize
- undoableSetGlobalWidth:
- undoableSetGlobalHeight:
- undoableSetWidth:atIndex:
- undoableSetHeight:atIndex:
- undoableSetSize:forItem:

Instance Methods

_cacheKeys

- (void)_cacheKeys

No method description.


ensureSpaceForItem:

- (void)ensureSpaceForItem:(FSKey*)item

No method description.


globalHeight

- (float)globalHeight

No method description.


globalSize

- (NSSize)globalSize

No method description.


globalWidth

- (float)globalWidth

No method description.


heightAtIndex:

- (float)heightAtIndex:(int)index

No method description.


horizontalSize

- (NSSize)horizontalSize

No method description.


initWithHeader:

- (id)initWithHeader:(FSHeader*)header

No method description.


itemDepth

- (int)itemDepth

No method description.


keyCount

- (int)keyCount

No method description.


layoutDictionary

- (NSDictionary*)layoutDictionary

No method description.


setGlobalHeight:

- (void)setGlobalHeight:(float)height

No method description.


setGlobalSize:

- (void)setGlobalSize:(NSSize)size

No method description.


setGlobalWidth:

- (void)setGlobalWidth:(float)width

No method description.


setHeight:atIndex:

- (void)setHeight:(float)height atIndex:(int)index

No method description.


setLayoutDictionary:

- (void)setLayoutDictionary:(NSDictionary*)dictionary

No method description.


setSize:atIndex:

- (void)setSize:(NSSize)size atIndex:(int)index

No method description.


setSize:forItem:

- (void)setSize:(NSSize)size forItem:(id)item

No method description.


setWidth:atIndex:

- (void)setWidth:(float)width atIndex:(int)index

No method description.


setWindow:

- (void)setWindow:(NSWindow*)window

No method description.


sizeAtIndex:

- (NSSize)sizeAtIndex:(int)index

No method description.


sizeForItem:

- (NSSize)sizeForItem:(id)item

No method description.


undoableSetGlobalHeight:

- (void)undoableSetGlobalHeight:(float)height

No method description.


undoableSetGlobalWidth:

- (void)undoableSetGlobalWidth:(float)width

No method description.


undoableSetHeight:atIndex:

- (void)undoableSetHeight:(float)height atIndex:(int)index

No method description.


undoableSetSize:forItem:

- (void)undoableSetSize:(NSSize)size forItem:(id<FSItem>)item

No method description.


undoableSetWidth:atIndex:

- (void)undoableSetWidth:(float)width atIndex:(int)index

No method description.


verticalSize

- (NSSize)verticalSize

No method description.


widthAtIndex:

- (float)widthAtIndex:(int)index

No method description.


xOffsetForItem:

- (float)xOffsetForItem:(id<FSItem>)item

No method description.


yOffsetForItem:

- (float)yOffsetForItem:(id<FSItem>)item

No method description.


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