Changeset 65 for trunk/src/IDocument.h

Show
Ignore:
Timestamp:
04/14/06 16:24:42 (3 years ago)
Author:
jordi
Message:

The Main presenter now can reload encrypted files without bothering the user about password, unless the document's password has been changed. In this case, it will behaviour like opening the file as new.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/IDocument.h

    r63 r65  
    180180            const gchar *getCreator (void); 
    181181            void setCreator (const gchar *creator); 
     182            const gchar *getPassword (void); 
     183            void setPassword (const gchar *password); 
    182184            const gchar *getProducer (void); 
    183185            void setProducer (const gchar *producer); 
     
    242244            PageMode m_PageMode; 
    243245            gint m_PageNumber; 
     246            gchar *m_Password; 
    244247            gchar *m_Producer; 
    245248            gint m_Rotation;