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