OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [host/] [tools/] [Utils/] [win32/] [eCosDialog.h] - Blame information for rev 790

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
// ####ECOSHOSTGPLCOPYRIGHTBEGIN####                                        
2
// -------------------------------------------                              
3
// This file is part of the eCos host tools.                                
4
// Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.            
5
//
6
// This program is free software; you can redistribute it and/or modify     
7
// it under the terms of the GNU General Public License as published by     
8
// the Free Software Foundation; either version 2 or (at your option) any   
9
// later version.                                                           
10
//
11
// This program is distributed in the hope that it will be useful, but      
12
// WITHOUT ANY WARRANTY; without even the implied warranty of               
13
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU        
14
// General Public License for more details.                                 
15
//
16
// You should have received a copy of the GNU General Public License        
17
// along with this program; if not, write to the                            
18
// Free Software Foundation, Inc., 51 Franklin Street,                      
19
// Fifth Floor, Boston, MA  02110-1301, USA.                                
20
// -------------------------------------------                              
21
// ####ECOSHOSTGPLCOPYRIGHTEND####                                          
22
#if !defined(AFX_ECOSDIALOG_H__900AB3BE_8321_11D3_A534_00A0C949ADAC__INCLUDED_)
23
#define AFX_ECOSDIALOG_H__900AB3BE_8321_11D3_A534_00A0C949ADAC__INCLUDED_
24
 
25
#if _MSC_VER > 1000
26
#pragma once
27
#endif // _MSC_VER > 1000
28
// eCosDialog.h : header file
29
//
30
 
31
#ifdef PLUGIN
32
  #include "ide.win32.h"
33
  #include "ide.guicommon.h"
34
#else
35
  #include "CSHDialog.h"
36
#endif
37
 
38
/////////////////////////////////////////////////////////////////////////////
39
// CeCosDialog dialog
40
 
41
class CeCosDialog : public CCSHDialog
42
{
43
// Construction
44
  friend class CeCosPropertyPage;
45
  friend class CeCosPropertySheet;
46
public:
47
  CeCosDialog( LPCTSTR lpszTemplateName, CWnd* pParentWnd = NULL ):  CCSHDialog(lpszTemplateName, pParentWnd){}
48
  CeCosDialog( UINT nIDTemplate, CWnd* pParentWnd = NULL ):CCSHDialog(nIDTemplate, pParentWnd){}
49
  CeCosDialog( ):CCSHDialog(){}
50
  static void AddDialogMap  (UINT  *map) { m_arDialogMaps.Add(map); }
51
 
52
// Dialog Data
53
        //{{AFX_DATA(CeCosDialog)
54
                // NOTE: the ClassWizard will add data members here
55
        //}}AFX_DATA
56
 
57
 
58
// Overrides
59
        // ClassWizard generated virtual function overrides
60
        //{{AFX_VIRTUAL(CeCosDialog)
61
        protected:
62
        virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
63
        //}}AFX_VIRTUAL
64
 
65
  // Implementation
66
protected:
67
 
68
  static CPtrArray m_arDialogMaps;
69
 
70
  virtual CString CSHFile() const;
71
  static CString CSHFile(UINT dlgID);
72
  static DWORD arControlMap[];
73
  static DWORD arDialogMap[];
74
  virtual UINT HelpID (DWORD dwCtrlID) const;
75
  static  UINT HelpID (UINT dlgID,DWORD dwCtrlID);
76
  void OnContextMenu(CWnd* pWnd, CPoint point);
77
  virtual HINSTANCE GetInstanceHandle();
78
  BOOL OnHelpInfo(HELPINFO* pHelpInfo);
79
 
80
        // Generated message map functions
81
        //{{AFX_MSG(CeCosDialog)
82
        //}}AFX_MSG
83
        DECLARE_MESSAGE_MAP()
84
};
85
 
86
//{{AFX_INSERT_LOCATION}}
87
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
88
 
89
#endif // !defined(AFX_ECOSDIALOG_H__900AB3BE_8321_11D3_A534_00A0C949ADAC__INCLUDED_)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.