You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
660 B

16 years ago
  1. #ifndef __dialog_general_options_h
  2. #define __dialog_general_options_h
  3. #include "dialog_general_options_BoardEditor_base.h"
  4. /***********************************************************************/
  5. class Dialog_GeneralOptions : public DialogGeneralOptionsBoardEditor_base
  6. /***********************************************************************/
  7. {
  8. private:
  9. WinEDA_PcbFrame* m_Parent;
  10. BOARD * m_Board;
  11. void init();
  12. public:
  13. Dialog_GeneralOptions( WinEDA_PcbFrame* parent );
  14. ~Dialog_GeneralOptions() {};
  15. void OnOkClick( wxCommandEvent& event );
  16. void OnCancelClick( wxCommandEvent& event );
  17. };
  18. #endif // __dialog_general_options_h