#include <berryDisplay.h>
Definition at line 27 of file berryDisplay.h.
berry::Display::~Display |
( |
| ) |
|
|
virtual |
virtual void berry::Display::AsyncExec |
( |
Poco::Runnable * |
| ) |
|
|
pure virtual |
virtual void berry::Display::CreateDisplay |
( |
| ) |
|
|
protectedpure virtual |
This method must be called from within the UI thread and should create the Display instance and initialize variables holding implementation specific thread data.
virtual void berry::Display::ExitEventLoop |
( |
int |
code | ) |
|
|
pure virtual |
Display * berry::Display::GetDefault |
( |
| ) |
|
|
static |
virtual bool berry::Display::InDisplayThread |
( |
| ) |
|
|
pure virtual |
Returns true if the calling thread is the same thread who created this Display instance.
- Returns
virtual int berry::Display::RunEventLoop |
( |
| ) |
|
|
pure virtual |
virtual void berry::Display::SyncExec |
( |
Poco::Runnable * |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: