osgDB::DatabasePager::DatabaseThread Class Reference
List of all members.
Member Enumeration Documentation
- Enumerator:
HANDLE_ALL_REQUESTS |
|
HANDLE_NON_HTTP |
|
HANDLE_ONLY_HTTP |
|
Constructor & Destructor Documentation
osgDB::DatabasePager::DatabaseThread::DatabaseThread |
( |
DatabasePager * |
pager, |
|
|
Mode |
mode, |
|
|
const std::string & |
name | |
|
) |
| | |
virtual osgDB::DatabasePager::DatabaseThread::~DatabaseThread |
( |
|
) |
[protected, virtual] |
Member Function Documentation
virtual int osgDB::DatabasePager::DatabaseThread::cancel |
( |
|
) |
[virtual] |
Cancel the thread. Equivalent to SIGKILL.
- Returns:
- 0 if normal, -1 if errno set, errno code otherwise.
Reimplemented from OpenThreads::Thread.
bool osgDB::DatabasePager::DatabaseThread::getActive |
( |
|
) |
const [inline] |
bool osgDB::DatabasePager::DatabaseThread::getDone |
( |
|
) |
const [inline] |
virtual void osgDB::DatabasePager::DatabaseThread::run |
( |
|
) |
[virtual] |
Thread's run method. Must be implemented by derived classes. This is where the action happens.
Implements OpenThreads::Thread.
void osgDB::DatabasePager::DatabaseThread::setActive |
( |
bool |
active |
) |
[inline] |
void osgDB::DatabasePager::DatabaseThread::setDone |
( |
bool |
done |
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: