1016万例文収録!

「AppleEvent」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > AppleEventの意味・解説 > AppleEventに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

AppleEventを含む例文一覧と使い方

該当件数 : 16



例文

3.4 aetypes -- AppleEvent objects 例文帳に追加

3.4 aetypes -- AppleEvent オブジェクト - Python

A class that handles AppleEvent dispatch. 例文帳に追加

AppleEventの分岐を処理するクラス。 - Python

They are implemented as wrappers around the AppleEvent例文帳に追加

これらの機能はファインダへのAppleEvent - Python

3.3 aepack -- Conversion between Python variables and AppleEvent data containers 例文帳に追加

3.3 aepack -- Python変数とAppleEventデータコンテナ間の変換 - Python

例文

Conversion between Python variables and AppleEvent data containers.例文帳に追加

Python変数とAppleEventデータコンテナ間の変換 - Python


例文

When a matching AppleEvent is received the parameters are decoded and your callback is invoked.例文帳に追加

対応するAppleEventを受けるとパラメータがデコードされ、与えたコールバックが呼び出されます。 - Python

AppleEvent descriptors with descriptor type typeFSS are returned as FSSpec objects.例文帳に追加

ディスクリプタ型がtypeFSSであるAppleEventディスクリプタが、FSSpec オブジェクトとして返されます。 - Python

The aepack module defines functions for converting (packing)Python variables to AppleEvent descriptors and back (unpacking).Within Python the AppleEvent descriptor is handled by Python objects of built-in type AEDesc, defined in module例文帳に追加

aepack モジュールは、Python 変数から AppleEvent ディスクリプタへの変換(パック)と、その逆に変換(アンパック)する関数を定義しています。 Python 内では AppleEvent ディスクリプタは、組み込み型である AEDesc のPython オブジェクトとして扱われます。 - Python

Create the AppleEvent Carbon.AE.AEDesc for the verb with the OSA designation code, subcode (which are the usual 4-characterstrings), pack the parameters and attributes into it, send it to the target application, wait for the reply, unpack the reply with unpackevent and return the reply appleevent, the unpacked return values as a dictionary and the return attributes.例文帳に追加

OSA指示子 code, subcode (いずれも通常4文字の文字列です)を持った変数のために、parameters をパックし、attributesに戻し、目標アプリケーションにそれを送って、返答を待ち、unpackevent を含んだ返答をアンパックし、AppleEvent の返答を返し、辞書としてアンパックした値と属性を返して、AppleEvent Carbon.AE.AEDesc を作成します。 - Python

例文

This function returns a Python object representation of the data in the AppleEvent descriptor x.例文帳に追加

この関数は、Apple Eventディスクリプタ x のデータのPythonオブジェクト表現を返します。 - Python

例文

Simple AppleEvent data types (integer,text, float) are returned as their obvious Python counterparts.Apple Event lists are returned as Python lists, and the list elements are recursively unpacked.例文帳に追加

単純なAppleEventデータ型(整数、テキスト、浮動少数点数)の、対応するPython型が返されます。 Apple EventリストはPythonリストとして返され、リストの要素は再帰的にアンパックされます。 - Python

The exception to this is when you cannot use a generated suite package and need lower-levelaccess to scripting.The aetools module itself uses the AppleEvent support provided by the Carbon.AE module.例文帳に追加

生成されたパッケージ群を使用することができない場合と、スクリプト対応のためにより低いレベルのアクセスを必要としている場合、例外が発生します。 aetools モジュールはそれ自身、Carbon.AE モジュールによって提供される AppleEvent サポートを利用します。 - Python

AppleEvents which have non-identifier 4-character designators for arguments are not implementable, and it is not possible to return an error to the originator.例文帳に追加

引数に名前ではない4文字の指定子を持つAppleEventはまだ実装されていないし、イベントの送信側にエラーを返すこともできません。 - Python

AppleEvent record descriptors are returned as Pythondictionaries, with 4-character string keys and elements recursivelyunpacked.The optional formodulename argument is used by the stub packages generated by gensuitemodule, and ensures that the OSA classes for object specifiers are looked up in the correct module.例文帳に追加

AppleEventレコードディスクリプタが、再帰的にアンパックされた、型の4文字キーと要素を持つPython辞書として返されます。 オプションの formodulename 引数は gensuitemodule より作成されるスタブパッケージにより利用され、オブジェクト指定子のための OSA クラスをモジュールの中で見つけられることを保証します。 - Python

The default methods take care of dispatching events to windows and dialogs, handling drags and resizes, Apple Events, events for non-FrameWork windows, etc.In general, all event handlers should return 1 if the event is fullyhandled and 0 otherwise (because the front window was not a FrameWork window, for instance).例文帳に追加

これらのメソッドは、デフォルトでウィンドウとダイアログや、ドラッグとリサイズの操作、 AppleEvent、非FrameWorkのウィンドウに関するウィンドウの操作などに関するイベントを分岐することなどまで面倒をみてくれます。 原則として、全てのイベントハンドラは、イベントが完全に取り扱われた場合は 1 を返さなくてはいけませんし、それ以外では 0 を返さなくてはいけません(例えば、前面のウィンドウは FrameWork ウィンドウではない場合を考えてください)。 - Python

例文

As distributed the Python library includes packages that implement the standard suites, plus packages that interface to a small number of common applications.To send AppleEvents to an application you must first create the Python package interfacing to the terminology of the application (whatScript Editor calls the "Dictionary").例文帳に追加

配布されている Python ライブラリは、Standard Suite を実装したパッケージに加えて、いくつかの一般的なアプリケーションへのインターフェースを実装したパッケージが含まれています。 アプリケーションに AppleEvent を送るためには、アプリケーションの用語(Script Editorが「辞書」と呼ぶもの)に接続する Python パッケージを最初に作成しなければなりません。 - Python

索引トップ用語の索引



  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS