Code::Blocks  SVN r11506
Classes
classbrowserbuilderthread.h File Reference
#include <wx/thread.h>
#include <wx/treectrl.h>
#include "cctreectrl.h"
#include "nativeparser.h"
#include "parser/token.h"
#include "parser/parser.h"
Include dependency graph for classbrowserbuilderthread.h:
This graph shows which files directly or indirectly include this file:

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...