Show
Ignore:
Timestamp:
06/11/06 14:46:38 (2 years ago)
Author:
jordi
Message:

Added a new class named JobPrint? whose duty is to render the current document to PostScript? and print the resultant file. It already renders the requested pages (Note: the setUpPageRange is horrible) to PostScript?.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/IDocument.cxx

    r206 r222  
    231231        IDocumentObserver *observer = (IDocumentObserver *)item->data; 
    232232        observer->notifyFindChanged (matchRect); 
    233     }  
     233    } 
    234234} 
    235235 
     
    903903/// 
    904904const gchar * 
    905 IDocument::getPassword () 
     905IDocument::getPassword () const 
    906906{ 
    907907    return m_Password; 
     
    939939/// 
    940940const gchar * 
    941 IDocument::getFileName () 
     941IDocument::getFileName () const 
    942942{ 
    943943    if ( NULL == m_FileName )