bbtk::Qt::BusyCursor Class Reference

#include <bbtkQt.h>

List of all members.

Public Member Functions

 BusyCursor ()
 ~BusyCursor ()


Detailed Description

Definition at line 95 of file bbtkQt.h.


Constructor & Destructor Documentation

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   }


The documentation for this class was generated from the following files:

Generated on Thu May 31 14:15:00 2012 for BBTK by  doxygen 1.5.7.1