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
11
namespace
PdfTk {
12
13
17
18
class
PDFTK_API
PtlFieldRadioButton
:
public
PtlFieldButton
19
{
20
public
:
25
PtlFieldRadioButton
();
26
33
PtlFieldRadioButton
(
const
PtlFieldRadioButton
& obj);
34
38
~PtlFieldRadioButton
();
39
40
public
:
47
PtlFieldRadioButton
&
operator=
(
const
PtlFieldRadioButton
& obj);
48
49
public
:
55
bool
isSelected
()
const
;
56
61
void
setSelected
();
62
};
63
64
}
// namespace PdfTk
65
66
#endif
// PDFTK_PTLFIELD_RADIOBUTTON_H_
PdfTk::PtlFieldButton::PtlFieldButton
PtlFieldButton()
コンストラクタ
PdfTk::PtlFieldRadioButton::PtlFieldRadioButton
PtlFieldRadioButton()
コンストラクタ
PdfTk::PtlFieldRadioButton::operator=
PtlFieldRadioButton & operator=(const PtlFieldRadioButton &obj)
コピーオペレータ alias copy
PdfTk::PtlFieldRadioButton::~PtlFieldRadioButton
~PtlFieldRadioButton()
デストラクタ
PdfTk::PtlFieldRadioButton::setSelected
void setSelected()
このラジオボタンを選択する。
PdfTk::PtlFieldRadioButton::PtlFieldRadioButton
PtlFieldRadioButton(const PtlFieldRadioButton &obj)
コピーコンストラクタ alias copy
PdfTk::PtlFieldRadioButton::isSelected
bool isSelected() const
このラジオボタンが選択されているかどうかを取得。
Include
PdfTk
PtlFieldRadioButton.h
構築:
1.14.0