]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - contrib/bobtoolz/dialogs/StairDialog.h
initial
[xonotic/netradiant.git] / contrib / bobtoolz / dialogs / StairDialog.h
1 /*
2 BobToolz plugin for GtkRadiant
3 Copyright (C) 2001 Gordon Biggans
4
5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public
7 License as published by the Free Software Foundation; either
8 version 2.1 of the License, or (at your option) any later version.
9
10 This library is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13 Lesser General Public License for more details.
14
15 You should have received a copy of the GNU Lesser General Public
16 License along with this library; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18 */
19
20 #if !defined(AFX_STAIRDIALOG_H__942FFF20_5F9E_11D1_B66D_004095A18133__INCLUDED_)
21 #define AFX_STAIRDIALOG_H__942FFF20_5F9E_11D1_B66D_004095A18133__INCLUDED_
22
23 #if _MSC_VER > 1000
24 #pragma once
25 #endif // _MSC_VER > 1000
26 // StairDialog.h : header file
27 //
28
29 /////////////////////////////////////////////////////////////////////////////
30 // CStairDialog dialog
31
32 class CStairDialog : public CDialog
33 {
34 // Construction
35 public:
36         CStairDialog(CWnd* pParent = NULL);   // standard constructor
37
38 // Dialog Data
39         //{{AFX_DATA(CStairDialog)
40         enum { IDD = IDD_STAIR_DIALOG };
41         UINT    m_nStairHeight;
42         int             m_StairDir;
43         int             m_StairStyle;
44         CString m_riserTexture;
45         BOOL    m_bDetail;
46         //}}AFX_DATA
47
48
49 // Overrides
50         // ClassWizard generated virtual function overrides
51         //{{AFX_VIRTUAL(CStairDialog)
52         protected:
53         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
54         //}}AFX_VIRTUAL
55
56 // Implementation
57 protected:
58
59         // Generated message map functions
60         //{{AFX_MSG(CStairDialog)
61         afx_msg void OnStyleBobClicked();
62         afx_msg void OnStyleOrigClicked();
63         virtual BOOL OnInitDialog();
64         afx_msg void OnStyleCornerClicked();
65         //}}AFX_MSG
66         DECLARE_MESSAGE_MAP()
67 private:
68         void EnableDetail(BOOL bEnable);
69 };
70
71 //{{AFX_INSERT_LOCATION}}
72 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
73
74 #endif // !defined(AFX_STAIRDIALOG_H__942FFF20_5F9E_11D1_B66D_004095A18133__INCLUDED_)