Code::Blocks
SVN r11506
|
#include <wx/thread.h>
#include <wx/treectrl.h>
#include "cctreectrl.h"
#include "nativeparser.h"
#include "parser/token.h"
#include "parser/parser.h"
Go to the source code of this file.
Classes | |
class | ClassBrowserBuilderThread |
worker thread to build the symbol browser tree controls(both the top tree and the bottom tree) When the thread is started, it is waiting for the semaphore, and once the GUI post the semaphore the builder will do the dirty job, once finished, it will wait again. More... | |