Searched refs:DataHistory (Results 1 – 2 of 2) sorted by relevance
27 class DataHistory {29 DataHistory(bigtime_t memorize, bigtime_t interval);30 ~DataHistory();113 DataHistory* values, int64 value);135 BObjectList<DataHistory> fValues;
114 void Update(DataHistory* history, int32 width,230 ViewHistory::Update(DataHistory* history, int32 width, int32 resolution, in Update()284 DataHistory::DataHistory(bigtime_t memorize, bigtime_t interval) in DataHistory() function in DataHistory296 DataHistory::~DataHistory() in ~DataHistory()302 DataHistory::AddValue(bigtime_t time, int64 value) in AddValue()317 DataHistory::ValueAt(bigtime_t time) in ValueAt()352 DataHistory::MaximumValue() const in MaximumValue()362 DataHistory::MinimumValue() const in MinimumValue()372 DataHistory::Start() const in Start()382 DataHistory::End() const in End()[all …]