macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

IKImageBrowserView

setZoomValue:

-(void)setZoomValue:(float)aValue: 解説 返り値 ( void ) 引数 ( float )aValue フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

setSelectionIndexes:indexesbyExtendingSelection:

indexesbyExtendingSelection:(BOOL) extendSelection: 解説 返り値 ( void ) 引数 フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

setDraggingDestinationDelegate:

-(void)setDraggingDestinationDelegate:(id) delegate: 解説 返り値 ( void ) 引数 ( id ) delegate フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

setDelegate:

-(void)setDelegate:(id) aDelegate: 解説 返り値 ( void ) 引数 ( id ) aDelegate フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

setDataSource:

-(void)setDataSource:(id) source: 解説 返り値 ( void ) 引数 ( id ) source フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

setContentResizingMask:

-(void)setContentResizingMask:(NSUInteger) mask: 解説 返り値 ( void ) 引数 ( NSUInteger ) mask フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

setConstrainsToOriginalSize:

-(void)setConstrainsToOriginalSize:(BOOL) flag: 解説 返り値 ( void ) 引数 ( BOOL ) flag フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

setCellsStyleMask:

-(void)setCellsStyleMask:(NSUInteger) mask: 解説 返り値 ( void ) 引数 ( NSUInteger ) mask フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

setCachePath:

-(void)setCachePath:(NSString *) aPath: 解説 返り値 ( void ) 引数 ( NSString * ) aPath フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

setAnimates:

-(void)setAnimates:(BOOL) flag: 解説 返り値 ( void ) 引数 ( BOOL ) flag フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

setAllowsReordering:

-(void)setAllowsReordering:(BOOL) flag: 解説 返り値 ( void ) 引数 ( BOOL ) flag フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

setAllowsMultipleSelection:

-(void)setAllowsMultipleSelection:(BOOL) flag: 解説 返り値 ( void ) 引数 ( BOOL ) flag フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

setAllowsEmptySelection:

-(void)setAllowsEmptySelection:(BOOL) flag: 解説 返り値 ( void ) 引数 ( BOOL ) flag フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

selectionIndexes

解説 返り値 ( NSIndexSet * ) 引数 フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

saveCache

解説 返り値 ( BOOL ) 引数 フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

reloadData

解説 返り値 ( void ) 引数 フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

loadCache

解説 返り値 ( BOOL ) 引数 フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

isGroupExpandedAtIndex:

-(BOOL)isGroupExpandedAtIndex:(NSUInteger) index: 解説 返り値 ( BOOL ) 引数 ( NSUInteger ) index フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

initWithFrame:

** -(id)initWithFrame:(NSRect) frame: 解説 返り値 ( id ) 引数 ( NSRect ) frame フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

indexAtLocationOfDroppedItem

解説 返り値 ( NSUInteger ) 引数 フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

expandGroupAtIndex:

-(void)expandGroupAtIndex:(NSUInteger) index: 解説 返り値 ( void ) 引数 ( NSUInteger ) index フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

draggingDestinationDelegate

解説 返り値 ( id ) 引数 フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

delegate

解説 返り値 ( id ) 引数 フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

dataSource

解説 返り値 ( id ) 引数 フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

contentResizingMask

解説 返り値 ( NSUInteger ) 引数 フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

constrainsToOriginalSize

解説 返り値 ( BOOL ) 引数 フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

collapseGroupAtIndex:

-(void)collapseGroupAtIndex:(NSUInteger) index: 解説 返り値 ( void ) 引数 ( NSUInteger ) index フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

cellsStyleMask

解説 返り値 ( NSUInteger ) 引数 フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

cachePath

解説 返り値 ( NSString * ) 引数 フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文

animates

解説 返り値 ( BOOL ) 引数 フレームワーク ImageKit クラス IKImageBrowserView 使用可能 10.5 参照 例文