2017-11-14 10:18:45 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2020-11-14 20:12:49 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version Oct 26 2018)
|
2017-11-14 10:18:45 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2018-04-20 14:31:45 +00:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2017-11-14 10:18:45 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2018-08-19 16:10:14 +00:00
|
|
|
#include "widgets/wx_grid.h"
|
|
|
|
|
2018-07-20 17:46:56 +00:00
|
|
|
#include "panel_sym_lib_table_base.h"
|
2017-11-14 10:18:45 +00:00
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2020-05-02 22:42:45 +00:00
|
|
|
PANEL_SYM_LIB_TABLE_BASE::PANEL_SYM_LIB_TABLE_BASE( wxWindow* parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name ) : wxPanel( parent, id, pos, size, style, name )
|
2017-11-14 10:18:45 +00:00
|
|
|
{
|
|
|
|
wxBoxSizer* bSizer1;
|
|
|
|
bSizer1 = new wxBoxSizer( wxVERTICAL );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
2017-11-14 10:18:45 +00:00
|
|
|
wxStaticBoxSizer* m_top_sizer;
|
2018-04-20 14:31:45 +00:00
|
|
|
m_top_sizer = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, _("Libraries by Scope") ), wxVERTICAL );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
2020-11-01 13:30:27 +00:00
|
|
|
m_notebook = new wxNotebook( m_top_sizer->GetStaticBox(), wxID_ANY, wxDefaultPosition, wxDefaultSize, 0 );
|
2020-12-13 11:39:53 +00:00
|
|
|
m_notebook->SetMinSize( wxSize( 400,-1 ) );
|
|
|
|
|
2020-11-01 13:30:27 +00:00
|
|
|
m_global_panel = new wxPanel( m_notebook, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL );
|
2017-11-14 10:18:45 +00:00
|
|
|
wxBoxSizer* m_global_sizer;
|
|
|
|
m_global_sizer = new wxBoxSizer( wxVERTICAL );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
2018-08-19 16:10:14 +00:00
|
|
|
m_global_grid = new WX_GRID( m_global_panel, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0 );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
2017-11-14 10:18:45 +00:00
|
|
|
// Grid
|
|
|
|
m_global_grid->CreateGrid( 1, 5 );
|
|
|
|
m_global_grid->EnableEditing( true );
|
|
|
|
m_global_grid->EnableGridLines( true );
|
|
|
|
m_global_grid->EnableDragGridSize( false );
|
|
|
|
m_global_grid->SetMargins( 0, 0 );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
2017-11-14 10:18:45 +00:00
|
|
|
// Columns
|
|
|
|
m_global_grid->AutoSizeColumns();
|
|
|
|
m_global_grid->EnableDragColMove( false );
|
|
|
|
m_global_grid->EnableDragColSize( true );
|
2018-03-14 04:51:59 +00:00
|
|
|
m_global_grid->SetColLabelSize( 22 );
|
2020-05-02 22:42:45 +00:00
|
|
|
m_global_grid->SetColLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
|
|
|
|
|
2017-11-14 10:18:45 +00:00
|
|
|
// Rows
|
|
|
|
m_global_grid->AutoSizeRows();
|
|
|
|
m_global_grid->EnableDragRowSize( false );
|
2018-03-14 04:51:59 +00:00
|
|
|
m_global_grid->SetRowLabelSize( 0 );
|
2020-05-02 22:42:45 +00:00
|
|
|
m_global_grid->SetRowLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
|
|
|
|
|
2017-11-14 10:18:45 +00:00
|
|
|
// Label Appearance
|
2020-05-02 22:42:45 +00:00
|
|
|
|
2017-11-14 10:18:45 +00:00
|
|
|
// Cell Defaults
|
|
|
|
m_global_grid->SetDefaultCellAlignment( wxALIGN_LEFT, wxALIGN_TOP );
|
|
|
|
m_global_sizer->Add( m_global_grid, 5, wxALL|wxEXPAND, 5 );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
|
|
|
|
2017-11-14 10:18:45 +00:00
|
|
|
m_global_panel->SetSizer( m_global_sizer );
|
|
|
|
m_global_panel->Layout();
|
|
|
|
m_global_sizer->Fit( m_global_panel );
|
2020-11-01 14:13:39 +00:00
|
|
|
m_notebook->AddPage( m_global_panel, _("Global Libraries"), true );
|
2020-11-01 13:30:27 +00:00
|
|
|
m_project_panel = new wxPanel( m_notebook, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL );
|
2017-11-14 10:18:45 +00:00
|
|
|
wxBoxSizer* m_project_sizer;
|
|
|
|
m_project_sizer = new wxBoxSizer( wxVERTICAL );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
2018-08-19 16:10:14 +00:00
|
|
|
m_project_grid = new WX_GRID( m_project_panel, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0 );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
2017-11-14 10:18:45 +00:00
|
|
|
// Grid
|
|
|
|
m_project_grid->CreateGrid( 1, 5 );
|
|
|
|
m_project_grid->EnableEditing( true );
|
|
|
|
m_project_grid->EnableGridLines( true );
|
|
|
|
m_project_grid->EnableDragGridSize( false );
|
|
|
|
m_project_grid->SetMargins( 0, 0 );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
2017-11-14 10:18:45 +00:00
|
|
|
// Columns
|
|
|
|
m_project_grid->AutoSizeColumns();
|
|
|
|
m_project_grid->EnableDragColMove( false );
|
|
|
|
m_project_grid->EnableDragColSize( true );
|
2018-03-14 04:51:59 +00:00
|
|
|
m_project_grid->SetColLabelSize( 22 );
|
2020-05-02 22:42:45 +00:00
|
|
|
m_project_grid->SetColLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
|
|
|
|
|
2017-11-14 10:18:45 +00:00
|
|
|
// Rows
|
|
|
|
m_project_grid->EnableDragRowSize( false );
|
2018-03-14 04:51:59 +00:00
|
|
|
m_project_grid->SetRowLabelSize( 0 );
|
2020-05-02 22:42:45 +00:00
|
|
|
m_project_grid->SetRowLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
|
|
|
|
|
2017-11-14 10:18:45 +00:00
|
|
|
// Label Appearance
|
2020-05-02 22:42:45 +00:00
|
|
|
|
2017-11-14 10:18:45 +00:00
|
|
|
// Cell Defaults
|
|
|
|
m_project_grid->SetDefaultCellAlignment( wxALIGN_LEFT, wxALIGN_TOP );
|
|
|
|
m_project_sizer->Add( m_project_grid, 2, wxALL|wxEXPAND, 5 );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
|
|
|
|
2017-11-14 10:18:45 +00:00
|
|
|
m_project_panel->SetSizer( m_project_sizer );
|
|
|
|
m_project_panel->Layout();
|
|
|
|
m_project_sizer->Fit( m_project_panel );
|
2020-11-01 14:13:39 +00:00
|
|
|
m_notebook->AddPage( m_project_panel, _("Project Specific Libraries"), false );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
2021-02-18 11:17:20 +00:00
|
|
|
m_top_sizer->Add( m_notebook, 1, wxEXPAND|wxBOTTOM, 5 );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
2017-11-14 10:18:45 +00:00
|
|
|
wxBoxSizer* bSizer51;
|
|
|
|
bSizer51 = new wxBoxSizer( wxHORIZONTAL );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
2020-06-03 17:46:50 +00:00
|
|
|
m_append_button = new wxBitmapButton( m_top_sizer->GetStaticBox(), wxID_ANY, wxNullBitmap, wxDefaultPosition, wxSize( -1,-1 ), wxBU_AUTODRAW|0 );
|
2018-11-24 14:43:01 +00:00
|
|
|
m_append_button->SetToolTip( _("Add empty row to table") );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
|
|
|
bSizer51->Add( m_append_button, 0, wxBOTTOM|wxLEFT|wxRIGHT, 5 );
|
|
|
|
|
2020-06-03 17:46:50 +00:00
|
|
|
m_browse_button = new wxBitmapButton( m_top_sizer->GetStaticBox(), wxID_ANY, wxNullBitmap, wxDefaultPosition, wxSize( -1,-1 ), wxBU_AUTODRAW|0 );
|
2018-11-24 14:43:01 +00:00
|
|
|
m_browse_button->SetToolTip( _("Add existing library to table") );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
|
|
|
bSizer51->Add( m_browse_button, 0, wxBOTTOM|wxRIGHT, 5 );
|
|
|
|
|
2020-06-03 17:46:50 +00:00
|
|
|
m_move_up_button = new wxBitmapButton( m_top_sizer->GetStaticBox(), wxID_ANY, wxNullBitmap, wxDefaultPosition, wxSize( -1,-1 ), wxBU_AUTODRAW|0 );
|
2018-11-24 14:43:01 +00:00
|
|
|
m_move_up_button->SetToolTip( _("Move up") );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
|
|
|
bSizer51->Add( m_move_up_button, 0, wxBOTTOM|wxRIGHT, 5 );
|
|
|
|
|
2020-06-03 17:46:50 +00:00
|
|
|
m_move_down_button = new wxBitmapButton( m_top_sizer->GetStaticBox(), wxID_ANY, wxNullBitmap, wxDefaultPosition, wxSize( -1,-1 ), wxBU_AUTODRAW|0 );
|
2018-11-24 14:43:01 +00:00
|
|
|
m_move_down_button->SetToolTip( _("Move down") );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
|
|
|
bSizer51->Add( m_move_down_button, 0, wxBOTTOM|wxRIGHT, 5 );
|
|
|
|
|
|
|
|
|
2020-08-17 22:34:02 +00:00
|
|
|
bSizer51->Add( 20, 0, 0, wxEXPAND, 5 );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
2020-06-03 17:46:50 +00:00
|
|
|
m_delete_button = new wxBitmapButton( m_top_sizer->GetStaticBox(), wxID_ANY, wxNullBitmap, wxDefaultPosition, wxSize( -1,-1 ), wxBU_AUTODRAW|0 );
|
2018-11-24 14:43:01 +00:00
|
|
|
m_delete_button->SetToolTip( _("Remove library from table") );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
|
|
|
bSizer51->Add( m_delete_button, 0, wxBOTTOM|wxRIGHT, 5 );
|
|
|
|
|
|
|
|
|
2020-12-13 11:39:53 +00:00
|
|
|
bSizer51->Add( 0, 0, 1, wxEXPAND, 5 );
|
|
|
|
|
|
|
|
m_convertLegacy = new wxButton( m_top_sizer->GetStaticBox(), wxID_ANY, _("Migrate Libraries..."), wxDefaultPosition, wxDefaultSize, 0 );
|
|
|
|
bSizer51->Add( m_convertLegacy, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
m_top_sizer->Add( bSizer51, 0, wxEXPAND, 8 );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
|
|
|
|
2018-04-20 14:31:45 +00:00
|
|
|
bSizer1->Add( m_top_sizer, 1, wxALL|wxEXPAND, 5 );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
2017-11-14 10:18:45 +00:00
|
|
|
wxStaticBoxSizer* sbSizer1;
|
2018-04-23 19:33:21 +00:00
|
|
|
sbSizer1 = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, _("Path Substitutions:") ), wxVERTICAL );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
2018-08-19 16:10:14 +00:00
|
|
|
m_path_subs_grid = new WX_GRID( sbSizer1->GetStaticBox(), wxID_ANY, wxDefaultPosition, wxDefaultSize, 0 );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
2017-11-14 10:18:45 +00:00
|
|
|
// Grid
|
|
|
|
m_path_subs_grid->CreateGrid( 1, 2 );
|
2020-11-28 12:54:04 +00:00
|
|
|
m_path_subs_grid->EnableEditing( false );
|
2017-11-14 10:18:45 +00:00
|
|
|
m_path_subs_grid->EnableGridLines( true );
|
|
|
|
m_path_subs_grid->EnableDragGridSize( false );
|
|
|
|
m_path_subs_grid->SetMargins( 0, 0 );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
2017-11-14 10:18:45 +00:00
|
|
|
// Columns
|
|
|
|
m_path_subs_grid->SetColSize( 0, 150 );
|
|
|
|
m_path_subs_grid->SetColSize( 1, 500 );
|
|
|
|
m_path_subs_grid->AutoSizeColumns();
|
|
|
|
m_path_subs_grid->EnableDragColMove( false );
|
|
|
|
m_path_subs_grid->EnableDragColSize( true );
|
2018-03-14 04:51:59 +00:00
|
|
|
m_path_subs_grid->SetColLabelSize( 0 );
|
2020-05-02 22:42:45 +00:00
|
|
|
m_path_subs_grid->SetColLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
|
|
|
|
|
2017-11-14 10:18:45 +00:00
|
|
|
// Rows
|
|
|
|
m_path_subs_grid->EnableDragRowSize( true );
|
2018-03-14 04:51:59 +00:00
|
|
|
m_path_subs_grid->SetRowLabelSize( 0 );
|
2020-05-02 22:42:45 +00:00
|
|
|
m_path_subs_grid->SetRowLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
|
|
|
|
|
2017-11-14 10:18:45 +00:00
|
|
|
// Label Appearance
|
2020-05-02 22:42:45 +00:00
|
|
|
|
2017-11-14 10:18:45 +00:00
|
|
|
// Cell Defaults
|
|
|
|
m_path_subs_grid->SetDefaultCellAlignment( wxALIGN_LEFT, wxALIGN_TOP );
|
|
|
|
m_path_subs_grid->SetToolTip( _("This is a read-only table which shows pertinent environment variables.") );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
|
|
|
sbSizer1->Add( m_path_subs_grid, 1, wxALL|wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
|
|
|
bSizer1->Add( sbSizer1, 0, wxALL|wxEXPAND, 5 );
|
|
|
|
|
|
|
|
|
2017-11-14 10:18:45 +00:00
|
|
|
this->SetSizer( bSizer1 );
|
|
|
|
this->Layout();
|
2020-06-03 17:46:50 +00:00
|
|
|
bSizer1->Fit( this );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
2017-11-14 10:18:45 +00:00
|
|
|
// Connect Events
|
2020-11-14 20:12:49 +00:00
|
|
|
this->Connect( wxEVT_UPDATE_UI, wxUpdateUIEventHandler( PANEL_SYM_LIB_TABLE_BASE::OnUpdateUI ) );
|
2018-07-20 17:46:56 +00:00
|
|
|
m_append_button->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( PANEL_SYM_LIB_TABLE_BASE::appendRowHandler ), NULL, this );
|
|
|
|
m_browse_button->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( PANEL_SYM_LIB_TABLE_BASE::browseLibrariesHandler ), NULL, this );
|
|
|
|
m_move_up_button->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( PANEL_SYM_LIB_TABLE_BASE::moveUpHandler ), NULL, this );
|
|
|
|
m_move_down_button->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( PANEL_SYM_LIB_TABLE_BASE::moveDownHandler ), NULL, this );
|
2018-08-19 16:05:48 +00:00
|
|
|
m_delete_button->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( PANEL_SYM_LIB_TABLE_BASE::deleteRowHandler ), NULL, this );
|
2020-12-13 11:39:53 +00:00
|
|
|
m_convertLegacy->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( PANEL_SYM_LIB_TABLE_BASE::onConvertLegacyLibraries ), NULL, this );
|
2018-07-20 17:46:56 +00:00
|
|
|
m_path_subs_grid->Connect( wxEVT_SIZE, wxSizeEventHandler( PANEL_SYM_LIB_TABLE_BASE::onSizeGrid ), NULL, this );
|
2017-11-14 10:18:45 +00:00
|
|
|
}
|
|
|
|
|
2018-07-20 17:46:56 +00:00
|
|
|
PANEL_SYM_LIB_TABLE_BASE::~PANEL_SYM_LIB_TABLE_BASE()
|
2017-11-14 10:18:45 +00:00
|
|
|
{
|
|
|
|
// Disconnect Events
|
2020-11-14 20:12:49 +00:00
|
|
|
this->Disconnect( wxEVT_UPDATE_UI, wxUpdateUIEventHandler( PANEL_SYM_LIB_TABLE_BASE::OnUpdateUI ) );
|
2018-07-20 17:46:56 +00:00
|
|
|
m_append_button->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( PANEL_SYM_LIB_TABLE_BASE::appendRowHandler ), NULL, this );
|
|
|
|
m_browse_button->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( PANEL_SYM_LIB_TABLE_BASE::browseLibrariesHandler ), NULL, this );
|
|
|
|
m_move_up_button->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( PANEL_SYM_LIB_TABLE_BASE::moveUpHandler ), NULL, this );
|
|
|
|
m_move_down_button->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( PANEL_SYM_LIB_TABLE_BASE::moveDownHandler ), NULL, this );
|
2018-08-19 16:05:48 +00:00
|
|
|
m_delete_button->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( PANEL_SYM_LIB_TABLE_BASE::deleteRowHandler ), NULL, this );
|
2020-12-13 11:39:53 +00:00
|
|
|
m_convertLegacy->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( PANEL_SYM_LIB_TABLE_BASE::onConvertLegacyLibraries ), NULL, this );
|
2018-07-20 17:46:56 +00:00
|
|
|
m_path_subs_grid->Disconnect( wxEVT_SIZE, wxSizeEventHandler( PANEL_SYM_LIB_TABLE_BASE::onSizeGrid ), NULL, this );
|
2020-05-02 22:42:45 +00:00
|
|
|
|
2017-11-14 10:18:45 +00:00
|
|
|
}
|