6 #ifndef PROJECTOPTIONSDLG_H 7 #define PROJECTOPTIONSDLG_H 82 #endif // PROJECTOPTIONSDLG_H void DoBeforeTargetChange(bool force=false)
void EndModal(int retCode)
void OnCreateImportFileClick(wxCommandEvent &event)
void OnRemoveBuildTargetClick(wxCommandEvent &event)
cbCompilerPlugin * m_pCompiler
void OnCreateDefFileClick(wxCommandEvent &event)
bool DoCheckScripts(CompileTargetBase *base)
void OnExportTargetClick(wxCommandEvent &event)
void UpdateTargetControls()
void OnFileOptionsClick(wxCommandEvent &event)
void OnRemoveScript(wxCommandEvent &event)
void OnOK(wxCommandEvent &event)
void OnAddScript(wxCommandEvent &event)
ProjectOptionsDlg(wxWindow *parent, cbProject *project)
void OnTargetBuildOptionsClick(wxCommandEvent &event)
void OnScriptMoveDown(wxSpinEvent &event)
bool ValidateTargetName(const wxString &name)
void OnBrowseImportLibraryFilenameClick(wxCommandEvent &event)
void OnEditBuildTargetClick(wxCommandEvent &event)
void OnCheckScripts(wxCommandEvent &event)
void OnScriptMoveUp(wxSpinEvent &event)
void OnEditDepsClick(wxCommandEvent &event)
void OnProjectDepsClick(wxCommandEvent &event)
Base class for compiler plugins.
void OnBrowseOutputFilenameClick(wxCommandEvent &event)
void OnBrowseDirClick(wxCommandEvent &event)
Represents a Code::Blocks project.
void OnAddBuildTargetClick(wxCommandEvent &event)
void OnBuildOrderClick(wxCommandEvent &event)
void OnProjectTypeChanged(wxCommandEvent &event)
bool IsScriptValid(ProjectBuildTarget *target, const wxString &script)
void OnCopyBuildTargetClick(wxCommandEvent &event)
void OnKeyDown(wxKeyEvent &event)
void OnBuildTargetChanged(wxCommandEvent &event)
void OnFileMarkOffClick(wxCommandEvent &event)
void OnBrowseDefinitionFileFilenameClick(wxCommandEvent &event)
void OnProjectBuildOptionsClick(wxCommandEvent &event)
void DoTargetChange(bool saveOld=true)
void OnUpdateUI(wxUpdateUIEvent &event)
void OnScriptsOverviewSelChanged(wxTreeEvent &event)
Represents a Code::Blocks project build target.
void OnVirtualTargets(wxCommandEvent &event)
void OnFileMarkOnClick(wxCommandEvent &event)
void OnFileToggleMarkClick(wxCommandEvent &event)
ConfigurationPanelsArray m_PluginPanels
Base class for build target classes Each Code::Blocks project consists of at least one target...