LeechCraft  0.6.70-3565-g2d86529
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
itemtypes.h File Reference
#include "xdgconfig.h"
+ Include dependency graph for itemtypes.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QSet< T >
 
class  QList< T >
 

Namespaces

 LeechCraft
 
 LeechCraft::Util
 
 LeechCraft::Util::XDG
 

Enumerations

enum  LeechCraft::Util::XDG::Type {
  LeechCraft::Util::XDG::Type::Other,
  LeechCraft::Util::XDG::Type::Application,
  LeechCraft::Util::XDG::Type::URL,
  LeechCraft::Util::XDG::Type::Dir
}
 Describes the various types of XDG .desktop files. More...
 

Functions

QSet< QString > LeechCraft::Util::XDG::ToPaths (const QList< Type > &types)
 Returns a set of typical directories with desktop files of the given types. More...