Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/mnModel.h

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

revision 1.3 by maloninc, Tue Aug 2 07:21:38 2005 UTC revision 1.6 by maloninc, Fri Aug 5 09:00:31 2005 UTC
# Line 4  Line 4 
4  #include <wx/wx.h>  #include <wx/wx.h>
5  #include <wx/treebase.h>  #include <wx/treebase.h>
6    
7    #include "config.h"
8    
9  #define MAX_WIKI_TEXT_SIZE 10000  #define MAX_WIKI_TEXT_SIZE 10000
10  #define MAX_BUF_SIZE       1024  #define MAX_BUF_SIZE       1024
11  #define EXT_TAG             ".txt"  #define EXT_TAG             ".txt"
# Line 24  Line 26 
26          #define CODE_SET_SYSTEM "eucJP"          #define CODE_SET_SYSTEM "eucJP"
27  #endif  #endif
28  #ifdef __WXGTK__  #ifdef __WXGTK__
29          #define CODE_SET_SYSTEM "eucJP"          #define CODE_SET_SYSTEM "euc-jp"
30  #endif  #endif
31  #ifdef __WXX11__  #ifdef __WXX11__
32          #define CODE_SET_SYSTEM "eucJP"          #define CODE_SET_SYSTEM "eucJP"
# Line 72  public: Line 74  public:
74          void modSearchStr(wxString* oldStr, wxString* newStr);          void modSearchStr(wxString* oldStr, wxString* newStr);
75          const wxArrayString* getSearchStrList();          const wxArrayString* getSearchStrList();
76          WikiData* newWikiData();          WikiData* newWikiData();
77            const wxString* getWikiDataDir();
78    
79  private:  private:
80      wxString*      wikiDataDir;      wxString*      wikiDataDir;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.6

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