Files
firestorm/Gameleap/code/mw4/Tools/PixelWhipPro/TreeParamView.h
T
Cyd 2b8ca921cb Initial full mirror of c:\VWE (source + assets + toolchain + outputs) via Git LFS
Complete disaster-recovery snapshot: engine/game source, game data assets,
VC6 toolchain + DX SDKs, build outputs, deployed game, and _UNUSED archive.
Large binaries in Git LFS; text preserved byte-for-byte (core.autocrlf=false,
no eol attributes). See RECOVERY.md for the one-clone rebuild procedure.
2026-06-24 21:28:16 -05:00

68 lines
1.9 KiB
C++

#if !defined(AFX_TREEPARAMVIEW_H__7DF2EA35_E52A_4FCF_A773_9CD8E13A36F3__INCLUDED_)
#define AFX_TREEPARAMVIEW_H__7DF2EA35_E52A_4FCF_A773_9CD8E13A36F3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TreeParamView.h : header file
//
#include "TreeCtrlPro.h"
#include "CurveSet.h"
#define MAXCSETS 128
/////////////////////////////////////////////////////////////////////////////
// CTreeParamView view
class CTreeParamView : public CView
{
protected:
CTreeParamView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CTreeParamView)
// Attributes
public:
CTreeCtrlPro m_PTree;
CurveSet CSet[MAXCSETS];
// Operations
public:
void Reset();
bool DoUpdate;
bool Initalized;
void Refresh();
HTREEITEM FirstItem;
int NoRedraw;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTreeParamView)
protected:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult);
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CTreeParamView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(CTreeParamView)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
afx_msg BOOL OnMouseWheel(UINT nFlags, short zDelta, CPoint pt);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TREEPARAMVIEW_H__7DF2EA35_E52A_4FCF_A773_9CD8E13A36F3__INCLUDED_)