diff options
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r-- | src/gmdocument.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h index e010ad43..0c24302f 100644 --- a/src/gmdocument.h +++ b/src/gmdocument.h | |||
@@ -172,6 +172,11 @@ iRangecc findLoc_GmRun (const iGmRun *, iInt2 pos); | |||
172 | iDeclareClass(GmDocument) | 172 | iDeclareClass(GmDocument) |
173 | iDeclareObjectConstruction(GmDocument) | 173 | iDeclareObjectConstruction(GmDocument) |
174 | 174 | ||
175 | enum iGmDocumentWarning { | ||
176 | ansiEscapes_GmDocumentWarning = iBit(1), | ||
177 | missingGlyphs_GmDocumentWarning = iBit(2), | ||
178 | }; | ||
179 | |||
175 | /* | 180 | /* |
176 | enum iGmDocumentBanner { | 181 | enum iGmDocumentBanner { |
177 | none_GmDocumentBanner, | 182 | none_GmDocumentBanner, |
@@ -221,6 +226,7 @@ iInt2 size_GmDocument (const iGmDocument *); | |||
221 | const iArray * headings_GmDocument (const iGmDocument *); /* array of GmHeadings */ | 226 | const iArray * headings_GmDocument (const iGmDocument *); /* array of GmHeadings */ |
222 | const iString * source_GmDocument (const iGmDocument *); | 227 | const iString * source_GmDocument (const iGmDocument *); |
223 | size_t memorySize_GmDocument (const iGmDocument *); /* bytes */ | 228 | size_t memorySize_GmDocument (const iGmDocument *); /* bytes */ |
229 | int warnings_GmDocument (const iGmDocument *); | ||
224 | 230 | ||
225 | iRangecc findText_GmDocument (const iGmDocument *, const iString *text, const char *start); | 231 | iRangecc findText_GmDocument (const iGmDocument *, const iString *text, const char *start); |
226 | iRangecc findTextBefore_GmDocument (const iGmDocument *, const iString *text, const char *before); | 232 | iRangecc findTextBefore_GmDocument (const iGmDocument *, const iString *text, const char *before); |