#include "wx/wx.h"#include "wx/datstrm.h"#include "wx/arrimpl.cpp"#include "wx/wfstream.h"#include "wx/txtstrm.h"#include "wx/zipstrm.h"#include "wx/textfile.h"#include "wx/intl.h"#include "wx/xrc/xmlres.h"#include "wx/dir.h"#include "fileutils/fileutils.h"#include "epubutils/epub_utils.h"Functions | |
| int | ebStringFindInsens (const wxString &source, const wxString &match) |
| wxString | ebFindTag (const wxString &str, const wxString &tag) |
| wxString | ebFindTag (wxString &str, const wxString &tag) |
| wxString | ebFindTitle (const wxString &htmlFilename) |
| wxString | ebMakeRelative (const wxString &filename1, const wxString &relativeTo) |
| Return a relative file. | |
| wxString ebFindTag | ( | wxString & | str, | |
| const wxString & | tag | |||
| ) |
| wxString ebFindTag | ( | const wxString & | str, | |
| const wxString & | tag | |||
| ) |
| wxString ebFindTitle | ( | const wxString & | htmlFilename | ) |
| wxString ebMakeRelative | ( | const wxString & | filename1, | |
| const wxString & | relativeTo | |||
| ) |
Return a relative file.
| int ebStringFindInsens | ( | const wxString & | source, | |
| const wxString & | match | |||
| ) |
1.5.8