Changeset 58 for trunk/src/IDocument.h

Show
Ignore:
Timestamp:
04/14/06 10:13:02 (3 years ago)
Author:
jordi
Message:

I've changed the old DocumentIndex? class name to DocumentOutline?, following a little closer the PDF specifications.

Created a new test fixture for the DocumentOutline?, removing this part from the PDFDocument test fixture.

I also removed the Poppler headers from the epdfview.h header, so I don't need to specify the POPPLER_CFLAGS on the test directory.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/IDocument.h

    r56 r58  
    199199            void setNumPages (gint numPages); 
    200200            gint getCurrentPageNum (void); 
    201             DocumentIndex &getDocumentIndex (void); 
     201            DocumentOutline *getOutline (void); 
    202202 
    203203            void goToFirstPage (void); 
     
    231231            gchar *m_Creator; 
    232232            gint m_CurrentPage; 
    233             DocumentIndex *m_DocumentIndex; 
     233            DocumentOutline *m_Outline; 
    234234            gchar *m_Format; 
    235235            gchar *m_FileName;