creativity
v1.3.0
Agent-based model of creativity and piracy
|
BookStore::ColRec extension to add reader-specific fields. More...
#include <creativity/gui/LibraryStore.hpp>
Public Attributes | |
Gtk::TreeModelColumn< double > | reader_quality |
This reader's quality draw for the book. | |
Gtk::TreeModelColumn< bool > | reader_pirated |
True if the book was obtained by piracy. | |
Gtk::TreeModelColumn< bool > | reader_purchased_market |
True if the book was purchased at market. | |
Gtk::TreeModelColumn< bool > | reader_purchased_public |
True if the book was purchased from the public provider. | |
Gtk::TreeModelColumn< unsigned int > | reader_acquired |
Simulation period when this copy of the book was acquired. | |
![]() | |
Gtk::TreeModelColumn< eris::eris_id_t > | id |
Book ID. | |
Gtk::TreeModelColumn< eris::eris_id_t > | author |
Author ID. | |
Gtk::TreeModelColumn< double > | pos_x |
x coordinate of the book | |
Gtk::TreeModelColumn< double > | pos_y |
y coordinate of the book | |
Gtk::TreeModelColumn< double > | quality |
quality parameter of the book (the mean of realized quality draws) | |
Gtk::TreeModelColumn< double > | price |
price of the book, or NaN if the book is not on the market | |
Gtk::TreeModelColumn< double > | revenue |
revenue of the book in the current period | |
Gtk::TreeModelColumn< double > | revenue_lifetime |
Cumulative revenue of the book since its creation. | |
Gtk::TreeModelColumn< std::string > | pos_str |
position of the book as a string such as (-7.16,0.440) | |
Gtk::TreeModelColumn< std::string > | market_str |
market type string ("Priv.", "Pub.", or "No") | |
Gtk::TreeModelColumn< bool > | market_private |
True if on the market and that market is private. | |
Gtk::TreeModelColumn< bool > | market_public |
True if on the market and that market is public. | |
Gtk::TreeModelColumn< bool > | market_any |
True if the book is currently on either market. | |
Gtk::TreeModelColumn< unsigned int > | age |
Age of the book in simulation periods since it was written. | |
Gtk::TreeModelColumn< unsigned int > | created |
Age of the book in simulation periods since it was written. | |
Gtk::TreeModelColumn< unsigned int > | sales |
Copies sold in the current period. | |
Gtk::TreeModelColumn< unsigned int > | sales_lifetime_private |
Lifetime copies sold on the private market. | |
Gtk::TreeModelColumn< unsigned int > | sales_lifetime_public |
Lifetime copies sold on the public market. | |
Gtk::TreeModelColumn< unsigned int > | sales_lifetime |
Lifetime copies sold (both private/public) | |
Gtk::TreeModelColumn< unsigned int > | pirated |
Copies sold in the current period. | |
Gtk::TreeModelColumn< unsigned int > | pirated_lifetime |
Lifetime copies sold. | |
Gtk::TreeModelColumn< unsigned int > | copies |
Copies created (sold or pirated) in the current period. | |
Gtk::TreeModelColumn< unsigned int > | copies_lifetime |
Lifetime copies created (sold or pirated) | |
Gtk::TreeModelColumn< unsigned int > | lifetime_private |
Number of periods the book has been or was on the private market. | |
Friends | |
class | LibraryStore |
BookStore::ColRec extension to add reader-specific fields.