Changeset 217 for trunk/src/IPrintView.h

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

Implemented the sensitivity of the Collate option.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/IPrintView.h

    r216 r217  
    6262 
    6363            /// 
     64            /// @brief Gets the number of copies to do. 
     65            /// 
     66            /// @return The number of copies of the document to print. The 
     67            ///         range is between 1 and 999. 
     68            /// 
     69            virtual unsigned int getNumberOfCopies (void) = 0; 
     70 
     71            /// 
    6472            /// @brief Changes the sensitivity of the "Collate" option. 
    6573            ///