1 // NeL - MMORPG Framework <http://dev.ryzom.com/projects/nel/>
2 // Copyright (C) 2010 Winch Gate Property Limited
4 // This program is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU Affero General Public License as
6 // published by the Free Software Foundation, either version 3 of the
7 // License, or (at your option) any later version.
9 // This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU Affero General Public License for more details.
14 // You should have received a copy of the GNU Affero General Public License
15 // along with this program. If not, see <http://www.gnu.org/licenses/>.
18 #if !defined(AFX_EDIT_FOLLOW_PATH_H__80C5C9BA_85D1_48C5_8D8F_2D5CDE5FFB78__INCLUDED_)
19 #define AFX_EDIT_FOLLOW_PATH_H__80C5C9BA_85D1_48C5_8D8F_2D5CDE5FFB78__INCLUDED_
23 #endif // _MSC_VER > 1000
24 // edit_follow_path.h : header file
27 #include "particle_workspace.h"
33 class CPSPlaneBasisFollowSpeed
;
37 /** Dialog to edit the parameters of the 'Follow Path' modifier
39 * \author Nicolas Vizerie
40 * \author Nevrax France
43 class CEditFollowPath
: public CDialog
47 CEditFollowPath(NL3D::CPSPlaneBasisFollowSpeed
*pbfs
, CParticleWorkspace::CNode
*ownerNode
, CWnd
* pParent
, IPopupNotify
*pn
); // standard constructor
50 void init(CWnd
*pParent
);
52 //{{AFX_DATA(CEditFollowPath)
53 enum { IDD
= IDD_FOLLOWPATH
};
54 // NOTE: the ClassWizard will add data members here
59 // ClassWizard generated virtual function overrides
60 //{{AFX_VIRTUAL(CEditFollowPath)
62 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
67 NL3D::CPSPlaneBasisFollowSpeed
*_FollowPath
;
69 CParticleWorkspace::CNode
*_Node
;
70 // Generated message map functions
71 //{{AFX_MSG(CEditFollowPath)
72 virtual BOOL
OnInitDialog();
73 afx_msg
void OnClose();
74 afx_msg
void OnSelchangeProjectionMode();
79 //{{AFX_INSERT_LOCATION}}
80 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
82 #endif // !defined(AFX_EDIT_FOLLOW_PATH_H__80C5C9BA_85D1_48C5_8D8F_2D5CDE5FFB78__INCLUDED_)