marProgressObserver Class Reference

List of all members.

Public Member Functions

 marProgressObserver ()
virtual void Execute (vtkObject *wdg, unsigned long event, void *calldata)

Static Public Member Functions

static marProgressObserverNew ()

Public Attributes

wxGauge * FrameGauge

Detailed Description

Definition at line 47 of file marSimpleDicom.cpp.


Constructor & Destructor Documentation

marProgressObserver::marProgressObserver (  )  [inline]

Definition at line 52 of file marSimpleDicom.cpp.

References FrameGauge.

00053     {
00054                 this->FrameGauge = NULL;
00055     }


Member Function Documentation

virtual void marProgressObserver::Execute ( vtkObject *  wdg,
unsigned long  event,
void *  calldata 
) [inline, virtual]

Definition at line 56 of file marSimpleDicom.cpp.

References FrameGauge.

00057     {
00058                 if ( this->FrameGauge )
00059         {
00060                         int val = this->FrameGauge->GetValue();
00061                         this->FrameGauge->SetValue( val + 1);
00062                         //wxYield();
00063                         //wxSafeYield();
00064                         //wxYieldIfNeeded();
00065                         //wxWakeUpIdle();
00066                         //wxSafeYield( this->FrameGauge, FALSE);
00067         }
00068     }

static marProgressObserver* marProgressObserver::New (  )  [inline, static]

Definition at line 50 of file marSimpleDicom.cpp.

00051     { return new marProgressObserver; }


Member Data Documentation

Definition at line 69 of file marSimpleDicom.cpp.

Referenced by Execute(), and marProgressObserver().


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

Generated on 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1