Class SeatPlanGroup
The class is conditionally abstract in: qt, qt/client, qt/server, php, php/client, php/server
This is a helper for parsing seat plans: it defines a group of rows of seats.
Properties
- id (astring)
the ID of this group, if multiple group elements with the same ID exist, they refer to different sections of the same group
- capacity (astring)
amount of seats in this (part of the) group
- name (astring)
human readable name of the group
- numbered (bool)
defines whether the group contains numbered seats
- geo (astring)
GUI: geometry information for the group
- bgcolor (astring)
GUI: background color
- fgcolor (astring)
GUI: foreground color, the one the group name is rendered in
- angle (int)
GUI: rotation of the group rectangle
- Row (List:SeatPlanRow)
definition of rows in this group
- price (astring)
The price categories in this group.