PrinterDialog$AppearancePanel$Quality.h 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_javax_print_PrinterDialog$AppearancePanel$Quality__
  3. #define __gnu_javax_print_PrinterDialog$AppearancePanel$Quality__
  4. #pragma interface
  5. #include <javax/swing/JPanel.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace javax
  11. {
  12. namespace print
  13. {
  14. class PrinterDialog$AppearancePanel;
  15. class PrinterDialog$AppearancePanel$Quality;
  16. }
  17. }
  18. }
  19. namespace java
  20. {
  21. namespace awt
  22. {
  23. namespace event
  24. {
  25. class ActionEvent;
  26. }
  27. }
  28. }
  29. namespace javax
  30. {
  31. namespace swing
  32. {
  33. class ButtonGroup;
  34. class JRadioButton;
  35. }
  36. }
  37. }
  38. class gnu::javax::print::PrinterDialog$AppearancePanel$Quality : public ::javax::swing::JPanel
  39. {
  40. public: // actually package-private
  41. PrinterDialog$AppearancePanel$Quality(::gnu::javax::print::PrinterDialog$AppearancePanel *);
  42. public:
  43. void actionPerformed(::java::awt::event::ActionEvent *);
  44. public: // actually package-private
  45. void updateForSelectedService();
  46. private:
  47. ::javax::swing::JRadioButton * __attribute__((aligned(__alignof__( ::javax::swing::JPanel)))) low;
  48. ::javax::swing::JRadioButton * normal;
  49. ::javax::swing::JRadioButton * high;
  50. ::javax::swing::ButtonGroup * group;
  51. public: // actually package-private
  52. ::gnu::javax::print::PrinterDialog$AppearancePanel * this$1;
  53. public:
  54. static ::java::lang::Class class$;
  55. };
  56. #endif // __gnu_javax_print_PrinterDialog$AppearancePanel$Quality__