Menu

Commit [r1132]  Maximize  Restore  History

- Inserted some sanity checks related to bug #2785609 in order to prevent crashes caused by giving

invalid arguments to Table::text() and Table::cell().
- Inserted and improved some sanity checks in Graph in order to catch corrupt data in the first
place. Guaranteeing data integrity is difficult though, due to lack of encapsulation in the Graph
API and code duplication between Graph::insertCurve(), Graph::setLabels*Format() and
DataCurve::loadData().

knut_f 2009-05-09

changed /branches/current_stable/scidavis/src/Graph.cpp
changed /branches/current_stable/scidavis/src/Graph.h
changed /branches/current_stable/scidavis/src/Table.cpp
changed /branches/current_stable/scidavis/src/Table.h
/branches/current_stable/scidavis/src/Graph.cpp Diff Switch to side-by-side view
Loading...
/branches/current_stable/scidavis/src/Graph.h Diff Switch to side-by-side view
Loading...
/branches/current_stable/scidavis/src/Table.cpp Diff Switch to side-by-side view
Loading...
/branches/current_stable/scidavis/src/Table.h Diff Switch to side-by-side view
Loading...