phoneapp/phoneuiutils/inc/tphonecmdparamglobalnote.h
changeset 30 ebdbd102c78a
parent 0 5f000ab63145
child 51 f39ed5e045e0
equal deleted inserted replaced
27:2f8f8080a020 30:ebdbd102c78a
    78         * Sets the global note softkeys.
    78         * Sets the global note softkeys.
    79         * @param aTone is the note softkeys
    79         * @param aTone is the note softkeys
    80         */
    80         */
    81         IMPORT_C void SetSoftkeys( TInt aSoftkeys );
    81         IMPORT_C void SetSoftkeys( TInt aSoftkeys );
    82 
    82 
       
    83         /**
       
    84         * Sets timeout for a note.
       
    85         * @param    aTimeout    Timeout in milliseconds. If timeout == 0 then 
       
    86         * default timeout is used. If timeout < 0 the note is not closed 
       
    87         * automatically.
       
    88         */
       
    89         IMPORT_C void SetTimeout( TInt aTimeout );
    83         
    90         
    84         /**
    91         /**
    85         * Returns the global note type
    92         * Returns the global note type
    86         * @return Returns the type
    93         * @return Returns the type
    87         */
    94         */
   113         
   120         
   114         /**
   121         /**
   115         * Returns the global note softkeys.
   122         * Returns the global note softkeys.
   116         * @return Returns the global note softkeys
   123         * @return Returns the global note softkeys
   117         */
   124         */
   118         IMPORT_C TInt Softkeys() const;      
   125         IMPORT_C TInt Softkeys() const;
   119  
   126         
       
   127         /**
       
   128          * Returns the timeout value.
       
   129          * @return   Timeout value.
       
   130          */
       
   131         IMPORT_C TInt Timeout() const;
       
   132     
   120     private:    
   133     private:    
   121         
   134         
   122         /**
   135         /**
   123         * Global note type
   136         * Global note type
   124         */
   137         */
   146         
   159         
   147         /**
   160         /**
   148         * Global note softkeys
   161         * Global note softkeys
   149         */
   162         */
   150         TInt iSoftkeys;
   163         TInt iSoftkeys;
   151 
   164         
       
   165         /**
       
   166         * Timeout for a note.
       
   167         */
       
   168         TInt iTimeout;
   152     };
   169     };
   153 
   170 
   154 #endif // __TPHONECMDPARAMGLOBALNOTE_H
   171 #endif // __TPHONECMDPARAMGLOBALNOTE_H
   155             
   172             
   156 // End of File
   173 // End of File