|
Antenna House PDF Tool API (C++) 8.0
|
#include <PtlFieldRadioButton.h>


公開メンバ関数 | |
| PtlFieldRadioButton () | |
| コンストラクタ | |
| PtlFieldRadioButton (const PtlFieldRadioButton &obj) | |
| コピーコンストラクタ alias copy | |
| ~PtlFieldRadioButton () | |
| デストラクタ | |
| PtlFieldRadioButton & | operator= (const PtlFieldRadioButton &obj) |
| コピーオペレータ alias copy | |
| bool | isSelected () const |
| このラジオボタンが選択されているかどうかを取得。 | |
| void | setSelected () |
| このラジオボタンを選択する。 | |
| 基底クラス 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 |
フォームのラジオボタンを表現したクラスです。
PtlFieldRadioButton.h の 18 行目に定義があります。
| PdfTk::PtlFieldRadioButton::PtlFieldRadioButton | ( | ) |
コンストラクタ
| PtlException |
| PdfTk::PtlFieldRadioButton::PtlFieldRadioButton | ( | const PtlFieldRadioButton & | obj | ) |
| bool PdfTk::PtlFieldRadioButton::isSelected | ( | ) | const |
| PtlFieldRadioButton & PdfTk::PtlFieldRadioButton::operator= | ( | const PtlFieldRadioButton & | obj | ) |
| void PdfTk::PtlFieldRadioButton::setSelected | ( | ) |
このラジオボタンを選択する。
| PtlException |