Changeset 35 for trunk/src/MainPter.h

Show
Ignore:
Timestamp:
04/12/06 05:27:57 (3 years ago)
Author:
jordi
Message:

Now the shell shows the first page, but to do so the Main presenter had to make sure the document page is not destroyed until the call to shell's showPage() is done, as the shells mantains a copy of it.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/MainPter.h

    r33 r35  
    2323    // Forward declarations. 
    2424    class IDocument; 
     25    class DocumentPage; 
    2526     
    2627    class MainPter 
     
    5253 
    5354            IDocument *m_Document; 
     55            DocumentPage *m_DocumentPage; 
    5456            IMainView *m_View; 
    5557    };