creativity  v1.3.0
Agent-based model of creativity and piracy
Public Attributes | Friends | List of all members
creativity::gui::ReaderStore::ColRec Class Reference

ColumnRecord object for a ReaderStore. More...

#include <creativity/gui/ReaderStore.hpp>

Public Attributes

Gtk::TreeModelColumn< eris::eris_id_t > id
 ID of the reader.
 
Gtk::TreeModelColumn< double > pos_x
 X coordinate of the reader.
 
Gtk::TreeModelColumn< double > pos_y
 y coordinate of the reader
 
Gtk::TreeModelColumn< double > u
 Current period utility of the reader.
 
Gtk::TreeModelColumn< double > u_lifetime
 Cumulative lifetime utility of the reader.
 
Gtk::TreeModelColumn< double > creation_shape
 The reader's creation_shape parameter.
 
Gtk::TreeModelColumn< double > creation_scale
 The reader's creation_scale parameter.
 
Gtk::TreeModelColumn< std::string > pos_str
 position of the book as a string such as (-7.16,0.440)
 
Gtk::TreeModelColumn< size_t > books_owned
 Number of books possessed by this reader.
 
Gtk::TreeModelColumn< size_t > books_purchased
 Number of books purchased by this reader.
 
Gtk::TreeModelColumn< size_t > books_pirated
 Number of books obtained via piracy by this reader.
 
Gtk::TreeModelColumn< size_t > books_new
 Number of books acquired in the current period.
 
Gtk::TreeModelColumn< size_t > books_new_purchased
 Number of books acquired by purchasing in the current period.
 
Gtk::TreeModelColumn< size_t > books_new_pirated
 Number of books acquired by piracy in the current period.
 
Gtk::TreeModelColumn< size_t > books_written
 Number of books authored by this reader.
 
Gtk::TreeModelColumn< size_t > last_book_age
 Age of the most recently written book, or simulation age if booksWritten == 0
 
Gtk::TreeModelColumn< size_t > num_friends
 Number of friends of this reader.
 

Friends

class ReaderStore
 

Detailed Description

ColumnRecord object for a ReaderStore.

This object contains the columns for this Book model. This should not be used directly, but rather accessed via the public columns member.

Inheritance diagram for creativity::gui::ReaderStore::ColRec:
[legend]
Collaboration diagram for creativity::gui::ReaderStore::ColRec:
[legend]

The documentation for this class was generated from the following file: