Show
Ignore:
Timestamp:
06/10/06 19:50:31 (2 years ago)
Author:
jordi
Message:

The page range sensitivity is also implemented as well as the callback function for it and the collate sensitivity and the tests for both.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/PrintPter.cxx

    r217 r218  
    7272 
    7373void 
     74PrintPter::pageRangeOptionChanged () 
     75{ 
     76    IPrintView &view = getView (); 
     77    if ( view.isSelectedAllPagesRangeOption () ) 
     78    { 
     79        view.sensitivePageRange (FALSE); 
     80    } 
     81    else 
     82    { 
     83        view.sensitivePageRange (TRUE); 
     84    } 
     85} 
     86 
     87void 
    7488PrintPter::printActivated (void) 
    7589{