Instance Property
インスタンスプロパティ
currentMode
The receiver's current input mode.
レシーバのもつ現在の入力モード。
Discussion
議論
The receiver's current input mode. This method returns the current input mode only while the receiver is running; otherwise, it returns nil
.
レシーバのもつ現在の入力モード。このメソッドは、現在の入力モードをレシーバが動作中である間のみ返します;そうでなければ、それはnil
を返します。
The current mode is set by the methods that run the run loop, such as acceptInputForMode:beforeDate:
and runMode:beforeDate:
.
現在のモードは、実行ループを走らせたメソッドによって設定されます、たとえばacceptInputForMode:beforeDate:
およびrunMode:beforeDate:
など。
See Also
参照
Accessing Run Loops and Modes
実行ループおよびモードにアクセスする
currentRunLoop
Returns the run loop for the current thread.
現在のスレッドに対する実行ループを返します。
- limitDateForMode:
Performs one pass through the run loop in the specified mode and returns the date at which the next timer is scheduled to fire.
指定されたモードでこの実行ループの通り抜けを一回実行します、そして次のタイマーが発火を予定される日付を返します。
mainRunLoop
Returns the run loop of the main thread.
メインスレッドの実行ループを返します。
Related Documentation
関連文書
- runUntilDate:
Runs the loop until the specified date, during which time it processes data from all attached input sources.
指定された日付までループを走らせます、その時間の間にそれは全ての添付された入力ソースからのデータを処理します。
- run
Puts the receiver into a permanent loop, during which time it processes data from all attached input sources.
レシーバをある永久ループの中に置きます、その時間の間にそれは全ての添付された入力ソースからのデータを処理します。