Changeset 213 for trunk/src/IMainView.h
- Timestamp:
- 06/10/06 14:14:55 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/IMainView.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/IMainView.h
r212 r213 511 511 virtual IPreferencesView *getPreferencesView (void) = 0; 512 512 513 #if defined (HAVE_CUPS) 514 /// 515 /// @brief Gets the print's view. 516 /// 517 /// The print view is created each time the presenter 518 /// class this function, with the main view as its parent window. 519 /// 520 /// @return The new print view. The returned pointer must be 521 /// freed by the caller. 522 /// 523 virtual IPrintView *getPrintView (void) = 0; 524 #endif // HAVE_CUPS 525 513 526 /// 514 527 /// @brief Gets the text from the zoom entry.
