LeechCraft  0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
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 45 of file ieventsprovider.h.

Member Data Documentation

◆ Address_

QString Media::EventInfo::Address_

The address of the place this event will happen in.

Definition at line 120 of file ieventsprovider.h.

◆ Artists_

QStringList Media::EventInfo::Artists_

The list of all artists present on this event.

This list should include the headliner as well.

Definition at line 79 of file ieventsprovider.h.

◆ Attendees_

int Media::EventInfo::Attendees_

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

Definition at line 93 of file ieventsprovider.h.

◆ AttendType_

EventAttendType Media::EventInfo::AttendType_

Current attendance status by the user.

Definition at line 128 of file ieventsprovider.h.

◆ BigImage_

QUrl Media::EventInfo::BigImage_

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

Definition at line 73 of file ieventsprovider.h.

◆ CanBeAttended_

bool Media::EventInfo::CanBeAttended_

Whether this event can be attended.

Definition at line 124 of file ieventsprovider.h.

◆ City_

QString Media::EventInfo::City_

The city this event will happen in.

Definition at line 116 of file ieventsprovider.h.

◆ Date_

QDateTime Media::EventInfo::Date_

The date the event will happen.

Definition at line 61 of file ieventsprovider.h.

◆ Description_

QString Media::EventInfo::Description_

The description of the event.

Definition at line 57 of file ieventsprovider.h.

◆ Headliner_

QString Media::EventInfo::Headliner_

The name of the headliner of this event.

The name of the headliner of this event.

Definition at line 85 of file ieventsprovider.h.

◆ ID_

qint64 Media::EventInfo::ID_

The internal ID of the event.

Definition at line 49 of file ieventsprovider.h.

◆ Latitude_

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 105 of file ieventsprovider.h.

◆ Longitude_

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 112 of file ieventsprovider.h.

◆ Name_

QString Media::EventInfo::Name_

The name of the event.

Definition at line 53 of file ieventsprovider.h.

◆ PlaceName_

QString Media::EventInfo::PlaceName_

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

Definition at line 98 of file ieventsprovider.h.

◆ SmallImage_

QUrl Media::EventInfo::SmallImage_

A thumb image associated with this event.

Definition at line 69 of file ieventsprovider.h.

◆ Tags_

QStringList Media::EventInfo::Tags_

The associated tags like musical genre of bands.

Definition at line 89 of file ieventsprovider.h.

◆ URL_

QUrl Media::EventInfo::URL_

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

Definition at line 65 of file ieventsprovider.h.


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