LunaSysMgr
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ApplicationManager.h File Reference
#include "Common.h"
#include <vector>
#include <string>
#include <list>
#include <map>
#include <set>
#include "lunaservice.h"
#include "Mutex.h"
#include "MimeSystem.h"
#include <QObject>
#include <QBitArray>
Include dependency graph for ApplicationManager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cmptitle
 
class  ApplicationManager
 
struct  ApplicationManager::DownloadRequest
 

Namespaces

namespace  LaunchPointUpdatedReason
 
namespace  LaunchPointAddedReason
 
namespace  LaunchPointRemovedReason
 
namespace  DimensionsSystemInterface
 

Typedefs

typedef std::set< const
LaunchPoint *, cmptitle
SearchSet
 

Enumerations

enum  LaunchPointUpdatedReason::Enum {
  LaunchPointUpdatedReason::INVALID = 0, LaunchPointUpdatedReason::Status, LaunchPointUpdatedReason::Progress, LaunchPointUpdatedReason::Icon,
  LaunchPointUpdatedReason::SIZEOF
}
 
enum  LaunchPointAddedReason::Enum { LaunchPointAddedReason::INVALID = 0, LaunchPointAddedReason::InstallerStatusUpdate, LaunchPointAddedReason::PostLaunchPointUpdateAdded, LaunchPointAddedReason::SIZEOF }
 
enum  LaunchPointRemovedReason::Enum { LaunchPointRemovedReason::INVALID = 0, LaunchPointRemovedReason::InstallerStatusUpdate, LaunchPointRemovedReason::SIZEOF }
 

Functions

void appManagerCallback_listRunningApps (const std::string &runnigAppsJsonArray)
 

Typedef Documentation

typedef std::set<const LaunchPoint*,cmptitle> SearchSet

Function Documentation

void appManagerCallback_listRunningApps ( const std::string &  runnigAppsJsonArray)