構造体


NSAccessibility.Notification


通知の名前。


macOS 10.13


struct Notification




トピックス


通知の名前


static let announcementRequested: NSAccessibility.Notification

この通知は、アクセシビリティ要素がユーザに通知する必要がある場合に必ず投稿されます。この通知には、キー announcement を含む userInfo 辞書と、アナウンスを含むローカライズされた文字列が必要です。支援アプリがアナウンスの重要性を判断できるようにするには、適切な priorityuserInfo 辞書に追加します。


static let applicationActivated: NSAccessibility.Notification

この通知は、アプリがアクティブ化された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let applicationDeactivated: NSAccessibility.Notification

この通知は、アプリが無効化された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let applicationHidden: NSAccessibility.Notification

この通知は、アプリが非表示になった後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let applicationShown: NSAccessibility.Notification

この通知は、アプリが表示された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let created: NSAccessibility.Notification

この通知は、アクセシビリティ要素が作成された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let drawerCreated: NSAccessibility.Notification

この通知はドロワーが表示された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let focusedUIElementChanged: NSAccessibility.Notification

この通知は、アクセシビリティ要素がフォーカスを取得した後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let focusedWindowChanged: NSAccessibility.Notification

この通知は、キー ウィンドウが変更された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let helpTagCreated: NSAccessibility.Notification

この通知は、ヘルプタグが表示された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let layoutChanged: NSAccessibility.Notification

この通知は、アクセシビリティクライアントの注意を必要とする方法で UI が変更された後に投稿されます。この通知には、キー uiElements を含む userInfo 辞書と、追加または変更された UI 要素を含む配列が添付される必要があります。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let mainWindowChanged: NSAccessibility.Notification

この通知は、メインウィンドウが変更された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let moved: NSAccessibility.Notification

この通知は、アクセシビリティ要素が移動した後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let resized: NSAccessibility.Notification

この通知は、アクセシビリティ要素のサイズが変更された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let rowCollapsed: NSAccessibility.Notification

この通知は、行が折りたたまれた後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let rowCountChanged: NSAccessibility.Notification

この通知は、行が追加または削除された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let rowExpanded: NSAccessibility.Notification

この通知は、行が展開された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let selectedCellsChanged: NSAccessibility.Notification

この通知は、セルベースの表の中の 1 つ以上のセルが選択または選択解除された後に送信されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let selectedChildrenChanged: NSAccessibility.Notification

この通知は、1 つ以上の子要素が選択または選択解除された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let selectedChildrenMoved: NSAccessibility.Notification

この通知は、レイアウト領域で選択されているアイテムが移動した後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let selectedColumnsChanged: NSAccessibility.Notification

この通知は、1 つ以上の列が選択または選択解除された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let selectedRowsChanged: NSAccessibility.Notification

この通知は、1 つ以上の行が選択または選択解除された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let selectedTextChanged: NSAccessibility.Notification

この通知は、テキストが選択または選択解除された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let sheetCreated: NSAccessibility.Notification

この通知はシートが表示された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let titleChanged: NSAccessibility.Notification

この通知は、アクセシビリティ要素のタイトルが変更された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let uiElementDestroyed: NSAccessibility.Notification

この通知は、アクセシビリティ要素が破棄された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let unitsChanged: NSAccessibility.Notification

この通知は、レイアウト領域内のユニットが変更された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let valueChanged: NSAccessibility.Notification

この通知は、アクセシビリティ要素の値が変更された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let windowCreated: NSAccessibility.Notification

この通知は、新しいウィンドウが表示された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let windowDeminiaturized: NSAccessibility.Notification

この通知は、ウィンドウが Dock からフルサイズに復元された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let windowMiniaturized: NSAccessibility.Notification

この通知は、ウィンドウが Dock 内に配置された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let windowMoved: NSAccessibility.Notification

この通知はウィンドウが移動した後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let windowResized: NSAccessibility.Notification

この通知は、ウィンドウのサイズが変更された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。



イニシャライザ


init(rawValue: String)

指定された生の値で新しいインスタンスを作成します。






関連


以下への準拠


Hashable


RawRepresentable


Sendable






以下も見よ


アクセシビリティ型の使用


struct NSAccessibility.Action

アクションの型を説明する定数。


struct NSAccessibility.AnnotationAttributeKey

注釈属性用のキー。


struct NSAccessibility.Attribute

属性を説明する定数。


struct NSAccessibility.FontAttributeKey

フォント属性用のキー。


struct NSAccessibility.NotificationUserInfoKey

通知用のユーザ情報辞書内のキー。


struct NSAccessibility.OrientationValue

スクロールバーや分割ビューなどのユーザインターフェイス要素の方向を示す値。


struct NSAccessibility.ParameterizedAttribute

パラメータ化された属性を説明する値。


struct NSAccessibility.Role

アクセシビリティ要素が表すオブジェクトの型を説明する値。


struct NSAccessibility.RulerMarkerTypeValue

ルーラーマーカーの型を説明する値。


struct NSAccessibility.RulerUnitValue

ルーラーまたはレイアウト領域のユニット値を示す値。


struct NSAccessibility.SortDirectionValue

列のソート方向を示す値。


struct NSAccessibility.Subrole

アクセシビリティ要素が表す特殊なオブジェクトのサブタイプを記述する値。














トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ