Changeset 233 for trunk/src/IPrintView.h
- Timestamp:
- 06/13/06 16:11:47 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/IPrintView.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/IPrintView.h
r232 r233 123 123 124 124 /// 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 /// 125 132 /// @brief Gets the number of copies to do. 126 133 /// … … 161 168 162 169 /// 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 /// 163 179 /// @brief Gets the name of the currently selected printer. 164 180 ///
