Changeset 58 for trunk/src/IDocument.h
- Timestamp:
- 04/14/06 10:13:02 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/IDocument.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/IDocument.h
r56 r58 199 199 void setNumPages (gint numPages); 200 200 gint getCurrentPageNum (void); 201 Document Index &getDocumentIndex(void);201 DocumentOutline *getOutline (void); 202 202 203 203 void goToFirstPage (void); … … 231 231 gchar *m_Creator; 232 232 gint m_CurrentPage; 233 Document Index *m_DocumentIndex;233 DocumentOutline *m_Outline; 234 234 gchar *m_Format; 235 235 gchar *m_FileName;
