Code::Blocks  SVN r11506
Classes | Functions
projectmanager.h File Reference
#include <wx/event.h>
#include <wx/dynarray.h>
#include <wx/hashmap.h>
#include <wx/treectrl.h>
#include "cbexception.h"
#include "cbtreectrl.h"
#include "settings.h"
#include "manager.h"
Include dependency graph for projectmanager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cbProjectManagerUI
 
class  ProjectManager
 The entry point singleton for working with projects. More...
 

Functions

 WX_DEFINE_ARRAY (cbProject *, ProjectsArray)
 
 WX_DECLARE_HASH_MAP (cbProject *, ProjectsArray *, wxPointerHash, wxPointerEqual, DepsMap)
 

Function Documentation

◆ WX_DECLARE_HASH_MAP()

WX_DECLARE_HASH_MAP ( cbProject ,
ProjectsArray *  ,
wxPointerHash  ,
wxPointerEqual  ,
DepsMap   
)

◆ WX_DEFINE_ARRAY()

WX_DEFINE_ARRAY ( cbProject ,
ProjectsArray   
)