doom3-gpl
Doom 3 GPL source release
|
#include <TextureBar.h>
Public Types | |
enum | { IDD = IDD_TEXTUREBAR } |
Public Member Functions | |
void | GetSurfaceAttributes () |
void | SetSurfaceAttributes () |
CTextureBar () | |
Public Attributes | |
CSpinButtonCtrl | m_spinRotate |
CSpinButtonCtrl | m_spinVScale |
CSpinButtonCtrl | m_spinVShift |
CSpinButtonCtrl | m_spinHScale |
CSpinButtonCtrl | m_spinHShift |
int | m_nHShift |
int | m_nHScale |
int | m_nRotate |
int | m_nVShift |
int | m_nVScale |
int | m_nRotateAmt |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
afx_msg void | OnDeltaposSpinHshift (NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnDeltaposSpinVshift (NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnDeltaposSpinHScale (NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnDeltaposSpinVScale (NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnDeltaposSpinRotate (NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnSelectionPrint () |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg void | OnBtnApplytexturestuff () |
Definition at line 40 of file TextureBar.h.
anonymous enum |
Enumerator | |
---|---|
IDD |
Definition at line 50 of file TextureBar.h.
CTextureBar::CTextureBar | ( | ) |
Definition at line 48 of file TextureBar.cpp.
|
protectedvirtual |
Definition at line 62 of file TextureBar.cpp.
void CTextureBar::GetSurfaceAttributes | ( | ) |
Definition at line 180 of file TextureBar.cpp.
|
protected |
Definition at line 175 of file TextureBar.cpp.
|
protected |
Definition at line 167 of file TextureBar.cpp.
|
protected |
Definition at line 122 of file TextureBar.cpp.
|
protected |
Definition at line 97 of file TextureBar.cpp.
|
protected |
Definition at line 148 of file TextureBar.cpp.
|
protected |
Definition at line 135 of file TextureBar.cpp.
|
protected |
Definition at line 109 of file TextureBar.cpp.
|
protected |
Definition at line 161 of file TextureBar.cpp.
void CTextureBar::SetSurfaceAttributes | ( | ) |
Definition at line 196 of file TextureBar.cpp.
int CTextureBar::m_nHScale |
Definition at line 57 of file TextureBar.h.
int CTextureBar::m_nHShift |
Definition at line 56 of file TextureBar.h.
int CTextureBar::m_nRotate |
Definition at line 58 of file TextureBar.h.
int CTextureBar::m_nRotateAmt |
Definition at line 61 of file TextureBar.h.
int CTextureBar::m_nVScale |
Definition at line 60 of file TextureBar.h.
int CTextureBar::m_nVShift |
Definition at line 59 of file TextureBar.h.
CSpinButtonCtrl CTextureBar::m_spinHScale |
Definition at line 54 of file TextureBar.h.
CSpinButtonCtrl CTextureBar::m_spinHShift |
Definition at line 55 of file TextureBar.h.
CSpinButtonCtrl CTextureBar::m_spinRotate |
Definition at line 51 of file TextureBar.h.
CSpinButtonCtrl CTextureBar::m_spinVScale |
Definition at line 52 of file TextureBar.h.
CSpinButtonCtrl CTextureBar::m_spinVShift |
Definition at line 53 of file TextureBar.h.