

Public Member Functions | |
| OETrendDataModel (RemoteResponseWindow parent) | |
| com.cosylab.gui.components.r2.chart.PointIterator | getPointIterator () |
| com.cosylab.gui.components.r2.chart.Interval | getXBounds () |
| com.cosylab.gui.components.r2.chart.Interval | getYBounds () |
| synchronized boolean | hasNext () |
| synchronized com.cosylab.gui.components.r2.chart.Point | next () |
| void | updateChartData () |
| void | reloadChartData () |
| String | toString () |
Private Member Functions | |
| double | getX (int index) |
| double | getY (int index) |
| int | size () |
Private Attributes | |
| RemoteResponseWindow | rrWindow = null |
| int | pos = -1 |
Creation date: (23.10.2001 22:42:35)
| si::ijs::acs::objectexplorer::RemoteResponseWindow::OETrendDataModel::OETrendDataModel | ( | RemoteResponseWindow | parent | ) | [inline] |
| com.cosylab.gui.components.r2.chart.PointIterator si::ijs::acs::objectexplorer::RemoteResponseWindow::OETrendDataModel::getPointIterator | ( | ) | [inline] |
Insert the method's description here. Creation date: (23.10.2001 22:42:35)
Implements com::cosylab::gui::components::r2::chart::ChartDataModel.
References pos.
| double si::ijs::acs::objectexplorer::RemoteResponseWindow::OETrendDataModel::getX | ( | int | index | ) | [inline, private] |
References si::ijs::acs::objectexplorer::RemoteResponseWindow::getChartX(), and rrWindow.
Referenced by getXBounds(), next(), and toString().
| com.cosylab.gui.components.r2.chart.Interval si::ijs::acs::objectexplorer::RemoteResponseWindow::OETrendDataModel::getXBounds | ( | ) | [inline] |
Creation date: (25.10.2001 21:00:57)
References getX(), and size().
Referenced by reloadChartData(), and updateChartData().
| double si::ijs::acs::objectexplorer::RemoteResponseWindow::OETrendDataModel::getY | ( | int | index | ) | [inline, private] |
References si::ijs::acs::objectexplorer::RemoteResponseWindow::getChartY(), and rrWindow.
Referenced by next(), and toString().
| com.cosylab.gui.components.r2.chart.Interval si::ijs::acs::objectexplorer::RemoteResponseWindow::OETrendDataModel::getYBounds | ( | ) | [inline] |
Creation date: (25.10.2001 21:00:57)
References si::ijs::acs::objectexplorer::RemoteResponseWindow::getChartYBounds(), and rrWindow.
Referenced by reloadChartData(), and updateChartData().
| synchronized boolean si::ijs::acs::objectexplorer::RemoteResponseWindow::OETrendDataModel::hasNext | ( | ) | [inline] |
Insert the method's description here. Creation date: (23.10.2001 22:42:35)
Implements com::cosylab::gui::components::r2::chart::PointIterator.
| synchronized com.cosylab.gui.components.r2.chart.Point si::ijs::acs::objectexplorer::RemoteResponseWindow::OETrendDataModel::next | ( | ) | [inline] |
Insert the method's description here. Creation date: (23.10.2001 22:42:35)
Implements com::cosylab::gui::components::r2::chart::PointIterator.
| void si::ijs::acs::objectexplorer::RemoteResponseWindow::OETrendDataModel::reloadChartData | ( | ) | [inline] |
Insert the method's description here. Creation date: (11/24/00 20:58:22)
Reimplemented from com::cosylab::gui::components::r2::chart::AbstractDataModel.
References com::cosylab::gui::components::r2::chart::AbstractDataModel::getPreferedXScale(), com::cosylab::gui::components::r2::chart::AbstractDataModel::getPreferedYScale(), getXBounds(), getYBounds(), com::cosylab::gui::components::r2::chart::AbstractDataModel::pointCount, and size().
Referenced by si::ijs::acs::objectexplorer::RemoteResponseWindow::processChartValues(), si::ijs::acs::objectexplorer::RemoteResponseWindow::setSelectedChartValue(), and si::ijs::acs::objectexplorer::RemoteResponseWindow::setSelectedChartXValue().
| int si::ijs::acs::objectexplorer::RemoteResponseWindow::OETrendDataModel::size | ( | ) | [inline, private] |
References si::ijs::acs::objectexplorer::RemoteResponseWindow::getChartSize(), and rrWindow.
Referenced by getXBounds(), hasNext(), reloadChartData(), toString(), and updateChartData().
| String si::ijs::acs::objectexplorer::RemoteResponseWindow::OETrendDataModel::toString | ( | ) | [inline] |
| void si::ijs::acs::objectexplorer::RemoteResponseWindow::OETrendDataModel::updateChartData | ( | ) | [inline] |
Insert the method's description here. Creation date: (11/24/00 20:58:22)
Reimplemented from com::cosylab::gui::components::r2::chart::AbstractDataModel.
References com::cosylab::gui::components::r2::chart::AbstractDataModel::getPreferedXScale(), com::cosylab::gui::components::r2::chart::AbstractDataModel::getPreferedYScale(), getXBounds(), getYBounds(), com::cosylab::gui::components::r2::chart::AbstractDataModel::pointCount, and size().
int si::ijs::acs::objectexplorer::RemoteResponseWindow::OETrendDataModel::pos = -1 [private] |
Referenced by getPointIterator(), hasNext(), and next().
RemoteResponseWindow si::ijs::acs::objectexplorer::RemoteResponseWindow::OETrendDataModel::rrWindow = null [private] |
Referenced by getX(), getY(), getYBounds(), OETrendDataModel(), and size().
1.6.2