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/>.
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_
24 #include "particle_workspace.h"
28 struct CPSTailParticle
;
31 /////////////////////////////////////////////////////////////////////////////
32 // CTailParticleDlg dialog
34 class CTailParticleDlg
: public CDialog
38 CTailParticleDlg(CParticleWorkspace::CNode
*ownerNode
, NL3D::CPSTailParticle
*tp
); // standard constructor
40 void init(CWnd
*pParent
, sint x
, sint y
);
42 //{{AFX_DATA(CTailParticleDlg)
43 enum { IDD
= IDD_TAIL_PARTICLE
};
44 CComboBox m_TailShape
;
45 CButton m_TailPersistAfterDeathCtrl
;
47 BOOL m_TailPersistAfterDeath
;
52 // ClassWizard generated virtual function overrides
53 //{{AFX_VIRTUAL(CTailParticleDlg)
55 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
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();
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_)