Develop and Download Open Source Software

Browse CVS Repository

Contents of /satellite/neuromanager/neuromanager/SpikeViewProperties.h

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


Revision 1.2 - (show annotations) (download) (as text)
Tue Mar 14 13:17:47 2006 UTC (18 years, 1 month ago) by orrisroot
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +5 -4 lines
File MIME type: text/x-chdr
added template code for data type plugins.

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: SpikeViewProperties.h,v 1.1 2006/02/04 13:38:16 orrisroot Exp $ */
23
24 #pragma once
25
26 // CSpikeViewProperties Form View
27
28 class CSpikeViewProperties : public CFormView
29 {
30 DECLARE_DYNCREATE( CSpikeViewProperties )
31
32 protected:
33 CSpikeViewProperties(); // protected constructor used by dynamic creation
34 virtual ~CSpikeViewProperties();
35
36 public:
37 enum { IDD = IDD_SPIKEVIEWPROPERTIES };
38
39 virtual void OnFinalRelease();
40 #ifdef _DEBUG
41
42 virtual void AssertValid() const;
43 virtual void Dump( CDumpContext& dc ) const;
44 #endif
45
46 protected:
47 virtual void DoDataExchange( CDataExchange* pDX ); // DDX/DDV support
48
49 DECLARE_MESSAGE_MAP()
50 DECLARE_DISPATCH_MAP()
51 DECLARE_INTERFACE_MAP()
52 };
53
54

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