Serious-Engine/Sources/WorldEditor/DlgPgPosition.h
2016-03-11 18:20:51 -06:00

66 lines
1.7 KiB
C++

/* Copyright (c) 2002-2012 Croteam Ltd.
This program is free software; you can redistribute it and/or modify
it under the terms of version 2 of the GNU General Public License as published by
the Free Software Foundation
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
// DlgPgPosition.h : header file
//
#ifndef DLGPGPOSITION_H
#define DLGPGPOSITION_H 1
/////////////////////////////////////////////////////////////////////////////
// CDlgPgPosition dialog
class CDlgPgPosition : public CPropertyPage
{
DECLARE_DYNCREATE(CDlgPgPosition)
// Construction
public:
CDlgPgPosition();
~CDlgPgPosition();
BOOL OnIdle(LONG lCount);
CUpdateableRT m_udSelection;
// Dialog Data
//{{AFX_DATA(CDlgPgPosition)
enum { IDD = IDD_PG_POSITION };
float m_fBanking;
float m_fHeading;
float m_fPitch;
float m_fX;
float m_fY;
float m_fZ;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CDlgPgPosition)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgPgPosition)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif // DLGPGPOSITION_H