#include <epubutils/epub_utils.h>
Public Member Functions | |
| ebHtmlFile () | |
| ebHtmlFile (const ebHtmlFile &f) | |
| void | Init () |
| void | Copy (const ebHtmlFile &f) |
| void | operator= (const ebHtmlFile &f) |
| bool | IsHtmlFile () const |
| Is this an HTML file? If not, we assume it's a plain text file. | |
| bool | IsTextFile () const |
| Is this a plain text file (extension txt)? | |
| wxString | GetAbsoluteHtmlFile (const ebFileLocations &locations) const |
| Return an absolute HTML file, even if it's a text file. | |
| wxString | GetAbsoluteFile (const ebFileLocations &locations) const |
| Return an absolute file. | |
| wxString | GetRelativeHtmlFile (const ebFileLocations &locations) const |
| Return a relative HTML file, even if it's a text file. | |
| wxString | GetRelativeFile (const ebFileLocations &locations) const |
| Return a relative file. | |
Public Attributes | |
| wxString | m_fileLocation |
| wxString | m_guideType |
| wxString | m_tocTitle |
| bool | m_showInTOC |
| int | m_level |
| ebHtmlFile::ebHtmlFile | ( | ) | [inline] |
| ebHtmlFile::ebHtmlFile | ( | const ebHtmlFile & | f | ) | [inline] |
| void ebHtmlFile::Copy | ( | const ebHtmlFile & | f | ) |
| wxString ebHtmlFile::GetAbsoluteFile | ( | const ebFileLocations & | locations | ) | const |
Return an absolute file.
| wxString ebHtmlFile::GetAbsoluteHtmlFile | ( | const ebFileLocations & | locations | ) | const |
Return an absolute HTML file, even if it's a text file.
| wxString ebHtmlFile::GetRelativeFile | ( | const ebFileLocations & | locations | ) | const |
Return a relative file.
| wxString ebHtmlFile::GetRelativeHtmlFile | ( | const ebFileLocations & | locations | ) | const |
Return a relative HTML file, even if it's a text file.
| void ebHtmlFile::Init | ( | ) |
| bool ebHtmlFile::IsHtmlFile | ( | ) | const |
Is this an HTML file? If not, we assume it's a plain text file.
| bool ebHtmlFile::IsTextFile | ( | ) | const |
Is this a plain text file (extension txt)?
| void ebHtmlFile::operator= | ( | const ebHtmlFile & | f | ) | [inline] |
| wxString ebHtmlFile::m_fileLocation |
| wxString ebHtmlFile::m_guideType |
| wxString ebHtmlFile::m_tocTitle |
1.5.8