Changeset 233 for trunk/src/IPrintView.h

Show
Ignore:
Timestamp:
06/13/06 16:11:47 (2 years ago)
Author:
jordi
Message:

The JobPrint? now implements the new Resolution and ColorMode?.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/IPrintView.h

    r232 r233  
    123123 
    124124            /// 
     125            /// @brief Gets the currently selected color model. 
     126            /// 
     127            /// @return The value of the color model that is selected. 
     128            /// 
     129            virtual gchar *getColorModel (void) = 0; 
     130 
     131            /// 
    125132            /// @brief Gets the number of copies to do. 
    126133            /// 
     
    161168 
    162169            /// 
     170            /// @brief Gets the currently selected resolution. 
     171            /// 
     172            /// @return The value of the resolution that is selected. 
     173            ///         This value is the @a value parameter of the 
     174            ///         addResolution() function. 
     175            /// 
     176            virtual gchar *getResolution (void) = 0; 
     177 
     178            /// 
    163179            /// @brief Gets the name of the currently selected printer. 
    164180            ///