Home · All Namespaces · All Classes
Public Types

LauncherButtonModel Class Reference

#include <launcherbuttonmodel.h>

Inheritance diagram for LauncherButtonModel:
Inheritance graph
[legend]
Collaboration diagram for LauncherButtonModel:
Collaboration graph
[legend]

List of all members.

Public Types

enum  State {
  Downloading, Installing, Installed, Launching,
  Broken
}
 

Possible launcher button states.

More...

Detailed Description

Definition at line 26 of file launcherbuttonmodel.h.


Member Enumeration Documentation

Possible launcher button states.

Enumerator:
Downloading 

Button state when application is downloading.

Installing 

Button state when application is installing.

Installed 

Button state when application is installed successfully.

Launching 

Button state when application is launching.

Broken 

Button state when application installation has failed.

Definition at line 35 of file launcherbuttonmodel.h.

               {
        Downloading,
        Installing,
        Installed,
        Launching,
        Broken
    };


The documentation for this class was generated from the following file:

Copyright © 2010 Nokia Corporation Generated on Thu Nov 4 2010 18:20:42
Doxygen 1.7.1
MeeGo Touch