2016-09-13 22:59:21 -04:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2017-10-31 11:08:15 +01:00
|
|
|
// C++ code generated with wxFormBuilder (version Oct 27 2017)
|
2016-09-13 22:59:21 -04:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
|
//
|
2017-10-31 11:08:15 +01:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2016-09-13 22:59:21 -04:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
#ifndef __BOOKMARKPANEL_H__
|
|
|
|
|
#define __BOOKMARKPANEL_H__
|
|
|
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
|
#include <wx/xrc/xmlres.h>
|
2016-12-26 21:56:19 -05:00
|
|
|
#include <wx/string.h>
|
|
|
|
|
#include <wx/textctrl.h>
|
2016-09-13 22:59:21 -04:00
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
|
#include <wx/font.h>
|
|
|
|
|
#include <wx/colour.h>
|
|
|
|
|
#include <wx/settings.h>
|
2016-12-26 21:56:19 -05:00
|
|
|
#include <wx/button.h>
|
|
|
|
|
#include <wx/treectrl.h>
|
2016-09-13 22:59:21 -04:00
|
|
|
#include <wx/stattext.h>
|
|
|
|
|
#include <wx/sizer.h>
|
|
|
|
|
#include <wx/panel.h>
|
2016-09-14 22:49:32 -04:00
|
|
|
#include <wx/timer.h>
|
2016-09-13 22:59:21 -04:00
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
/// Class BookmarkPanel
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2017-10-31 11:08:15 +01:00
|
|
|
class BookmarkPanel : public wxPanel
|
2016-09-13 22:59:21 -04:00
|
|
|
{
|
2017-10-31 11:08:15 +01:00
|
|
|
private:
|
|
|
|
|
|
|
|
|
|
protected:
|
|
|
|
|
wxTextCtrl* m_searchText;
|
|
|
|
|
wxButton* m_clearSearchButton;
|
|
|
|
|
wxTreeCtrl* m_treeView;
|
|
|
|
|
wxPanel* m_propPanel;
|
|
|
|
|
wxStaticText* m_labelLabel;
|
|
|
|
|
wxTextCtrl* m_labelText;
|
|
|
|
|
wxStaticText* m_frequencyLabel;
|
|
|
|
|
wxStaticText* m_frequencyVal;
|
|
|
|
|
wxStaticText* m_bandwidthLabel;
|
|
|
|
|
wxStaticText* m_bandwidthVal;
|
|
|
|
|
wxStaticText* m_modulationLabel;
|
|
|
|
|
wxStaticText* m_modulationVal;
|
|
|
|
|
wxPanel* m_buttonPanel;
|
|
|
|
|
wxTimer m_updateTimer;
|
|
|
|
|
|
|
|
|
|
// Virtual event handlers, overide them in your derived class
|
|
|
|
|
virtual void onEnterWindow(wxMouseEvent& event) { event.Skip(); }
|
|
|
|
|
virtual void onLeaveWindow(wxMouseEvent& event) { event.Skip(); }
|
|
|
|
|
virtual void onMotion(wxMouseEvent& event) { event.Skip(); }
|
|
|
|
|
virtual void onSearchTextFocus(wxMouseEvent& event) { event.Skip(); }
|
|
|
|
|
virtual void onSearchText(wxCommandEvent& event) { event.Skip(); }
|
|
|
|
|
virtual void onClearSearch(wxCommandEvent& event) { event.Skip(); }
|
|
|
|
|
virtual void onTreeBeginDrag(wxTreeEvent& event) { event.Skip(); }
|
|
|
|
|
virtual void onTreeEndDrag(wxTreeEvent& event) { event.Skip(); }
|
|
|
|
|
virtual void onTreeActivate(wxTreeEvent& event) { event.Skip(); }
|
|
|
|
|
virtual void onTreeCollapse(wxTreeEvent& event) { event.Skip(); }
|
|
|
|
|
virtual void onTreeExpanded(wxTreeEvent& event) { event.Skip(); }
|
|
|
|
|
virtual void onTreeItemGetTooltip(wxTreeEvent& event) { event.Skip(); }
|
|
|
|
|
virtual void onTreeItemMenu(wxTreeEvent& event) { event.Skip(); }
|
|
|
|
|
virtual void onTreeSelect(wxTreeEvent& event) { event.Skip(); }
|
|
|
|
|
virtual void onTreeSelectChanging(wxTreeEvent& event) { event.Skip(); }
|
|
|
|
|
virtual void onLabelText(wxCommandEvent& event) { event.Skip(); }
|
|
|
|
|
virtual void onDoubleClickFreq(wxMouseEvent& event) { event.Skip(); }
|
|
|
|
|
virtual void onDoubleClickBandwidth(wxMouseEvent& event) { event.Skip(); }
|
|
|
|
|
virtual void onUpdateTimer(wxTimerEvent& event) { event.Skip(); }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
|
|
|
|
|
BookmarkPanel(wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(169, 471), long style = wxTAB_TRAVERSAL);
|
|
|
|
|
~BookmarkPanel();
|
|
|
|
|
|
2016-09-13 22:59:21 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
#endif //__BOOKMARKPANEL_H__
|