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.10 by maloninc, Tue Sep 13 04:22:15 2005 UTC revision 1.11 by maloninc, Tue Sep 13 09:11:37 2005 UTC
# Line 14  Line 14 
14  #define NEW_DATA            DATE_TAG " %Y/%m/%d %H:%M:%S\n\n" TYPE_TAG " memo\n---------------------------------------------------------\n"  #define NEW_DATA            DATE_TAG " %Y/%m/%d %H:%M:%S\n\n" TYPE_TAG " memo\n---------------------------------------------------------\n"
15    
16  #define ALLMEMO_TAG         "malon-all"  #define ALLMEMO_TAG         "malon-all"
17    #define TYPESEARCH_TAG      "malon-type:"
18    
19  #define CODE_SET_EUC_JP     "euc-jp"  #define CODE_SET_EUC_JP     "euc-jp"
20  #ifdef __WXMAC__  #ifdef __WXMAC__
# Line 71  public: Line 72  public:
72      mnModel(const char* dataDir);      mnModel(const char* dataDir);
73      ~mnModel();      ~mnModel();
74      WikiList* search(const char* searchStr);      WikiList* search(const char* searchStr);
75            bool normalSearch(char* tokenList[], FILE*fp, char* decodeFileNameBuf);
76            bool typeSearch(char* typeStr, FILE*fp);
77      void addWikiData(WikiData* wikiData);      void addWikiData(WikiData* wikiData);
78          void addSearchStr(wxString* searchStr);          void addSearchStr(wxString* searchStr);
79          void removeSearchStr(wxString searchStr);          void removeSearchStr(wxString searchStr);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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