Show
Ignore:
Timestamp:
06/13/06 15:50:59 (2 years ago)
Author:
jordi
Message:

Added the Color Model options to the print view.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gtk/PrintView.h

    r231 r232  
    2929            virtual void setPresenter (PrintPter *pter); 
    3030 
     31            virtual void addColorModel (const gchar *name, 
     32                                        const gchar *value); 
    3133            virtual void addPageSize (const gchar *name, 
    3234                                      const gchar *value); 
     
    3638            virtual void addResolution (const gchar *name, 
    3739                                        const gchar *value); 
     40            virtual void clearColorModelList (void); 
    3841            virtual void clearPageSizeList (void); 
    3942            virtual void clearResolutionList (void); 
     
    4851            virtual gboolean isSelectedEvenPageSet (void); 
    4952            virtual gboolean isSelectedOddPageSet (void); 
     53            virtual void selectColorModel (guint colorModeIndex); 
    5054            virtual void selectPageSize (guint pageSizeIndex); 
    5155            virtual void selectPrinter (guint printerIndex); 
     
    5862            GtkWidget *m_AllPagesRangeOption; 
    5963            GtkWidget *m_Collate; 
     64            GtkListStore *m_ColorModel; 
     65            GtkWidget *m_ColorModelView; 
    6066            GtkWidget *m_CustomPagesRangeOption; 
    6167            GtkWidget *m_EvenPageSet; 
     
    8389            GtkWidget *createPrinterTab (void); 
    8490 
     91            void createColorModelListModel (void); 
    8592            void createLayoutListModel (void); 
    8693            void createOrientationListModel (void);