All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RadioButtonWidget.h
Go to the documentation of this file.
1 //---------------------------------------------------------------------------------------
2 // Copyright (c) 2001-2023 by Apryse Software Inc. All Rights Reserved.
3 // Consult legal.txt regarding legal and license information.
4 //---------------------------------------------------------------------------------------
5 #ifndef PDFTRON_H_CPPPDFRadioButtonWidget
6 #define PDFTRON_H_CPPPDFRadioButtonWidget
7 
8 #include <PDF/Annots/Widget.h>
9 
10 namespace pdftron {
11  namespace PDF {
12  namespace Annots {
13 
14 class RadioButtonGroup;
15 
19 class RadioButtonWidget : public Widget
20 {
21 public:
32 
42  RadioButtonWidget(const Annot& annot);
43 
50 
54  void EnableButton();
55 
61  bool IsEnabled();
62 };
63  } //namespace Annots
64  } //namespace PDF
65 } //namespace trn
66 
68 
69 #endif //PDFTRON_H_CPPPDFRadioButtonWidget