macOS/iOS API解説

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

目次

NSInputManager

wantsToInterpretAllKeystrokes

使用しません 解説 内部で使うだけなので、このメソッドを呼び出す必要はありません。 返り値 ( BOOL ) YES/NO 引数 フレームワーク ApplicationKit クラス NSInputManager Instance Methods 使用可能 10.0 参照 - wantsToInterpretAllKeystrokes (NSInputSe…

wantsToHandleMouseEvents

調査中 解説 調査中 インプットサーバにテキストビューの範囲内で全てのマウスイベントを送ります。 返り値 ( BOOL ) YES/NO 引数 フレームワーク ApplicationKit クラス NSInputManager Instance Methods 使用可能 10.0 参照 例文

wantsToDelayTextChangeNotifications

insertText:client:でテキストストレージの文字を修正する時にYESを返します 解説 insertText:client:でテキストストレージの文字を修正する時にYESを返します。 返り値 ( BOOL ) YES/NO 引数 フレームワーク ApplicationKit クラス NSInputManager Instance…

server

使用しません 解説 使用しません 返り値 ( NSInputServer * ) 引数 フレームワーク ApplicationKit クラス NSInputManager Instance Methods 使用可能 10.0 参照 例文 //ありません

markedTextSelectionChanged:client:

調査中 -(void)markedTextSelectionChanged:(NSRange)newSel: client:(id)client: 解説 調査中 マークテキストの範囲が変更された時に呼び出されます。 返り値 ( void ) なし 引数 ( NSRange )newSel 範囲 ( id )client クライアントオブジェクト フレームワ…

markedTextAbandoned:

調査中 -(void)markedTextAbandoned:(id)client: 解説 調査中 マークテキストを捨てます。 返り値 ( void ) なし 引数 ( id )client クライアント フレームワーク ApplicationKit クラス NSInputManager Instance Methods 使用可能 10.0 参照 - markedTextSe…

localizedInputManagerName

調査中 解説 調査中 ローカライズされたインプットマネージャー名を返します。 返り値 ( NSString * ) 引数 フレームワーク ApplicationKit クラス NSInputManager Instance Methods 使用可能 10.0 参照 例文

language

調査中 解説 調査中 インプットマネージャーの言語を返します。 返り値 ( NSString * ) 言語 引数 フレームワーク ApplicationKit クラス NSInputManager Instance Methods 使用可能 10.0 参照 例文 #import "MyObject.h" @implementation MyObject - (IBAct…

initWithName:host:

使用しません -(NSInputManager *)initWithName:(NSString *)inputServerName: host:(NSString *)hostName: 解説 自動的に入力マネージャーを作成するので呼び出しません。 返り値 ( NSInputManager * ) インプットマネージャー 引数 ( NSString * )inputSer…

image

削除 解説 削除 返り値 ( NSImage * ) 引数 フレームワーク ApplicationKit クラス NSInputManager Instance Methods 使用可能 10.0 参照 例文 //ありません

handleMouseEvent:

調査中 -(BOOL)handleMouseEvent:(NSEvent *)theMouseEvent: 解説 調査中 マウスイベントをサーバに転送します。 返り値 ( BOOL ) YES/NO 引数 ( NSEvent * )theMouseEvent マウスイベント フレームワーク ApplicationKit クラス NSInputManager Instance Me…

cycleToNextInputServerInLanguage:

削除 +(void)cycleToNextInputServerInLanguage:(id)sender: 解説 削除 返り値 ( void ) なし 引数 ( id )sender フレームワーク ApplicationKit クラス NSInputManager Class Methods 使用可能 10.0 参照 例文 //ありません

cycleToNextInputLanguage:

削除 +(void)cycleToNextInputLanguage:(id)sender: 解説 削除 返り値 ( void ) なし 引数 ( id )sender フレームワーク ApplicationKit クラス NSInputManager Class Methods 使用可能 10.0 参照 例文 //ありません

currentInputManager

現在のインプットマネージャーを返します 解説 現在のインプットマネージャーを返します。 返り値 ( NSInputManager * ) インプットマネージャー 引数 フレームワーク ApplicationKit クラス NSInputManager Class Methods 使用可能 10.0 参照 例文 #import …