Changeset 27 for trunk/src/IMainView.h

Show
Ignore:
Timestamp:
04/11/06 12:15:53 (3 years ago)
Author:
jordi
Message:

The user can now open an encrypted pdf file, as the presenter will ask for the password three time before to show an error, or until the user gives the cancels out.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/IMainView.h

    r26 r27  
    2929        public: 
    3030            virtual ~IMainView () {} 
    31  
     31             
    3232            virtual gchar *openFileDialog () = 0; 
     33            virtual gchar *promptPasswordDialog () = 0; 
    3334            virtual void sensitiveGoToFirstPage (gboolean sensitive) = 0; 
    3435            virtual void sensitiveGoToLastPage (gboolean sensitive) = 0;