LeechCraft  %{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Media::EventInfo Struct Reference

A structure describing an event like a gig or a festival. More...

#include "ieventsprovider.h"

Public Attributes

qint64 ID_
 The internal ID of the event. More...
 
QString Name_
 The name of the event. More...
 
QString Description_
 The description of the event. More...
 
QDateTime Date_
 The date the event will happen. More...
 
QUrl URL_
 The URL of a page describing the event in more detail. More...
 
QUrl SmallImage_
 A thumb image associated with this event. More...
 
QUrl BigImage_
 A big, preferably poster-size image of this event. More...
 
QStringList Artists_
 The list of all artists present on this event. More...
 
QString Headliner_
 The name of the headliner of this event. More...
 
QStringList Tags_
 The associated tags like musical genre of bands. More...
 
int Attendees_
 The current number of attendees or -1 if not known. More...
 
QString PlaceName_
 The name of the club or other place this event will be in. More...
 
double Latitude_
 Latitude of the place. More...
 
double Longitude_
 Longitude of the place. More...
 
QString City_
 The city this event will happen in. More...
 
QString Address_
 The address of the place this event will happen in. More...
 
bool CanBeAttended_
 Whether this event can be attended. More...
 
EventAttendType AttendType_
 Current attendance status by the user. More...
 

Detailed Description

A structure describing an event like a gig or a festival.

See Also
EventInfo, IEventsProvider

Definition at line 62 of file ieventsprovider.h.

Member Data Documentation

QString Media::EventInfo::Address_

The address of the place this event will happen in.

Definition at line 137 of file ieventsprovider.h.

QStringList Media::EventInfo::Artists_

The list of all artists present on this event.

This list should include the headliner as well.

Definition at line 96 of file ieventsprovider.h.

int Media::EventInfo::Attendees_

The current number of attendees or -1 if not known.

Definition at line 110 of file ieventsprovider.h.

EventAttendType Media::EventInfo::AttendType_

Current attendance status by the user.

Definition at line 145 of file ieventsprovider.h.

QUrl Media::EventInfo::BigImage_

A big, preferably poster-size image of this event.

Definition at line 90 of file ieventsprovider.h.

bool Media::EventInfo::CanBeAttended_

Whether this event can be attended.

Definition at line 141 of file ieventsprovider.h.

QString Media::EventInfo::City_

The city this event will happen in.

Definition at line 133 of file ieventsprovider.h.

QDateTime Media::EventInfo::Date_

The date the event will happen.

Definition at line 78 of file ieventsprovider.h.

QString Media::EventInfo::Description_

The description of the event.

Definition at line 74 of file ieventsprovider.h.

QString Media::EventInfo::Headliner_

The name of the headliner of this event.

The name of the headliner of this event.

Definition at line 102 of file ieventsprovider.h.

qint64 Media::EventInfo::ID_

The internal ID of the event.

Definition at line 66 of file ieventsprovider.h.

double Media::EventInfo::Latitude_

Latitude of the place.

The geographical latitude of the place this event will be in, or -1 if not known.

Definition at line 122 of file ieventsprovider.h.

double Media::EventInfo::Longitude_

Longitude of the place.

The geographical longitude of the place this event will be in, or -1 if not known.

Definition at line 129 of file ieventsprovider.h.

QString Media::EventInfo::Name_

The name of the event.

Definition at line 70 of file ieventsprovider.h.

QString Media::EventInfo::PlaceName_

The name of the club or other place this event will be in.

Definition at line 115 of file ieventsprovider.h.

QUrl Media::EventInfo::SmallImage_

A thumb image associated with this event.

Definition at line 86 of file ieventsprovider.h.

QStringList Media::EventInfo::Tags_

The associated tags like musical genre of bands.

Definition at line 106 of file ieventsprovider.h.

QUrl Media::EventInfo::URL_

The URL of a page describing the event in more detail.

Definition at line 82 of file ieventsprovider.h.


The documentation for this struct was generated from the following file: