securitydialogs/secuinotifications/secuinotificationdialogplugin/inc/secuinotificationdialogpluginkeys.h
changeset 17 8957df7b0072
parent 15 318c4eab2439
child 19 098e361762d2
equal deleted inserted replaced
15:318c4eab2439 17:8957df7b0072
    26 
    26 
    27 // Keys for the parameters passed to notification framework plugin
    27 // Keys for the parameters passed to notification framework plugin
    28 const QString KDialogTitle = "title";
    28 const QString KDialogTitle = "title";
    29 const QString KApplicationName = "application";
    29 const QString KApplicationName = "application";
    30 const QString KQueryType = "type";
    30 const QString KQueryType = "type";
       
    31 const QString KQueryMinLength = "MinLength";
       
    32 const QString KQueryMaxLength = "MaxLength";
    31 const QString KApplicationIcon = "icon";
    33 const QString KApplicationIcon = "icon";
    32 const QString KSupplier = "supplier";
    34 const QString KSupplier = "supplier";
    33 const QString KMemorySelection = "memory";
    35 const QString KMemorySelection = "memory";
    34 const QString KCertificates = "certificates";
    36 const QString KCertificates = "certificates";
    35 const QString KDrmDetails = "drmDetails";
    37 const QString KDrmDetails = "drmDetails";
    36 const QString KCodeTop = "codeTop";
    38 const QString KCodeTop = "codeTop";
       
    39 const QString KCodeBottom = "codeBottom";	// not really needed because is never sent back
       
    40 const QString KEmergency = "emergency";
       
    41 const QString KInvalidNewLockCode = "invalidNewLockCode";
    37 
    42 
    38 // Keys for the return values passed back to calling application
    43 // Keys for the return values passed back to calling application
    39 const QString KResultAccepted = "accepted";         // bool
    44 const QString KResultAccepted = "accepted";         // int
    40 const QString KSelectedMemoryIndex = "memory";      // int
    45 const QString KSelectedMemoryIndex = "memory";      // int
    41 const QString KCodeTopIndex = "codeTop";      // int
    46 const QString KCodeTopIndex = "codeTop";      // int
       
    47 const QString KCodeBottomIndex = "codeBottom";      // int	// not really needed because is never sent back
    42 
    48 
    43 // Error values
    49 // Error values
    44 const int KNoError = 0;
    50 const int KNoError = 0;
    45 
    51 
    46 #endif // SECUINOTIFICATIONPLUGINKEYS_H
    52 #endif // SECUINOTIFICATIONPLUGINKEYS_H