Classes | |
struct | PropertyType |
struct | PropertyType< Name > |
struct | PropertyType< Group > |
struct | PropertyType< ShortDescription > |
struct | PropertyType< Package > |
struct | PropertyType< Icon > |
struct | Category |
struct | Entry |
struct | InternalList |
struct | Setup |
struct | GroupPolicy |
struct | Source |
struct | File |
Typedefs | |
typedef std::set< std::string > | Categories |
Enumerations | |
enum | PropertyId { Name, Group, ShortDescription, Package, Icon } |
Functions | |
std::istream & | operator>> (std::istream &i, Category &cat) |
std::istream & | operator>> (std::istream &i, File::Entry &e) |
std::istream & | operator>> (std::istream &i, File::Group &g) |
std::istream & | operator>> (std::istream &i, File &f) |
typedef std::set< std::string > ept::core::desktop::Categories |
std::istream& ept::core::desktop::operator>> | ( | std::istream & | i, | |
File & | f | |||
) | [inline] |
References ept::core::desktop::File::groups.
std::istream& ept::core::desktop::operator>> | ( | std::istream & | i, | |
File::Group & | g | |||
) | [inline] |
std::istream& ept::core::desktop::operator>> | ( | std::istream & | i, | |
File::Entry & | e | |||
) | [inline] |
std::istream& ept::core::desktop::operator>> | ( | std::istream & | i, | |
Category & | cat | |||
) | [inline] |
References ept::core::desktop::Category::name.