Added aqua_speed for rite geo 50 tryker
[ryzomcore.git] / nel / tools / 3d / object_viewer / tail_particle_dlg.h
blobc3f98268f649bba67cab9f245e02fc8588852f2d
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/>.
17 #if !defined(AFX_TAIL_PARTICLE_DLG_H__87722D81_F7C8_4837_96F2_96FCE342EF54__INCLUDED_)
18 #define AFX_TAIL_PARTICLE_DLG_H__87722D81_F7C8_4837_96F2_96FCE342EF54__INCLUDED_
20 #if _MSC_VER > 1000
21 #pragma once
22 #endif
24 #include "particle_workspace.h"
26 namespace NL3D
28 struct CPSTailParticle;
31 /////////////////////////////////////////////////////////////////////////////
32 // CTailParticleDlg dialog
34 class CTailParticleDlg : public CDialog
36 // Construction
37 public:
38 CTailParticleDlg(CParticleWorkspace::CNode *ownerNode, NL3D::CPSTailParticle *tp); // standard constructor
40 void init(CWnd *pParent, sint x, sint y);
41 // Dialog Data
42 //{{AFX_DATA(CTailParticleDlg)
43 enum { IDD = IDD_TAIL_PARTICLE };
44 CComboBox m_TailShape;
45 CButton m_TailPersistAfterDeathCtrl;
46 BOOL m_TailFade;
47 BOOL m_TailPersistAfterDeath;
48 //}}AFX_DATA
51 // Overrides
52 // ClassWizard generated virtual function overrides
53 //{{AFX_VIRTUAL(CTailParticleDlg)
54 protected:
55 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
56 //}}AFX_VIRTUAL
58 // Implementation
59 protected:
60 // the particle being edited
61 NL3D::CPSTailParticle *_TailParticle;
62 CParticleWorkspace::CNode *_Node;
64 // Generated message map functions
65 //{{AFX_MSG(CTailParticleDlg)
66 afx_msg void OnTailFade();
67 afx_msg void OnTailPersistAfterDeath();
68 afx_msg void OnSelchangeTailShape();
69 afx_msg void OnPaint();
70 afx_msg void OnSelchangeRibbonOrientation();
71 //}}AFX_MSG
72 DECLARE_MESSAGE_MAP()
75 //{{AFX_INSERT_LOCATION}}
76 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
78 #endif // !defined(AFX_TAIL_PARTICLE_DLG_H__87722D81_F7C8_4837_96F2_96FCE342EF54__INCLUDED_)