![]() |
LeechCraft
0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
|
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... | |
A structure describing an event like a gig or a festival.
Definition at line 45 of file ieventsprovider.h.
QString Media::EventInfo::Address_ |
The address of the place this event will happen in.
Definition at line 120 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 79 of file ieventsprovider.h.
int Media::EventInfo::Attendees_ |
The current number of attendees or -1 if not known.
Definition at line 93 of file ieventsprovider.h.
EventAttendType Media::EventInfo::AttendType_ |
Current attendance status by the user.
Definition at line 128 of file ieventsprovider.h.
QUrl Media::EventInfo::BigImage_ |
A big, preferably poster-size image of this event.
Definition at line 73 of file ieventsprovider.h.
bool Media::EventInfo::CanBeAttended_ |
Whether this event can be attended.
Definition at line 124 of file ieventsprovider.h.
QString Media::EventInfo::City_ |
The city this event will happen in.
Definition at line 116 of file ieventsprovider.h.
QDateTime Media::EventInfo::Date_ |
The date the event will happen.
Definition at line 61 of file ieventsprovider.h.
QString Media::EventInfo::Description_ |
The description of the event.
Definition at line 57 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 85 of file ieventsprovider.h.
qint64 Media::EventInfo::ID_ |
The internal ID of the event.
Definition at line 49 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 105 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 112 of file ieventsprovider.h.
QString Media::EventInfo::Name_ |
The name of the event.
Definition at line 53 of file ieventsprovider.h.
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.
QUrl Media::EventInfo::SmallImage_ |
A thumb image associated with this event.
Definition at line 69 of file ieventsprovider.h.
QStringList Media::EventInfo::Tags_ |
The associated tags like musical genre of bands.
Definition at line 89 of file ieventsprovider.h.
QUrl Media::EventInfo::URL_ |
The URL of a page describing the event in more detail.
Definition at line 65 of file ieventsprovider.h.