Linux multi-monitor fullscreen support
[ryzomcore.git] / nel / tools / logic / logic_editor_dll / LogicTreeView.h
blob23e353c570dd6e7c0e4fa8169871075f7c41c1cc
1 #if !defined(AFX_LOGICTREEVIEW_H__EB843012_833A_4979_AECA_63302172A812__INCLUDED_)
2 #define AFX_LOGICTREEVIEW_H__EB843012_833A_4979_AECA_63302172A812__INCLUDED_
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // LogicTreeView.h : header file
8 //
10 /////////////////////////////////////////////////////////////////////////////
11 // CLogicTreeView view
13 class CLogicTreeView : public CView
15 protected:
16 CLogicTreeView(); // protected constructor used by dynamic creation
17 DECLARE_DYNCREATE(CLogicTreeView)
19 // Attributes
20 protected:
21 public:
22 /// the splitter window in the view
23 CSplitterWnd m_wndSplitter;
26 // Operations
27 public:
28 // Overrides
29 // ClassWizard generated virtual function overrides
30 //{{AFX_VIRTUAL(CLogicTreeView)
31 protected:
32 virtual void OnDraw(CDC* pDC); // overridden to draw this view
33 //}}AFX_VIRTUAL
35 // Implementation
36 protected:
37 virtual ~CLogicTreeView();
38 #ifdef _DEBUG
39 virtual void AssertValid() const;
40 virtual void Dump(CDumpContext& dc) const;
41 #endif
43 // Generated message map functions
44 protected:
45 //{{AFX_MSG(CLogicTreeView)
46 afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
47 afx_msg void OnSize(UINT nType, int cx, int cy);
48 //}}AFX_MSG
49 DECLARE_MESSAGE_MAP()
52 /////////////////////////////////////////////////////////////////////////////
54 //{{AFX_INSERT_LOCATION}}
55 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
57 #endif // !defined(AFX_LOGICTREEVIEW_H__EB843012_833A_4979_AECA_63302172A812__INCLUDED_)