Antenna House PDF Tool API (C++) 8.0
PtlFieldRadioButton.h
1
2// PtlFieldRadioButton.h
3// Copyright (C) 2024 Antenna House,Inc.
4// All rights reserved.
6#ifndef PDFTK_PTLFIELD_RADIOBUTTON_H_
7#define PDFTK_PTLFIELD_RADIOBUTTON_H_
8
9#include "PtlFieldButton.h"
10
11namespace PdfTk {
12
13
17
18class PDFTK_API PtlFieldRadioButton : public PtlFieldButton
19{
20public:
26
34
39
40public:
48
49public:
55 bool isSelected() const;
56
62};
63
64} // namespace PdfTk
65
66#endif // PDFTK_PTLFIELD_RADIOBUTTON_H_
PtlFieldButton()
コンストラクタ
PtlFieldRadioButton()
コンストラクタ
PtlFieldRadioButton & operator=(const PtlFieldRadioButton &obj)
コピーオペレータ alias copy
~PtlFieldRadioButton()
デストラクタ
void setSelected()
このラジオボタンを選択する。
PtlFieldRadioButton(const PtlFieldRadioButton &obj)
コピーコンストラクタ alias copy
bool isSelected() const
このラジオボタンが選択されているかどうかを取得。