Added aqua_speed for rite geo 50 tryker
[ryzomcore.git] / nel / tools / 3d / object_viewer / vegetable_scale_page.h
blobaf9f2c9a26d3f3985664c09472cdfb505befd3fe
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_VEGETABLE_SCALE_PAGE_H__420A39C3_E7DD_4C7F_9527_9A7B8DB6E101__INCLUDED_)
18 #define AFX_VEGETABLE_SCALE_PAGE_H__420A39C3_E7DD_4C7F_9527_9A7B8DB6E101__INCLUDED_
20 #if _MSC_VER > 1000
21 #pragma once
22 #endif // _MSC_VER > 1000
23 // vegetable_scale_page.h : header file
26 namespace NL3D
28 class CVegetable;
32 class CVegetableNoiseValueDlg;
33 class CDirectEditableRangeFloat;
34 class CVegetableDlg;
37 /////////////////////////////////////////////////////////////////////////////
38 // CVegetableScalePage dialog
40 class CVegetableScalePage : public CPropertyPage
42 DECLARE_DYNCREATE(CVegetableScalePage)
44 // Construction
45 public:
46 CVegetableScalePage();
47 ~CVegetableScalePage();
48 void initVegetableDlg(CVegetableDlg *vegetableDlg) {_VegetableDlg= vegetableDlg;}
50 // Dialog Data
51 //{{AFX_DATA(CVegetableScalePage)
52 enum { IDD = IDD_VEGETABLE_SCALE_DLG };
53 // NOTE - ClassWizard will add data members here.
54 // DO NOT EDIT what you see in these blocks of generated code !
55 //}}AFX_DATA
58 // Overrides
59 // ClassWizard generate virtual function overrides
60 //{{AFX_VIRTUAL(CVegetableScalePage)
61 protected:
62 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
63 //}}AFX_VIRTUAL
66 public:
67 /** set the vegetble to edit. NULL will disable all the controls.
68 * Called by CVegetableDlg.
70 void setVegetableToEdit(NL3D::CVegetable *vegetable);
73 // Implementation
74 protected:
75 // Generated message map functions
76 //{{AFX_MSG(CVegetableScalePage)
77 virtual BOOL OnInitDialog();
78 //}}AFX_MSG
79 DECLARE_MESSAGE_MAP()
81 // The "father" VegetableDlg.
82 CVegetableDlg *_VegetableDlg;
85 // The NoiseValue edition.
86 CVegetableNoiseValueDlg *_SxyDlg;
87 CVegetableNoiseValueDlg *_SzDlg;
89 // BendFreqFactor
90 CDirectEditableRangeFloat *_BendFreqFactorDlg;
93 // The vegetable to edit.
94 NL3D::CVegetable *_Vegetable;
98 //{{AFX_INSERT_LOCATION}}
99 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
101 #endif // !defined(AFX_VEGETABLE_SCALE_PAGE_H__420A39C3_E7DD_4C7F_9527_9A7B8DB6E101__INCLUDED_)