Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/mnFrameController.h

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

revision 1.7 by maloninc, Tue Oct 24 04:45:10 2006 UTC revision 1.8 by maloninc, Tue Oct 24 06:46:32 2006 UTC
# Line 30  public: Line 30  public:
30          void updateConfig();          void updateConfig();
31          bool isExistConfig(wxString* dir);          bool isExistConfig(wxString* dir);
32          void handlePageChange(wxNotebookEvent& event);          void handlePageChange(wxNotebookEvent& event);
33          void readAll(wxTimerEvent& event);          void readAll(bool flag);
34            void handleDiskSearchTimer(wxTimerEvent& event);
35            void handleFastSearch(wxCommandEvent& event);
36    
37  private:  private:
38          mnFrame*               frame;          mnFrame*               frame;
39            wxTimer*               diskSearchTimer;
40          DECLARE_EVENT_TABLE()          DECLARE_EVENT_TABLE()
41  };  };
42    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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