Code::Blocks
SVN r11506
|
#include <sdk.h>
#include <prep.h>
#include <wx/filedlg.h>
#include <wx/propgrid/propgrid.h>
#include <wx/xml/xml.h>
#include "advancedcompileroptionsdlg.h"
#include "annoyingdialog.h"
#include "cbexception.h"
#include "compilergcc.h"
#include "compileroptionsdlg.h"
#include "debuggermanager.h"
#include "editpathdlg.h"
#include "editpairdlg.h"
#include "compilerflagdlg.h"
Go to the source code of this file.
Classes | |
class | ScopeTreeData |
struct | DebuggerClientData |
struct | VariableListClientData |
Functions | |
void | ArrayString2ListBox (const wxArrayString &array, wxListBox *control) |
void | ListBox2ArrayString (wxArrayString &array, const wxListBox *control) |
void | ArrayString2TextCtrl (const wxArrayString &array, wxTextCtrl *control) |
void | DoGetCompileOptions (wxArrayString &array, const wxTextCtrl *control) |
static void | QuoteString (wxString &value, const wxString &caption) |
static void | UpdateUIListBoxAndButtons (wxListBox &list, wxButton &edit, wxButton &del, wxButton &clear, wxButton ©, wxButton &up, wxButton &down) |
|
inline |
Definition at line 444 of file compileroptionsdlg.cpp.
References wxArrayString::GetCount().
Referenced by CompilerOptionsDlg::AutoDetectCompiler(), CompilerOptionsDlg::DoFillCompilerPrograms(), CompilerOptionsDlg::DoFillOthers(), and CompilerOptionsDlg::DoLoadOptions().
|
inline |
Definition at line 750 of file compileroptionsdlg.cpp.
References _T, and wxArrayString::GetCount().
Referenced by CompilerOptionsDlg::DoLoadOptions().
|
inline |
Definition at line 764 of file compileroptionsdlg.cpp.
References _T, wxArrayString::Add(), wxArrayString::Clear(), wxString::Find(), wxString::IsEmpty(), wxString::Left(), wxString::Remove(), wxString::Replace(), and wxString::Strip().
Referenced by CompilerOptionsDlg::DoSaveOptions(), and CompilerOptionsDlg::OptionsToText().
|
inline |
Definition at line 455 of file compileroptionsdlg.cpp.
References wxArrayString::Add(), wxArrayString::Clear(), and wxString::IsEmpty().
Referenced by CompilerOptionsDlg::DoSaveCompilerPrograms(), CompilerOptionsDlg::DoSaveOptions(), CompilerOptionsDlg::OnAddExtraPathClick(), CompilerOptionsDlg::OnApply(), and CompilerOptionsDlg::OnEditExtraPathClick().
Definition at line 1974 of file compileroptionsdlg.cpp.
References _(), NeedQuotes(), QuoteStringIfNeeded(), AnnoyingDialog::rtSAVE_CHOICE, AnnoyingDialog::rtYES, AnnoyingDialog::ShowModal(), wxART_QUESTION, wxT, and AnnoyingDialog::YES_NO.
Referenced by CompilerOptionsDlg::OnAddVarClick(), and CompilerOptionsDlg::OnEditVarClick().
|
static |
Definition at line 2678 of file compileroptionsdlg.cpp.
Referenced by CompilerOptionsDlg::OnUpdateUI().