Linux multi-monitor fullscreen support
[ryzomcore.git] / nel / tools / 3d / object_viewer / edit_follow_path.h
blob2a9d6bdd7786c1366a1493642e7bd21f4222e8e6
1 // NeL - MMORPG Framework <http://dev.ryzom.com/projects/nel/>
2 // Copyright (C) 2010 Winch Gate Property Limited
3 //
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.
8 //
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_
21 #if _MSC_VER > 1000
22 #pragma once
23 #endif // _MSC_VER > 1000
24 // edit_follow_path.h : header file
27 #include "particle_workspace.h"
29 struct IPopupNotify;
31 namespace NL3D
33 class CPSPlaneBasisFollowSpeed;
37 /** Dialog to edit the parameters of the 'Follow Path' modifier
39 * \author Nicolas Vizerie
40 * \author Nevrax France
41 * \date 2003
43 class CEditFollowPath : public CDialog
45 // Construction
46 public:
47 CEditFollowPath(NL3D::CPSPlaneBasisFollowSpeed *pbfs, CParticleWorkspace::CNode *ownerNode, CWnd* pParent, IPopupNotify *pn); // standard constructor
49 /// init this dialog
50 void init(CWnd *pParent);
51 // Dialog Data
52 //{{AFX_DATA(CEditFollowPath)
53 enum { IDD = IDD_FOLLOWPATH };
54 // NOTE: the ClassWizard will add data members here
55 //}}AFX_DATA
58 // Overrides
59 // ClassWizard generated virtual function overrides
60 //{{AFX_VIRTUAL(CEditFollowPath)
61 protected:
62 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
63 //}}AFX_VIRTUAL
65 // Implementation
66 protected:
67 NL3D::CPSPlaneBasisFollowSpeed *_FollowPath;
68 IPopupNotify *_PN;
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();
75 //}}AFX_MSG
76 DECLARE_MESSAGE_MAP()
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_)