]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - misc/mediasource/extra/netradiant-src/contrib/bobtoolz/dialogs/TextureResetDialog.h
Rename the compiled fteqcc to fteqcc-win32 (as that's what it is)
[voretournament/voretournament.git] / misc / mediasource / extra / netradiant-src / contrib / bobtoolz / dialogs / TextureResetDialog.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_TEXTURERESETDIALOG_H__42D665C1_ED84_11D4_ACF7_004095A18133__INCLUDED_)
21 #define AFX_TEXTURERESETDIALOG_H__42D665C1_ED84_11D4_ACF7_004095A18133__INCLUDED_
22
23 #if _MSC_VER > 1000
24 #pragma once
25 #endif // _MSC_VER > 1000
26 // TextureResetDialog.h : header file
27 //
28
29 /////////////////////////////////////////////////////////////////////////////
30 // CTextureResetDialog dialog
31
32 class CTextureResetDialog : public CDialog
33 {
34 // Construction
35 public:
36         CTextureResetDialog(CWnd* pParent = NULL);   // standard constructor
37
38 // Dialog Data
39         //{{AFX_DATA(CTextureResetDialog)
40         enum { IDD = IDD_TEXTURE_RESET_DIALOG };
41         BOOL    m_bAllTextures;
42         CString m_TextureName;
43         int             m_nRotation;
44         float   m_fScaleHorizontal;
45         float   m_fScaleVertical;
46         int             m_nShiftHorizontal;
47         int             m_nShiftVertical;
48         BOOL    m_bOnlyTexture;
49         CString m_NewTextureName;
50         //}}AFX_DATA
51
52
53 // Overrides
54         // ClassWizard generated virtual function overrides
55         //{{AFX_VIRTUAL(CTextureResetDialog)
56         protected:
57         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
58         //}}AFX_VIRTUAL
59
60 // Implementation
61 protected:
62
63         // Generated message map functions
64         //{{AFX_MSG(CTextureResetDialog)
65                 // NOTE: the ClassWizard will add member functions here
66         //}}AFX_MSG
67         DECLARE_MESSAGE_MAP()
68 };
69
70 //{{AFX_INSERT_LOCATION}}
71 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
72
73 #endif // !defined(AFX_TEXTURERESETDIALOG_H__42D665C1_ED84_11D4_ACF7_004095A18133__INCLUDED_)