Code::Blocks  SVN r11506
Classes | Functions | Variables
directcommands.h File Reference
#include <wx/string.h>
#include <wx/hashmap.h>
Include dependency graph for directcommands.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DirectCommands
 

Functions

 WX_DEFINE_ARRAY (ProjectFile *, MyFilesArray)
 

Variables

const wxString COMPILER_SIMPLE_LOG
 
const wxString COMPILER_NOTE_LOG
 
const wxString COMPILER_WARNING_LOG
 
const wxString COMPILER_ERROR_LOG
 
const wxString COMPILER_TARGET_CHANGE
 
const wxString COMPILER_WAIT
 
const wxString COMPILER_NOTE_ID_LOG
 
const wxString COMPILER_WARNING_ID_LOG
 
const wxString COMPILER_ERROR_ID_LOG
 

Function Documentation

◆ WX_DEFINE_ARRAY()

WX_DEFINE_ARRAY ( ProjectFile ,
MyFilesArray   
)

Variable Documentation

◆ COMPILER_ERROR_ID_LOG

const wxString COMPILER_ERROR_ID_LOG

Definition at line 43 of file directcommands.cpp.

Referenced by CompilerGCC::LogMessage().

◆ COMPILER_ERROR_LOG

const wxString COMPILER_ERROR_LOG

◆ COMPILER_NOTE_ID_LOG

const wxString COMPILER_NOTE_ID_LOG

Definition at line 41 of file directcommands.cpp.

Referenced by CompilerGCC::LogMessage().

◆ COMPILER_NOTE_LOG

const wxString COMPILER_NOTE_LOG

◆ COMPILER_SIMPLE_LOG

const wxString COMPILER_SIMPLE_LOG

◆ COMPILER_TARGET_CHANGE

const wxString COMPILER_TARGET_CHANGE

◆ COMPILER_WAIT

const wxString COMPILER_WAIT

◆ COMPILER_WAIT_LINK

const wxString COMPILER_WAIT_LINK

◆ COMPILER_WARNING_ID_LOG

const wxString COMPILER_WARNING_ID_LOG

Definition at line 42 of file directcommands.cpp.

Referenced by CompilerGCC::LogMessage().

◆ COMPILER_WARNING_LOG

const wxString COMPILER_WARNING_LOG