• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/

Lines Matching refs:LifeFrame

100 BEGIN_EVENT_TABLE(LifeFrame, wxFrame)
101 EVT_MENU (wxID_NEW, LifeFrame::OnMenu)
103 EVT_MENU (wxID_OPEN, LifeFrame::OnOpen)
105 EVT_MENU (ID_SAMPLES, LifeFrame::OnSamples)
106 EVT_MENU (wxID_ABOUT, LifeFrame::OnMenu)
107 EVT_MENU (wxID_EXIT, LifeFrame::OnMenu)
108 EVT_MENU (ID_SHOWNAV, LifeFrame::OnMenu)
109 EVT_MENU (ID_ORIGIN, LifeFrame::OnNavigate)
110 EVT_BUTTON (ID_CENTER, LifeFrame::OnNavigate)
111 EVT_BUTTON (ID_NORTH, LifeFrame::OnNavigate)
112 EVT_BUTTON (ID_SOUTH, LifeFrame::OnNavigate)
113 EVT_BUTTON (ID_EAST, LifeFrame::OnNavigate)
114 EVT_BUTTON (ID_WEST, LifeFrame::OnNavigate)
115 EVT_MENU (wxID_ZOOM_IN, LifeFrame::OnZoom)
116 EVT_MENU (wxID_ZOOM_OUT,LifeFrame::OnZoom)
117 EVT_MENU (ID_INFO, LifeFrame::OnMenu)
118 EVT_MENU (ID_START, LifeFrame::OnMenu)
119 EVT_MENU (ID_STEP, LifeFrame::OnMenu)
120 EVT_MENU (wxID_STOP, LifeFrame::OnMenu)
121 EVT_MENU (ID_TOPSPEED, LifeFrame::OnMenu)
122 EVT_COMMAND_SCROLL (ID_SLIDER, LifeFrame::OnSlider)
123 EVT_TIMER (ID_TIMER, LifeFrame::OnTimer)
124 EVT_CLOSE ( LifeFrame::OnClose)
164 LifeFrame *frame = new LifeFrame();
180 // LifeFrame
184 LifeFrame::LifeFrame() :
348 LifeFrame::~LifeFrame()
353 void LifeFrame::UpdateInfoText()
367 void LifeFrame::UpdateUI()
388 void LifeFrame::OnMenu(wxCommandEvent& event)
452 void LifeFrame::OnOpen(wxCommandEvent& WXUNUSED(event))
483 void LifeFrame::OnSamples(wxCommandEvent& WXUNUSED(event))
506 void LifeFrame::OnZoom(wxCommandEvent& event)
522 void LifeFrame::OnNavigate(wxCommandEvent& event)
542 void LifeFrame::OnSlider(wxScrollEvent& event)
555 void LifeFrame::OnTimer(wxTimerEvent& WXUNUSED(event))
560 void LifeFrame::OnClose(wxCloseEvent& WXUNUSED(event))
570 void LifeFrame::OnStart()
580 void LifeFrame::OnStop()
591 void LifeFrame::OnStep()
909 ((LifeFrame *) wxGetApp().GetTopWindow())->SetStatusText(msg, 1);
1003 ((LifeFrame *) wxGetApp().GetTopWindow())->UpdateInfoText();