Guitar
OverrideWaitCursor.h
Go to the documentation of this file.
1 #ifndef OVERRIDEWAITCURSOR_H
2 #define OVERRIDEWAITCURSOR_H
3 
4 #include "ApplicationGlobal.h"
5 
7 public:
9  {
11  }
13  {
15  }
16 };
17 #define OverrideWaitCursor OverrideWaitCursor_ waitcursor_; (void)waitcursor_;
18 
19 #endif // OVERRIDEWAITCURSOR_H
void GlobalRestoreOverrideCursor()
Definition: ApplicationGlobal.cpp:82
void GlobalSetOverrideWaitCursor()
Definition: ApplicationGlobal.cpp:77
Definition: OverrideWaitCursor.h:6
~OverrideWaitCursor_()
Definition: OverrideWaitCursor.h:12
OverrideWaitCursor_()
Definition: OverrideWaitCursor.h:8