The calculation of how many harvest shares are expected in total.
This commit is contained in:
@ -63,6 +63,7 @@ class TableModel : public QAbstractTableModel {
|
||||
const QModelIndex& parentIndex = QModelIndex());
|
||||
|
||||
/// property functions
|
||||
qreal nTotalExpectedShares() const;
|
||||
int nExpectedBiddings() const;
|
||||
int nPlacedBiddings1() const;
|
||||
int nPlacedBiddings2() const;
|
||||
@ -80,6 +81,7 @@ class TableModel : public QAbstractTableModel {
|
||||
void rowCountChanged();
|
||||
|
||||
void nExpectedBiddingsChanged();
|
||||
void nTotalExpectedSharesChanged();
|
||||
void nPlacedBiddingsChanged(const int roundNumber);
|
||||
void biddingSumChanged(const int roundNumber);
|
||||
void biddingAverageChanged(const int roundNumber);
|
||||
|
||||
Reference in New Issue
Block a user