Serious-Engine/Sources/Modeler/DlgMarkLinkedSurfaces.h
2016-03-11 15:57:17 +02:00

44 lines
1.0 KiB
C++

/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
// DlgMarkLinkedSurfaces.h : header file
//
#ifndef DLGMARKLINKEDSURFACES_H
#define DLGMARKLINKEDSURFACES_H 1
/////////////////////////////////////////////////////////////////////////////
// CDlgMarkLinkedSurfaces dialog
class CDlgMarkLinkedSurfaces : public CDialog
{
// Construction
public:
CDlgMarkLinkedSurfaces( CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDlgMarkLinkedSurfaces)
enum { IDD = IDD_LINKED_SURFACES };
CLinkedSurfaceList m_listSurfaces;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgMarkLinkedSurfaces)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgMarkLinkedSurfaces)
virtual BOOL OnInitDialog();
afx_msg void OnClearSelection();
afx_msg void OnSelectAll();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif //DLGMARKLINKEDSURFACES_H