HYPER MIKAN BOX
検索
最近の変更
メディアマネージャー
サイトマップ
文書の表示
以前のリビジョン
バックリンク
ログイン
トレース:
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== バリュエーター ====== [[fltk:|{{:fltk:fltk_shadow.png?200|}}]] バリュエーターは、 実数値入力装置と訳されます。 その名の通り、ユーザーが浮動小数点数の値を入力を支援するために利用されます。 Fl_Valuatorクラスをベースクラスとして、様々な形態の派生クラスが提供されています。 ボタンもそうでしたが、このような多様なバリュエーターを提供するのはFLTKの一つの特徴と言えるでしょう。 リファレンスページに各種バリュエーターを実際にプログラムに配置したときのサンプル画像が掲載されています。 [[https://www.fltk.org/doc-1.4/classFl__Valuator.html#details|{{ https://www.fltk.org/doc-1.4/valuators.png |FLTKが提供する様々なバリュエーター}}]] 普段使いのGUIアプリケーションではあまり見慣れないものもありまが、初めてでも説明なしになんとなく使い方がわかる直感的なデザインになっています。 ===== Fl_Valuator クラス ===== [[https://www.fltk.org/doc-1.4/classFl__Valuator.html|{{ https://www.fltk.org/doc-1.4/classFl__Valuator.png |Fl_Valueatorクラスの階層図}}]] Fl_Valuatorクラスは抽象クラスではありませんが、コンストラクタがprotectedであるために、ユーザーが直接インスタンスオブジェクトを作成することはできません。 より用途が特化された派生クラスに継承されることで共通の性質を提供するためのベースクラスとして存在しています。 ==== Fl_Counter クラス ==== [[https://www.fltk.org/doc-1.4/classFl__Counter.html|{{ https://www.fltk.org/doc-1.4/classFl__Counter.png |Fl_Valueatorクラス前後の階層図}}]] ==== Fl_Dial クラス ==== [[https://www.fltk.org/doc-1.4/classFl__Dial.html|{{ https://www.fltk.org/doc-1.4/classFl__Dial.png |Fl_Dialクラス前後の階層図}}]] ==== Fl_Roller クラス ==== [[https://www.fltk.org/doc-1.4/classFl__Roller.html|{{ https://www.fltk.org/doc-1.4/classFl__Roller.png |Fl_Rollerクラス前後の階層図}}]] ==== Fl_Slider クラス ==== [[https://www.fltk.org/doc-1.4/classFl__Slider.html|{{ https://www.fltk.org/doc-1.4/classFl__Slider.png |Fl_Sliderクラス前後の階層図}}]] === Fl_Scrollbar クラス === [[https://www.fltk.org/doc-1.4/classFl__Scrollbar.html|{{ https://www.fltk.org/doc-1.4/classFl__Scrollbar.png |Fl_Scrollbarクラス前後の階層図}}]] === Fl_Value_Slider クラス === [[https://www.fltk.org/doc-1.4/classFl__Value__Slider.html|{{ https://www.fltk.org/doc-1.4/classFl__Value__Slider.png |Fl_Value_Sliderクラス前後の階層図}}]] ===== リファレンス文書へのリンク ===== * [[https://www.fltk.org/doc-1.4/classFl__Valuator.html|Fl_Valuatorクラス]] * [[https://www.fltk.org/doc-1.4/classFl__Counter.html|Fl_Counterクラス]] * [[https://www.fltk.org/doc-1.4/classFl__Dial.html|Fl_Dialクラス]] * [[https://www.fltk.org/doc-1.4/classFl__Roller.html|Fl_Rollerクラス]] * [[https://www.fltk.org/doc-1.4/classFl__Slider.html|Fl_Sliderクラス]] * [[https://www.fltk.org/doc-1.4/classFl__Scrollbar.html|Fl_Scrollbarクラス]] * [[https://www.fltk.org/doc-1.4/classFl__Value__Slider.html|Fl_Value_Sliderクラス]]
文書の先頭へ