doom3-gpl
Doom 3 GPL source release
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
neo
tools
common
PropTree
PropTreeItemFileEdit.h
Go to the documentation of this file.
1
#ifndef __PROP_TREE_ITEM_FILE_EDIT_H__
2
#define __PROP_TREE_ITEM_FILE_EDIT_H__
3
4
#if _MSC_VER > 1000
5
#pragma once
6
#endif
7
8
9
//#include "PropTreeItem.h"
10
//#include "PropTreeItemEdit.h"
11
12
class
PROPTREE_API
CPropTreeItemFileEdit
:
public
CPropTreeItemEdit
13
{
14
// Construction
15
public
:
16
CPropTreeItemFileEdit
();
17
virtual
~
CPropTreeItemFileEdit
();
18
19
// Operations
20
public
:
21
22
// Overrides
23
// ClassWizard generated virtual function overrides
24
//{{AFX_VIRTUAL(CPropTreeItemFileEdit)
25
//}}AFX_VIRTUAL
26
27
// Implementation
28
public
:
29
30
// Generated message map functions
31
protected
:
32
//{{AFX_MSG(CPropTreeItemFileEdit)
33
//}}AFX_MSG
34
35
afx_msg
void
OnInsertFile();
36
afx_msg
void
OnEditUndo();
37
afx_msg
void
OnEditCut();
38
afx_msg
void
OnEditCopy();
39
afx_msg
void
OnEditPaste();
40
afx_msg
void
OnEditDelete();
41
afx_msg
void
OnEditSelectAll();
42
43
DECLARE_MESSAGE_MAP()
44
public
:
45
afx_msg
void
OnContextMenu(CWnd* pWnd, CPoint point);
46
afx_msg
int
OnCreate(LPCREATESTRUCT lpCreateStruct);
47
};
48
50
51
//{{AFX_INSERT_LOCATION}}
52
53
54
#endif
PROPTREE_API
#define PROPTREE_API
Definition:
PropTree.h:53
CPropTreeItemEdit
Definition:
PropTreeItemEdit.h:30
CPropTreeItemFileEdit
Definition:
PropTreeItemFileEdit.h:12
This page is maintained by
Wladimir van der Laan
. Generated on Mon Nov 17 2014 12:23:29 for doom3-gpl by
1.8.6
.