Changeset 221 for trunk/src/PrintPter.h

Show
Ignore:
Timestamp:
06/11/06 11:05:39 (2 years ago)
Author:
jordi
Message:

When a printer is selected, the presenter clears the page sizes and fills it with the available printer's page size.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/PrintPter.h

    r219 r221  
    2424namespace ePDFView 
    2525{ 
     26    /// 
     27    /// @enum PrintPageOrientation. 
     28    /// 
     29    enum PrintPageOrientation 
     30    { 
     31        PRINT_PAGE_ORIENTATION_PORTRAIT, 
     32        PRINT_PAGE_ORIENTATION_LANDSCAPE 
     33    }; 
     34 
     35    /// 
     36    /// @enum PrintPageLayout 
     37    /// 
     38    enum PrintPageLayout 
     39    { 
     40        PRINT_PAGE_LAYOUT_PLAIN, 
     41        PRINT_PAGE_LAYOUT_2IN1, 
     42        PRINT_PAGE_LAYOUT_4IN1 
     43    }; 
    2644 
    2745    /// 
     
    4260            void pageRangeOptionChanged (void); 
    4361            void printActivated (void); 
     62            void printerSelectionChanged (void); 
    4463 
    4564        protected: