Antenna House PDF Tool API (C++) 8.0
PdfTk::PtlFieldRadioButton クラス

#include <PtlFieldRadioButton.h>

PdfTk::PtlFieldRadioButton の継承関係図
PdfTk::PtlFieldRadioButton 連携図

公開メンバ関数

 PtlFieldRadioButton ()
 コンストラクタ
 PtlFieldRadioButton (const PtlFieldRadioButton &obj)
 コピーコンストラクタ alias copy
 ~PtlFieldRadioButton ()
 デストラクタ
PtlFieldRadioButtonoperator= (const PtlFieldRadioButton &obj)
 コピーオペレータ alias copy
bool isSelected () const
 このラジオボタンが選択されているかどうかを取得。
void setSelected ()
 このラジオボタンを選択する。
基底クラス PdfTk::PtlFieldButton に属する継承公開メンバ関数
 PtlFieldButton ()
 コンストラクタ
 ~PtlFieldButton ()
 デストラクタ
PtlFieldButtonoperator= (const PtlFieldButton &obj)
 コピーオペレータ alias copy
基底クラス PdfTk::PtlField に属する継承公開メンバ関数
int getHandle () const
 PtlField (FIELD_TYPE type)
 コンストラクタ
 PtlField (const PtlField &obj)
 コピーコンストラクタ alias copy
virtual ~PtlField ()
 デストラクタ
PtlFieldoperator= (const PtlField &obj)
 コピーオペレータ alias copy
FIELD_TYPE getType () const
 フィールドタイプを取得。
const PtlParamStringgetFieldName ()
 フィールド名を取得。
void setFieldName (const PtlParamString &fieldName)
 フィールド名を設定。
bool hasWidget () const
 ウィジット注釈を持つかどうかを取得。
PtlAnnotWidgetgetWidget ()
 ウィジット注釈を取得。
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.h18 行目に定義があります。

構築子と解体子

◆ PtlFieldRadioButton() [1/2]

PdfTk::PtlFieldRadioButton::PtlFieldRadioButton ( )

コンストラクタ

例外
PtlException

◆ PtlFieldRadioButton() [2/2]

PdfTk::PtlFieldRadioButton::PtlFieldRadioButton ( const PtlFieldRadioButton & obj)

コピーコンストラクタ alias copy

引数
objコピー元オブジェクト。
例外
PtlException

関数詳解

◆ isSelected()

bool PdfTk::PtlFieldRadioButton::isSelected ( ) const

このラジオボタンが選択されているかどうかを取得。

戻り値
true: 選択されている、false: 選択されていない。
例外
PtlException

◆ operator=()

PtlFieldRadioButton & PdfTk::PtlFieldRadioButton::operator= ( const PtlFieldRadioButton & obj)

コピーオペレータ alias copy

引数
objコピー元オブジェクト。
例外
PtlException

◆ setSelected()

void PdfTk::PtlFieldRadioButton::setSelected ( )

このラジオボタンを選択する。

例外
PtlException