LeechCraft  %{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
ieventsprovider.h File Reference
#include <QDateTime>
#include <QUrl>
#include <QStringList>
#include <QtPlugin>
+ Include dependency graph for ieventsprovider.h:

Go to the source code of this file.

Classes

struct  Media::EventInfo
 A structure describing an event like a gig or a festival. More...
 
class  Media::IEventsProvider
 Interface for plugins that can provide events. More...
 

Namespaces

 Media
 

Typedefs

typedef QList< EventInfo > Media::EventInfos_t
 A list of events. More...
 

Enumerations

enum  Media::EventAttendType {
  Media::None,
  Media::EventAttendType::Maybe,
  Media::EventAttendType::Surely
}
 Enum describing if and how an event is attended by user. More...
 

Functions

 Q_DECLARE_INTERFACE (Media::IEventsProvider,"org.LeechCraft.Media.IEventsProvider/1.0")
 

Function Documentation

Q_DECLARE_INTERFACE ( Media::IEventsProvider  ,
"org.LeechCraft.Media.IEventsProvider/1.0"   
)