Develop and Download Open Source Software

Browse CVS Repository

Contents of /satellite/neuromanager/MainFrm.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.13 - (show annotations) (download) (as text)
Sat Feb 4 13:38:16 2006 UTC (18 years, 2 months ago) by orrisroot
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +1 -1 lines
File MIME type: text/x-chdr
FILE REMOVED
moved main application sources to neuromanager directory.

1 /* --------------------------------------------------------------------- */
2 /* NeuroManager - A spike train analysis tool */
3 /* Copyright (c) 2005-2006 RIKEN, Japan. All rights reserved. */
4 /* http://satellite.sourceforge.jp/ */
5 /* --------------------------------------------------------------------- */
6 /* This program is free software; you can redistribute it and/or */
7 /* modify it under the terms of the GNU General Public License */
8 /* as published by the Free Software Foundation; either version 2 */
9 /* of the License, or (at your option) any later version. */
10 /* */
11 /* This program is distributed in the hope that it will be useful, */
12 /* but WITHOUT ANY WARRANTY; without even the implied warranty of */
13 /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
14 /* GNU 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; see the file COPYING.txt. If not, write */
18 /* to the Free Software Foundation, Inc., 51 Franklin Street, Fifth */
19 /* Floor, Boston, MA 02110-1301, USA. */
20 /* --------------------------------------------------------------------- */
21
22 /* $Id: MainFrm.h,v 1.12 2006/02/02 07:33:27 orrisroot Exp $ */
23
24 // MainFrm.h : interface of the CMainFrame class
25 //
26
27 #pragma once
28
29 class CMainFrame : public CFrameWnd
30 {
31 protected:
32 // create from serialization only
33 CMainFrame();
34 DECLARE_DYNCREATE( CMainFrame )
35
36 // Attributes
37 public:
38
39 // Operations
40 public:
41
42 // Overrides
43 public:
44 virtual BOOL PreCreateWindow( CREATESTRUCT& cs );
45
46 // Implementation
47 public:
48 virtual ~CMainFrame();
49 #ifdef _DEBUG
50
51 virtual void AssertValid() const;
52 virtual void Dump( CDumpContext& dc ) const;
53 #endif
54
55 protected:
56 // control bar embedded members
57 CStatusBar m_wndStatusBar;
58 CToolBar m_wndToolBar;
59 CDataViewBar m_wndDataViewBar;
60 CSpikeViewBar m_wndSpikeViewBar;
61 // user defined functions
62 private:
63 void SaveLoadToolBar( BOOL bSave );
64 // Generated message map functions
65 protected:
66 afx_msg int OnCreate( LPCREATESTRUCT lpCreateStruct );
67 DECLARE_MESSAGE_MAP()
68 public:
69 afx_msg void OnViewDataViewBar();
70 afx_msg void OnViewSpikeViewBar();
71 afx_msg void OnUpdateViewDataViewBar( CCmdUI *pCmdUI );
72 afx_msg void OnUpdateViewSpikeViewBar( CCmdUI *pCmdUI );
73 virtual BOOL DestroyWindow();
74 };

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26