#include <bbtkQt.h>
Public Member Functions | |
BusyCursor () | |
~BusyCursor () |
Definition at line 95 of file bbtkQt.h.
bbtk::Qt::BusyCursor::BusyCursor | ( | ) |
Definition at line 337 of file bbtkQt.cxx.
00338 { 00339 /* 00340 mCursor = 0; 00341 if (wxApp::GetInstance()!=0) 00342 { 00343 bbtkDebugMessage("wx",2, 00344 "Qt::BusyCursor::BusyCursor() : creating new cursor" 00345 <<std::endl); 00346 mCursor = new wxBusyCursor; 00347 } 00348 */ 00349 }
bbtk::Qt::BusyCursor::~BusyCursor | ( | ) |
Definition at line 350 of file bbtkQt.cxx.
00351 { 00352 /* 00353 if (mCursor) 00354 { 00355 delete mCursor; 00356 bbtkDebugMessage("wx",2, 00357 "Qt::BusyCursor::~BusyCursor() : deleting cursor"<<std::endl); 00358 } 00359 */ 00360 }