Browse CVS Repository
Diff of /malonnote/mnModel.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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" |
| 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.5 |
|
|
|