Changeset 213 for trunk/src/IMainView.h

Show
Ignore:
Timestamp:
06/10/06 14:14:55 (2 years ago)
Author:
jordi
Message:

configure script now sets a Makefile condition about printing support. A new empty print dialog has been added.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/IMainView.h

    r212 r213  
    511511            virtual IPreferencesView *getPreferencesView (void) = 0; 
    512512 
     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 
    513526            /// 
    514527            /// @brief Gets the text from the zoom entry.