Public Types | |
enum | Mode { HANDLE_ALL_REQUESTS, HANDLE_NON_HTTP, HANDLE_ONLY_HTTP } |
Public Member Functions | |
DatabaseThread (DatabasePager *pager, Mode mode, const std::string &name) | |
DatabaseThread (const DatabaseThread &dt, DatabasePager *pager) | |
void | setDone (bool done) |
bool | getDone () const |
void | setActive (bool active) |
bool | getActive () const |
virtual int | cancel () |
virtual void | run () |
Protected Member Functions | |
virtual | ~DatabaseThread () |
Protected Attributes | |
bool | _done |
bool | _active |
DatabasePager * | _pager |
Mode | _mode |
std::string | _name |
osgDB::DatabasePager::DatabasePager::DatabaseThread::DatabaseThread | ( | DatabasePager * | pager, | |
Mode | mode, | |||
const std::string & | name | |||
) |
osgDB::DatabasePager::DatabasePager::DatabaseThread::DatabaseThread | ( | const DatabaseThread & | dt, | |
DatabasePager * | pager | |||
) |
virtual osgDB::DatabasePager::DatabasePager::DatabaseThread::~DatabaseThread | ( | ) | [protected, virtual] |
virtual int osgDB::DatabasePager::DatabasePager::DatabaseThread::cancel | ( | ) | [virtual] |
bool osgDB::DatabasePager::DatabasePager::DatabaseThread::getActive | ( | ) | const [inline] |
bool osgDB::DatabasePager::DatabasePager::DatabaseThread::getDone | ( | ) | const [inline] |
virtual void osgDB::DatabasePager::DatabasePager::DatabaseThread::run | ( | ) | [virtual] |
void osgDB::DatabasePager::DatabasePager::DatabaseThread::setActive | ( | bool | active | ) | [inline] |
void osgDB::DatabasePager::DatabasePager::DatabaseThread::setDone | ( | bool | done | ) | [inline] |
bool osgDB::DatabasePager::DatabasePager::DatabaseThread::_active [protected] |
bool osgDB::DatabasePager::DatabasePager::DatabaseThread::_done [protected] |
Mode osgDB::DatabasePager::DatabasePager::DatabaseThread::_mode [protected] |
std::string osgDB::DatabasePager::DatabasePager::DatabaseThread::_name [protected] |
DatabasePager* osgDB::DatabasePager::DatabasePager::DatabaseThread::_pager [protected] |
![]() | Generated at Mon Feb 23 17:55:32 2009 for the OpenSceneGraph by doxygen 1.5.8. |