コントロールの形式

「コントロール」という用語は、パネルやグラフに追加できるユーザーインターフェイスオブジェクトを指します。他のアプリケーションプログラムでは、「ウィジェット」という用語が使われることがあります。

利用可能なコントロールの種類を以下にまとめます。

形式

説明

     
ボタン クリックすると、プログラマーが記述したプロシージャを呼び出します。
カスタムのボタンは、インポートしたビットマップから作成できます。
various kinds of button controls
チャート 機械式チャートレコーダーをエミュレートします。チャートはデータ収集プロセスの監視や、長期間のデータ記録の検証に使用できます。チャートのプログラミングはかなり複雑です。 example chart control
チェックボックス プログラマーのプロシージャで使うオン/オフ値を設定します。ラジオボタンと開示三角形はチェックボックスの特殊化です。インポートしたビットマップからカスタムチェックボックスを作成できます。 checkbox, radio, and disclosure button control examples
カスタムのコントロール プログラマーによって完全に指定および変更されたカスタムコントロールの形式です。 custom control that looks like an analog meter
グループボックス ボックスや線でコントロールをグループ化する構成要素です。 group box and divider examples
リストボックス 表示または選択するための項目をリストします。 list box example
ポップアップメニュー ユーザーがプログラマーのプロシージャで使う値を選択するために使われます。 popup menu examples, including text, color, color table, line style, marker and fill pattern popups
変数の設定 数値または文字列のグローバル変数を設定および表示します。ユーザーはクリックまたは入力によって変数を設定できます。数値変数の場合、コントロールには変数に格納された値を増減させるための上下ボタンを含めることができます。 example SetVariable controls that change the value of numeric and string globals
スライダー 機械式スライダーの動作を再現します。離散値または連続値のいずれかを選択します。 vertical and horizontal slider examples, optionally with ticks and/or labels
タブコントロール 複雑なパネル内のコントロール群を選択します。 tab control example with two tabs; each tab shows and hides controls within it
タイトルボックス 説明文またはメッセージを提供します。 example title boxes, one plain and others with various styles of frame
変数の表示 通常はグローバル変数を参照する数値式の表示結果を提示します。表示形式は数値テキスト、温度計バー、またはその両方となります。 some of the many forms a ValDisplay control can take: just a numeric readout, a horizontal bar, a colored square or circular "LED" or some combination

Forum

Support

Gallery

Igor Pro 10

Learn More

Igor XOP Toolkit

Learn More

Igor NIDAQ Tools MX

Learn More