Antenna House PDF Tool API (C++) 8.0
|
#include <PtlFieldRadioGroup.h>
公開メンバ関数 | |
PtlFieldRadioGroup () | |
コンストラクタ | |
PtlFieldRadioGroup (const PtlFieldRadioGroup &obj) | |
コピーコンストラクタ alias copy | |
~PtlFieldRadioGroup () | |
デストラクタ | |
PtlFieldRadioGroup & | operator= (const PtlFieldRadioGroup &obj) |
コピーオペレータ alias copy | |
const PtlParamString & | getValue () |
選択されているラジオボタンの状態名を取得。 | |
bool | hasSelectedButton () const |
選択されているラジオボタンがあるかどうかを取得。 | |
PtlFieldRadioButton & | getSelectedButton () |
選択されているラジオボタンを取得。 | |
int | getKidsCount () const |
ラジオボタン数を取得。 | |
PtlFieldRadioButton & | getKid (int index) |
ラジオボタンを取得。 | |
void | append (const PtlFieldRadioButton &radioButton) |
ラジオボタンを追加。 | |
基底クラス PdfTk::PtlFieldButton に属する継承公開メンバ関数 | |
PtlFieldButton () | |
コンストラクタ | |
~PtlFieldButton () | |
デストラクタ | |
PtlFieldButton & | operator= (const PtlFieldButton &obj) |
コピーオペレータ alias copy | |
基底クラス PdfTk::PtlField に属する継承公開メンバ関数 | |
int | getHandle () const |
PtlField (FIELD_TYPE type) | |
コンストラクタ | |
PtlField (const PtlField &obj) | |
コピーコンストラクタ alias copy | |
virtual | ~PtlField () |
デストラクタ | |
PtlField & | operator= (const PtlField &obj) |
コピーオペレータ alias copy | |
FIELD_TYPE | getType () const |
フィールドタイプを取得。 | |
const PtlParamString & | getFieldName () |
フィールド名を取得。 | |
void | setFieldName (const PtlParamString &fieldName) |
フィールド名を設定。 | |
bool | hasWidget () const |
ウィジット注釈を持つかどうかを取得。 | |
PtlAnnotWidget & | getWidget () |
ウィジット注釈を取得。 | |
void | setWidget (const PtlAnnotWidget &widget) |
ウィジット注釈のフィールドへの紐づけ。 |
その他の継承メンバ | |
基底クラス PdfTk::PtlField に属する継承公開型 | |
enum | FIELD_TYPE { TYPE_PUSHBUTTON = 1 , TYPE_CHECKBOX = 2 , TYPE_RADIOGROUP = 3 , TYPE_RADIOBUTTON = 4 , TYPE_TEXT = 5 , TYPE_LISTBOX = 6 , TYPE_DROPDOWN = 7 , TYPE_SIGNATURE = 10 , TYPE_UNKNOWN = 100 } |
基底クラス PdfTk::PtlFieldButton に属する継承限定公開メンバ関数 | |
PtlFieldButton (FIELD_TYPE type) | |
コンストラクタ | |
PtlFieldButton (const PtlFieldButton &obj) | |
コピーコンストラクタ alias copy | |
基底クラス PdfTk::PtlField に属する継承限定公開変数類 | |
int | m_dataField |
フォームのラジオボタングループフィールドを表現したクラスです。
PtlFieldRadioGroup.h の 19 行目に定義があります。
PdfTk::PtlFieldRadioGroup::PtlFieldRadioGroup | ( | ) |
コンストラクタ
PtlException |
PdfTk::PtlFieldRadioGroup::PtlFieldRadioGroup | ( | const PtlFieldRadioGroup & | obj | ) |
void PdfTk::PtlFieldRadioGroup::append | ( | const PtlFieldRadioButton & | radioButton | ) |
PtlFieldRadioButton & PdfTk::PtlFieldRadioGroup::getKid | ( | int | index | ) |
ラジオボタンを取得。
指定した番号のラジオボタンを取得します。
index | Index番号。0が先頭。 indexが負やラジオボタン数以上の場合は、例外が発生します。 |
PtlException |
int PdfTk::PtlFieldRadioGroup::getKidsCount | ( | ) | const |
PtlFieldRadioButton & PdfTk::PtlFieldRadioGroup::getSelectedButton | ( | ) |
const PtlParamString & PdfTk::PtlFieldRadioGroup::getValue | ( | ) |
bool PdfTk::PtlFieldRadioGroup::hasSelectedButton | ( | ) | const |
PtlFieldRadioGroup & PdfTk::PtlFieldRadioGroup::operator= | ( | const PtlFieldRadioGroup & | obj | ) |