diff include/myframe.h @ 5:bc2e2b304095

Clean up code.
author pyon@macmini
date Sat, 14 Sep 2013 08:54:47 +0900
parents fdba695b99f1
children b455f2d8aac9
line wrap: on
line diff
--- a/include/myframe.h	Wed Sep 11 19:09:14 2013 +0900
+++ b/include/myframe.h	Sat Sep 14 08:54:47 2013 +0900
@@ -1,5 +1,5 @@
 // Filename   : myframe.h
-// Last Change: 11-Sep-2013.
+// Last Change: 13-Sep-2013.
 //
 #ifndef __MYFRAME_H__
 #define __MYFRAME_H__
@@ -36,6 +36,8 @@
         wxRect            m_mask1old;
         wxRect            m_mask2old;
         wxRect            m_mask3old;
+        long              lmin, lmax;
+        double            zmin, zmax;
         wxString          m_hhsno;
 	
 	protected:
@@ -77,6 +79,7 @@
         void OnCommand( wxCommandEvent& WXUNUSED(event) );
         void UpdateList( wxString hhsno );
         void PrintImages( wxString hhsno );
+        void SetParams( int tab );
 
         void SetStatusMessage( wxString msg, long n );
         void OnWinSize( wxSizeEvent& event );