5#if !defined(CXAPP_INCLUDE_H)
12BEGIN_MOOTOOLS_NAMESPACE
14#ifndef MOOTOOLS_MFC_PRODUCT_BUILD
15DLL_TOOLSFUNCTION CXApp *
XGetApp();
26 void ShowWaitCursor(
bool show);
34typedef void(*ShowWaitCursorCallback)(
bool show);
36class DLL_TOOLSFUNCTION CXApp :
public CXObject
45 CXWnd *GetMainWnd()
const;
53 ShowWaitCursorCallback SetWaitCursorCallback(ShowWaitCursorCallback callback);
55 void ShowWaitCursor(
bool show)
const;
60 ShowWaitCursorCallback waitCallback;
The class defines an x, y, z 3D point which can use int, float or double.
Definition 3DPoint.h:27