1#ifndef ELECTIONRESULT_H
2#define ELECTIONRESULT_H
5#include "star/star_base_export.h"
8#include "star/election.h"
29 bool isComplete()
const;
31 const Seat& seatAt(qsizetype i)
const;
32 QList<Seat> seats()
const;
33 QStringList winners()
const;
34 QSet<QString> unresolvedCandidates()
const;
35 Seat unresolvedSeat()
const;
36 qsizetype seatCount()
const;
37 qsizetype filledSeatCount()
const;
38 qsizetype unfilledSeatCount()
const;
The Election class represents a collection of candidates and ballots.
Definition election.h:19
The ElectionResult class holds the outcome of an election.
Definition electionresult.h:15
The Seat class contains the outcome for a specific seat in a given election.
Definition seat.h:17
The Star namespace is the main namespace through which all functionality of the STAR++ library is acc...
Definition calculator.cpp:21