Polygon Crucher SDK - Documentation
Documentation
Loading...
Searching...
No Matches
XWnd.h
1// XWnd.h: interface for the CXWnd class.
2//
3//////////////////////////////////////////////////////////////////////
4
5#if !defined(CEXWND_INCLUDE_H)
6#define CEXWND_INCLUDE_H
7
8#ifdef _MSC_VER
9#pragma once
10#endif // _MSC_VER
11
12BEGIN_MOOTOOLS_NAMESPACE
13
14#ifndef MOOTOOLS_MFC_PRODUCT_BUILD
15
16class DLL_TOOLSFUNCTION CXWnd : public CXObject
17{
18public:
19 virtual xWndHandle GetSafeHwnd() const;
20 virtual operator xWndHandle() const;
21};
22
23class DLL_TOOLSFUNCTION CXDialog : public CXObject
24{
25};
26
27#endif
28
29END_MOOTOOLS_NAMESPACE
30
31#endif // !defined(CEXWND_INCLUDE_H)
The class defines an x, y, z 3D point which can use int, float or double.
Definition 3DPoint.h:27