PrinterDialog$PageSetupPanel$Orientation.h 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_javax_print_PrinterDialog$PageSetupPanel$Orientation__
  3. #define __gnu_javax_print_PrinterDialog$PageSetupPanel$Orientation__
  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$PageSetupPanel;
  15. class PrinterDialog$PageSetupPanel$Orientation;
  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 JRadioButton;
  34. }
  35. }
  36. }
  37. class gnu::javax::print::PrinterDialog$PageSetupPanel$Orientation : public ::javax::swing::JPanel
  38. {
  39. public: // actually package-private
  40. PrinterDialog$PageSetupPanel$Orientation(::gnu::javax::print::PrinterDialog$PageSetupPanel *);
  41. public:
  42. void actionPerformed(::java::awt::event::ActionEvent *);
  43. public: // actually package-private
  44. void updateForSelectedService();
  45. private:
  46. ::javax::swing::JRadioButton * __attribute__((aligned(__alignof__( ::javax::swing::JPanel)))) portrait;
  47. ::javax::swing::JRadioButton * landscape;
  48. ::javax::swing::JRadioButton * rev_portrait;
  49. ::javax::swing::JRadioButton * rev_landscape;
  50. public: // actually package-private
  51. ::gnu::javax::print::PrinterDialog$PageSetupPanel * this$1;
  52. public:
  53. static ::java::lang::Class class$;
  54. };
  55. #endif // __gnu_javax_print_PrinterDialog$PageSetupPanel$Orientation__