#include <LaunchPoint.h>
LaunchPoint::LaunchPoint |
( |
ApplicationDescription * |
appDesc, |
|
|
const std::string & |
id, |
|
|
const std::string & |
launchPointId, |
|
|
const std::string & |
title, |
|
|
const std::string & |
menuName, |
|
|
const std::string & |
iconPath, |
|
|
const std::string & |
params, |
|
|
bool |
removable |
|
) |
| |
LaunchPoint::~LaunchPoint |
( |
| ) |
|
std::string LaunchPoint::category |
( |
| ) |
const |
std::string LaunchPoint::entryPoint |
( |
| ) |
const |
QPixmap LaunchPoint::icon |
( |
| ) |
const |
const std::string& LaunchPoint::iconPath |
( |
| ) |
const |
|
inline |
const std::string& LaunchPoint::id |
( |
| ) |
const |
|
inline |
bool LaunchPoint::isDefault |
( |
| ) |
const |
|
inline |
bool LaunchPoint::isRemovable |
( |
| ) |
const |
|
inline |
bool LaunchPoint::isVisible |
( |
| ) |
const |
const std::string& LaunchPoint::launchPointId |
( |
| ) |
const |
|
inline |
bool LaunchPoint::matchesTitle |
( |
const gchar * |
str | ) |
const |
const std::string& LaunchPoint::menuName |
( |
| ) |
const |
|
inline |
const std::string& LaunchPoint::params |
( |
| ) |
const |
|
inline |
void LaunchPoint::setAsDefault |
( |
bool |
dv = true | ) |
|
|
inline |
bool LaunchPoint::setRemovable |
( |
bool |
v = true | ) |
|
|
inline |
const std::string& LaunchPoint::title |
( |
| ) |
const |
|
inline |
json_object * LaunchPoint::toJSON |
( |
| ) |
const |
bool LaunchPoint::updateIconPath |
( |
std::string |
newIconPath | ) |
|
void LaunchPoint::updateTitle |
( |
const std::string & |
titleStr | ) |
|
The documentation for this class was generated from the following files: