/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Aug 4 2017) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __DIALOG_FIELDS_EDITOR_GLOBAL_BASE_H__ #define __DIALOG_FIELDS_EDITOR_GLOBAL_BASE_H__ #include #include #include class DIALOG_SHIM; #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// #define OPT_GROUP_COMPONENTS 1000 /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_FIELDS_EDITOR_GLOBAL_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_FIELDS_EDITOR_GLOBAL_BASE : public DIALOG_SHIM { private: protected: wxPanel* m_panel; wxSplitterWindow* m_splitter1; wxPanel* m_leftPanel; wxCheckBox* m_groupComponentsBox; wxButton* m_regroupComponentsButton; wxDataViewListCtrl* m_columnListCtrl; wxPanel* m_panel4; wxDataViewCtrl* m_bomView; wxButton* m_applyChangesButton; wxButton* m_revertChangesButton; wxButton* m_closeButton; // Virtual event handlers, overide them in your derived class virtual void OnDialogClosed( wxCloseEvent& event ) { event.Skip(); } virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); } virtual void OnGroupComponentsToggled( wxCommandEvent& event ) { event.Skip(); } virtual void OnRegroupComponents( wxCommandEvent& event ) { event.Skip(); } virtual void OnColumnItemToggled( wxDataViewEvent& event ) { event.Skip(); } virtual void OnBomColumReordered( wxDataViewEvent& event ) { event.Skip(); } virtual void OnBomColumnSorted( wxDataViewEvent& event ) { event.Skip(); } virtual void OnTableItemActivated( wxDataViewEvent& event ) { event.Skip(); } virtual void OnTableItemContextMenu( wxDataViewEvent& event ) { event.Skip(); } virtual void OnTableValueChanged( wxDataViewEvent& event ) { event.Skip(); } virtual void OnSelectionChanged( wxDataViewEvent& event ) { event.Skip(); } virtual void OnApplyFieldChanges( wxCommandEvent& event ) { event.Skip(); } virtual void OnRevertFieldChanges( wxCommandEvent& event ) { event.Skip(); } virtual void OnCloseButton( wxCommandEvent& event ) { event.Skip(); } public: DIALOG_FIELDS_EDITOR_GLOBAL_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Fields editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxMAXIMIZE_BOX|wxRESIZE_BORDER ); ~DIALOG_FIELDS_EDITOR_GLOBAL_BASE(); void m_splitter1OnIdle( wxIdleEvent& ) { m_splitter1->SetSashPosition( 231 ); m_splitter1->Disconnect( wxEVT_IDLE, wxIdleEventHandler( DIALOG_FIELDS_EDITOR_GLOBAL_BASE::m_splitter1OnIdle ), NULL, this ); } }; #endif //__DIALOG_FIELDS_EDITOR_GLOBAL_BASE_H__