Mercurial > mercurial > hgweb_rsearcher.cgi
comparison include/rsearcher.h @ 14:c1dc1fcee7fe
print zoom.
author | pyon@macmini |
---|---|
date | Sun, 09 Dec 2018 14:38:15 +0900 |
parents | f5ffc34f045a |
children | c262e17de9b1 |
comparison
equal
deleted
inserted
replaced
13:f5ffc34f045a | 14:c1dc1fcee7fe |
---|---|
1 // Filename : rsearcher.h | 1 // Filename : rsearcher.h |
2 // Last Change: 2018-11-14 11:34:55. | 2 // Last Change: 2018-12-04 12:51:07. |
3 // | 3 // |
4 | 4 |
5 #ifndef __RSEARCH_H__ | 5 #ifndef __RSEARCH_H__ |
6 #define __RSEARCH_H__ | 6 #define __RSEARCH_H__ |
7 | 7 |
12 #include <wx/gdicmn.h> | 12 #include <wx/gdicmn.h> |
13 #include <wx/font.h> | 13 #include <wx/font.h> |
14 #include <wx/colour.h> | 14 #include <wx/colour.h> |
15 #include <wx/settings.h> | 15 #include <wx/settings.h> |
16 #include <wx/textctrl.h> | 16 #include <wx/textctrl.h> |
17 #include <wx/checklst.h> | |
17 #include <wx/button.h> | 18 #include <wx/button.h> |
18 #include <wx/notebook.h> | 19 #include <wx/notebook.h> |
19 #include <wx/dataview.h> | 20 #include <wx/dataview.h> |
21 #include <wx/spinctrl.h> | |
20 #include <wx/slider.h> | 22 #include <wx/slider.h> |
21 #include <wx/sizer.h> | 23 #include <wx/sizer.h> |
22 #include <wx/html/htmlwin.h> | 24 #include <wx/html/htmlwin.h> |
23 #include <wx/frame.h> | 25 #include <wx/frame.h> |
24 #include <wx/splitter.h> | 26 #include <wx/splitter.h> |
146 wxDataViewColumn* m_dataViewListColumnReady; | 148 wxDataViewColumn* m_dataViewListColumnReady; |
147 wxDataViewListCtrl* m_dataViewListKana; | 149 wxDataViewListCtrl* m_dataViewListKana; |
148 wxDataViewColumn* m_dataViewListColumnKNo; | 150 wxDataViewColumn* m_dataViewListColumnKNo; |
149 wxDataViewColumn* m_dataViewListColumnName; | 151 wxDataViewColumn* m_dataViewListColumnName; |
150 wxDataViewColumn* m_dataViewListColumnAddr; | 152 wxDataViewColumn* m_dataViewListColumnAddr; |
153 wxCheckListBox* m_checkListBox; | |
151 wxTextCtrl* m_textCtrlLog; | 154 wxTextCtrl* m_textCtrlLog; |
152 wxButton* m_buttonPsearch; | 155 wxButton* m_buttonPsearch; |
153 wxButton* m_buttonPrint; | 156 wxButton* m_buttonPrint; |
157 wxSpinCtrl* m_spinCtrl; | |
154 | 158 |
155 // invisible button for shortcut-key | 159 // invisible button for shortcut-key |
156 wxSlider* m_slider; | 160 wxSlider* m_slider; |
157 wxButton* m_buttonFocus; | 161 wxButton* m_buttonFocus; |
158 wxButton* m_buttonPzoom; | 162 wxButton* m_buttonPzoom; |
187 void ChangeColor( MyStaticBitmap* sb ); | 191 void ChangeColor( MyStaticBitmap* sb ); |
188 void GetImages( wxString hhs, wxString date ); | 192 void GetImages( wxString hhs, wxString date ); |
189 void PrintImages( void ); | 193 void PrintImages( void ); |
190 void WriteLog( wxString msg ); | 194 void WriteLog( wxString msg ); |
191 void Close( void ); | 195 void Close( void ); |
196 void SetControlsValue( void ); | |
192 void InDevelop( bool ); | 197 void InDevelop( bool ); |
193 | 198 |
194 void OnSplitWin( wxSplitterEvent & event ); | 199 void OnSplitWin( wxSplitterEvent & event ); |
195 void OnItemSelected( wxDataViewEvent& event ); | 200 void OnItemSelected( wxDataViewEvent& event ); |
196 void OnItemDClicked( wxDataViewEvent& event ); | 201 void OnItemDClicked( wxDataViewEvent& event ); |