#include <NewTexWnd.h>
|
| virtual BOOL | PreCreateWindow (CREATESTRUCT &cs) |
| |
| const idMaterial * | NextPos () |
| |
| const idMaterial * | getMaterialAtPoint (CPoint point) |
| |
| void | InitPos () |
| |
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
| |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
| |
| afx_msg void | OnParentNotify (UINT message, LPARAM lParam) |
| |
| afx_msg void | OnKeyDown (UINT nChar, UINT nRepCnt, UINT nFlags) |
| |
| afx_msg void | OnKeyUp (UINT nChar, UINT nRepCnt, UINT nFlags) |
| |
| afx_msg void | OnPaint () |
| |
| afx_msg void | OnVScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) |
| |
| afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
| |
| afx_msg void | OnMButtonDown (UINT nFlags, CPoint point) |
| |
| afx_msg void | OnRButtonDown (UINT nFlags, CPoint point) |
| |
| afx_msg void | OnLButtonUp (UINT nFlags, CPoint point) |
| |
| afx_msg void | OnMButtonUp (UINT nFlags, CPoint point) |
| |
| afx_msg void | OnRButtonUp (UINT nFlags, CPoint point) |
| |
| afx_msg void | OnMouseMove (UINT nFlags, CPoint point) |
| |
| afx_msg BOOL | OnMouseWheel (UINT nFlags, short zDelta, CPoint pt) |
| |
| afx_msg void | OnShaderClick () |
| |
Definition at line 42 of file NewTexWnd.h.
| CNewTexWnd::CNewTexWnd |
( |
| ) |
|
| CNewTexWnd::~CNewTexWnd |
( |
| ) |
|
|
virtual |
| BOOL CNewTexWnd::Create |
( |
LPCTSTR |
lpszClassName, |
|
|
LPCTSTR |
lpszWindowName, |
|
|
DWORD |
dwStyle, |
|
|
const RECT & |
rect, |
|
|
CWnd * |
pParentWnd, |
|
|
UINT |
nID, |
|
|
CCreateContext * |
pContext = NULL |
|
) |
| |
|
virtual |
| BOOL CNewTexWnd::DestroyWindow |
( |
| ) |
|
|
virtual |
| void CNewTexWnd::EnsureTextureIsVisible |
( |
const char * |
name | ) |
|
| void CNewTexWnd::FocusEdit |
( |
| ) |
|
| void CNewTexWnd::InitPos |
( |
| ) |
|
|
protected |
| void CNewTexWnd::LoadMaterials |
( |
| ) |
|
| int CNewTexWnd::OnCreate |
( |
LPCREATESTRUCT |
lpCreateStruct | ) |
|
|
protected |
| void CNewTexWnd::OnLButtonDown |
( |
UINT |
nFlags, |
|
|
CPoint |
point |
|
) |
| |
|
protected |
| void CNewTexWnd::OnLButtonUp |
( |
UINT |
nFlags, |
|
|
CPoint |
point |
|
) |
| |
|
protected |
| void CNewTexWnd::OnMButtonDown |
( |
UINT |
nFlags, |
|
|
CPoint |
point |
|
) |
| |
|
protected |
| void CNewTexWnd::OnMButtonUp |
( |
UINT |
nFlags, |
|
|
CPoint |
point |
|
) |
| |
|
protected |
| void CNewTexWnd::OnMouseMove |
( |
UINT |
nFlags, |
|
|
CPoint |
point |
|
) |
| |
|
protected |
| BOOL CNewTexWnd::OnMouseWheel |
( |
UINT |
nFlags, |
|
|
short |
zDelta, |
|
|
CPoint |
pt |
|
) |
| |
|
protected |
| void CNewTexWnd::OnPaint |
( |
| ) |
|
|
protected |
| void CNewTexWnd::OnRButtonDown |
( |
UINT |
nFlags, |
|
|
CPoint |
point |
|
) |
| |
|
protected |
| void CNewTexWnd::OnRButtonUp |
( |
UINT |
nFlags, |
|
|
CPoint |
point |
|
) |
| |
|
protected |
| void CNewTexWnd::OnSetFocus |
( |
CWnd * |
pOldWnd | ) |
|
| afx_msg void CNewTexWnd::OnShaderClick |
( |
| ) |
|
|
protected |
| int CNewTexWnd::OnToolHitTest |
( |
CPoint |
point, |
|
|
TOOLINFO * |
pTI |
|
) |
| |
| BOOL CNewTexWnd::OnToolTipNotify |
( |
UINT |
id, |
|
|
NMHDR * |
pNMHDR, |
|
|
LRESULT * |
pResult |
|
) |
| |
| void CNewTexWnd::OnVScroll |
( |
UINT |
nSBCode, |
|
|
UINT |
nPos, |
|
|
CScrollBar * |
pScrollBar |
|
) |
| |
|
protected |
| BOOL CNewTexWnd::PreCreateWindow |
( |
CREATESTRUCT & |
cs | ) |
|
|
protectedvirtual |
| BOOL CNewTexWnd::PreTranslateMessage |
( |
MSG * |
pMsg | ) |
|
|
virtual |
| void CNewTexWnd::UpdateFilter |
( |
const char * |
pFilter | ) |
|
| void CNewTexWnd::UpdatePrefs |
( |
| ) |
|
| CPoint CNewTexWnd::current |
|
protected |
| int CNewTexWnd::currentIndex |
|
protected |
| int CNewTexWnd::currentRow |
|
protected |
| CPoint CNewTexWnd::cursor |
|
protected |
| CPoint CNewTexWnd::drawRow |
|
protected |
| CDC* CNewTexWnd::hdcTexture |
|
protected |
| HGLRC CNewTexWnd::hglrcTexture |
|
protected |
| bool CNewTexWnd::m_bNeedRange |
|
protected |
| CPoint CNewTexWnd::origin |
|
protected |
| CRect CNewTexWnd::rectClient |
|
protected |
The documentation for this class was generated from the following files: