/* ========================================================================== * ÀÛ ¼º ÀÚ : À̼ø±Ô * ÀÛ ¼º ÀÏ : 2007.01.02 * ³» ¿ë : ¿ÀºêÁ§Æ® Á¤º¸ ´ÙÀ̾ó·Î±× * ÁÖÀÇ»çÇ× : *===========================================================================*/ #pragma once /// ¿ÀºêÁ§Æ® Á¤º¸ ´ÙÀ̾ó·Î±× class cObjectInfoDialog : public CDialog { DECLARE_DYNAMIC(cObjectInfoDialog) public: cObjectInfoDialog(); virtual ~cObjectInfoDialog(); void UpdateScene( const NiPoint3& center, float minRadius, float maxRadius, unsigned int numObjects ); void UpdateNumObjects( unsigned int numObjects ); protected: virtual void DoDataExchange( CDataExchange* dx ); virtual void OnOK() {} virtual void OnCancel() {} protected: DECLARE_MESSAGE_MAP() };