Changeset 6 for trunk/src/Document.h
- Timestamp:
- 04/10/06 11:11:30 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/Document.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Document.h
r4 r6 54 54 55 55 bool isLoaded (void); 56 bool loadFile (const gchar *filename, GError **error); 56 57 const gchar *getTitle (void); 57 58 const gchar *getAuthor (void); … … 69 70 gint getCurrentPageNum (void); 70 71 DocumentIndex &getDocumentIndex (void); 72 73 protected: 74 PDFDoc *m_Document; 71 75 }; 72 76 }
