Antenna House PDF Tool API (C++) 8.0
PtlFieldButton.h
1
2// PtlFieldButton.h
3// Copyright (C) 2024 Antenna House,Inc.
4// All rights reserved.
6#ifndef PDFTK_PTLFIELD_BUTTON_H_
7#define PDFTK_PTLFIELD_BUTTON_H_
8
9#include "PtlField.h"
10
11namespace PdfTk {
12
13
18
19class PDFTK_API PtlFieldButton : public PtlField
20{
21public:
27
28protected:
34
42
43public:
48
49public:
57};
58
59} // namespace PdfTk
60
61#endif // PDFTK_PTLFIELD_BUTTON_H_
PtlFieldButton(const PtlFieldButton &obj)
コピーコンストラクタ alias copy
PtlFieldButton & operator=(const PtlFieldButton &obj)
コピーオペレータ alias copy
PtlFieldButton()
コンストラクタ
PtlFieldButton(FIELD_TYPE type)
コンストラクタ
~PtlFieldButton()
デストラクタ
PtlField(FIELD_TYPE type)
コンストラクタ