#include <epubutils/epub_utils.h>
Public Member Functions | |
| ebFileLocations () | |
| ebFileLocations (const ebFileLocations &info) | |
| void | Copy (const ebFileLocations &info, bool exceptHtmlFiles=false) |
| void | operator= (const ebFileLocations &info) |
| wxString | GetAbsoluteLocation (const wxString &path) const |
| int | FindHtmlFileByFilename (const wxString &filename) |
| Find the index of the HTML filename. | |
Public Attributes | |
| wxString | m_projectFolder |
| wxString | m_workingFolder |
| wxString | m_destinationFile |
| wxString | m_cssFile |
| wxString | m_coverImageFile |
| ebHtmlFileArray | m_htmlFiles |
| ebFileLocations::ebFileLocations | ( | ) |
| ebFileLocations::ebFileLocations | ( | const ebFileLocations & | info | ) | [inline] |
| void ebFileLocations::Copy | ( | const ebFileLocations & | info, | |
| bool | exceptHtmlFiles = false | |||
| ) |
| int ebFileLocations::FindHtmlFileByFilename | ( | const wxString & | filename | ) |
Find the index of the HTML filename.
| wxString ebFileLocations::GetAbsoluteLocation | ( | const wxString & | path | ) | const |
| void ebFileLocations::operator= | ( | const ebFileLocations & | info | ) | [inline] |
| wxString ebFileLocations::m_coverImageFile |
| wxString ebFileLocations::m_cssFile |
| wxString ebFileLocations::m_destinationFile |
| ebHtmlFileArray ebFileLocations::m_htmlFiles |
| wxString ebFileLocations::m_projectFolder |
| wxString ebFileLocations::m_workingFolder |
1.5.8