commondrm/drmqtencryptor/drmencryptor.h
changeset 57 41137c634688
parent 56 88330f36f634
child 63 a882b3fd075c
equal deleted inserted replaced
56:88330f36f634 57:41137c634688
    58     void onTextChanged(const QString &);
    58     void onTextChanged(const QString &);
    59     void setDRMClock();
    59     void setDRMClock();
    60     void getDRMClock();
    60     void getDRMClock();
    61     void startEncrypt();
    61     void startEncrypt();
    62     void deleteWmDrmDB();
    62     void deleteWmDrmDB();
       
    63     void launchBrowser();
    63     TUint EncryptL(TUint& aEncryptedCount, TUint& aRightsCount, TUint& aMessagesProcessed);
    64     TUint EncryptL(TUint& aEncryptedCount, TUint& aRightsCount, TUint& aMessagesProcessed);
    64     
    65     
    65     //void onDateTimeChanged(const QDateTime & datetime );
    66     //void onDateTimeChanged(const QDateTime & datetime );
    66 
    67 
    67 private:
    68 private:
    71     // Menu options
    72     // Menu options
    72     QAction *iSetDRMClockAct;
    73     QAction *iSetDRMClockAct;
    73     QAction *iGetDRMClockAct;
    74     QAction *iGetDRMClockAct;
    74     QAction *iEncryptAct;
    75     QAction *iEncryptAct;
    75     QAction *iDeleteWMDRMDBAct;
    76     QAction *iDeleteWMDRMDBAct;
       
    77     QAction *iLaunchBrowserAct;
    76     
    78     
    77     DateTimeDialog *iDateTimeDialog;
    79     DateTimeDialog *iDateTimeDialog;
    78     QDateTime iDatetime;
    80     QDateTime iDatetime;
    79 };
    81 };
    80 
    82