Code::Blocks
SVN r11506
|
#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"
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) | |
WX_DECLARE_HASH_MAP | ( | cbProject * | , |
ProjectsArray * | , | ||
wxPointerHash | , | ||
wxPointerEqual | , | ||
DepsMap | |||
) |
WX_DEFINE_ARRAY | ( | cbProject * | , |
ProjectsArray | |||
) |