#include <desktop.h>
Public Member Functions | |
Entry () | |
Entry (std::string n, std::string g, std::string p, std::string d, std::string i) | |
void | load (std::string file) |
void | setCategories (std::string s) |
Categories | categories () const |
bool | inCategory (std::string c) const |
std::string | id () const |
std::string | name () const |
std::string | package () const |
std::string | description () const |
std::string | icon () const |
bool | operator< (const Entry &o) const |
Protected Attributes | |
std::string | m_name |
std::string | m_package |
std::string | m_description |
std::string | m_icon |
std::string | m_id |
bool | m_supported |
bool | m_free |
Categories | m_categories |
ept::core::desktop::Entry::Entry | ( | ) | [inline] |
ept::core::desktop::Entry::Entry | ( | std::string | n, | |
std::string | g, | |||
std::string | p, | |||
std::string | d, | |||
std::string | i | |||
) | [inline] |
Categories ept::core::desktop::Entry::categories | ( | ) | const [inline] |
Referenced by ept::core::desktop::GroupPolicy::group().
std::string ept::core::desktop::Entry::description | ( | ) | const [inline] |
std::string ept::core::desktop::Entry::icon | ( | ) | const [inline] |
std::string ept::core::desktop::Entry::id | ( | ) | const [inline] |
Referenced by ept::core::desktop::Source::getToken().
bool ept::core::desktop::Entry::inCategory | ( | std::string | c | ) | const [inline] |
void ept::core::desktop::Entry::load | ( | std::string | file | ) | [inline] |
References ept::core::desktop::File::File::Group::entry(), and ept::core::desktop::File::group().
Referenced by ept::core::desktop::InternalList::head(), and ept::core::desktop::Source::lookupToken().
std::string ept::core::desktop::Entry::name | ( | ) | const [inline] |
bool ept::core::desktop::Entry::operator< | ( | const Entry & | o | ) | const [inline] |
std::string ept::core::desktop::Entry::package | ( | ) | const [inline] |
void ept::core::desktop::Entry::setCategories | ( | std::string | s | ) | [inline] |
Categories ept::core::desktop::Entry::m_categories [protected] |
std::string ept::core::desktop::Entry::m_description [protected] |
bool ept::core::desktop::Entry::m_free [protected] |
std::string ept::core::desktop::Entry::m_icon [protected] |
std::string ept::core::desktop::Entry::m_id [protected] |
std::string ept::core::desktop::Entry::m_name [protected] |
Referenced by operator<().
std::string ept::core::desktop::Entry::m_package [protected] |
Referenced by operator<().
bool ept::core::desktop::Entry::m_supported [protected] |