OpendTect  6.6
uimfcdialog.h
Go to the documentation of this file.
1 #pragma once
2 
3 /*+
4 ________________________________________________________________________
5 
6  (C) dGB Beheer B.V.; (LICENSE) http://opendtect.org/OpendTect_license.txt
7  Author: Ranojay Sen
8  Date: May 2010
9  RCS: $Id$
10 ________________________________________________________________________
11 
12 -*/
13 
14 #include "stdafx.h"
15 #include "resource.h"
16 
17 
18 mClass(uiMFC) uiMFCDialog : public CDialog
19 {
20  DECLARE_DYNAMIC(uiMFCDialog)
21 public:
22  uiMFCDialog(CWnd* pParent = NULL);
23  virtual ~uiMFCDialog();
24 
25  enum { IDD = IDD_DIALOG1 };
26 
27 protected:
28  virtual void DoDataExchange(CDataExchange* pDX);
29  DECLARE_MESSAGE_MAP()
30 
31 public:
32  afx_msg void OnBnClickedOk();
33 protected:
34  CString mesgtext;
35 };
36 
37 
38 bool initMFCDialog( HWND hwnd );
39 
resource.h
IDD_DIALOG1
#define IDD_DIALOG1
Definition: plugins/uiMFC/resource.h:6
uiMFCDialog::DoDataExchange
virtual void DoDataExchange(CDataExchange *pDX)
uiMFCDialog::~uiMFCDialog
virtual ~uiMFCDialog()
mClass
#define mClass(module)
Definition: commondefs.h:181
stdafx.h
initMFCDialog
bool initMFCDialog(HWND hwnd)
uiMFCDialog::uiMFCDialog
uiMFCDialog(CWnd *pParent=NULL)
uiMFCDialog
Definition: uimfcdialog.h:19

Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2021