static let IKFilterBrowserFilterSelected : NSNotification.Name
Posted when the user clicks a filter name in the filter browser.
ユーザがあるフィルタ名をフィルタブラウザにおいてクリックするときに投函されます。
static let IKFilterBrowserWillPreviewFilter : NSNotification.Name
Posted before showing a filter preview, allowing an application to set the parameters of a filter.
あるフィルタプレビューを表示する前に投函されます、アプリケーションにフィルタのパラメータを設定することを許可します。
static let QCCompositionPickerPanelDidSelectComposition : NSNotification.Name
Posted when the user chooses a composition.
ユーザがある組成を選択する時に投函されます。
static let QCCompositionPickerViewDidSelectComposition : NSNotification.Name
Posted when the user selects a composition in the picker view.
ユーザがある組成をピッカービューにおいて選択する時に投函されます。
static let QCCompositionRepositoryDidUpdate : NSNotification.Name
Posted whenever the list of compositions in the composition repository is updated.
組成収納庫の中の組成リストが更新されるときはいつでも投函されます。
static let QCViewDidStartRendering : NSNotification.Name
Posted when the view starts rendering.
ビューがレンダリングを始める時に投函されます。
static let QCViewDidStopRendering : NSNotification.Name
Posted when the view stops rendering.
ビューがレンダリングを止める時に投函されます。