comparison libgui/graphics/RadioButtonControl.h @ 31647:431f80aba37a

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Tue, 06 Dec 2022 15:37:43 -0500
parents bd9da634f00d c6d54dd31a7e
children deb553ac2c54
comparison
equal deleted inserted replaced
31645:bd9da634f00d 31647:431f80aba37a
28 28
29 #include "ButtonControl.h" 29 #include "ButtonControl.h"
30 30
31 class QRadioButton; 31 class QRadioButton;
32 32
33 namespace octave 33 OCTAVE_BEGIN_NAMESPACE(octave)
34 { 34
35 class interpreter; 35 class interpreter;
36 36
37 class RadioButtonControl : public ButtonControl 37 class RadioButtonControl : public ButtonControl
38 { 38 {
39 public: 39 public:
46 46
47 protected: 47 protected:
48 void update (int pId); 48 void update (int pId);
49 }; 49 };
50 50
51 } 51 OCTAVE_END_NAMESPACE(octave)
52 52
53 #endif 53 #endif