#include <plot_viewer_proxy.hh>
Public Member Functions | |
| PlotViewerProxy () | |
| PlotViewerProxy (PlotViewer *v) | |
| virtual | ~PlotViewerProxy () |
| void | Release (PlotViewer *v) |
| PlotDataInfoPtr | Add (PlotDataPtr dataptr, bool fit=false) |
| PlotFunctionInfoPtr | Add (PlotFunctionPtr functionptr) |
| PlotGroupInfoPtr | Add (PlotGroupPtr groupptr, bool fit=false) |
| void | SetMinimumX (Real x) |
| void | SetMaximumX (Real x) |
| void | SetMinimumY (Real y) |
| void | SetMaximumY (Real y) |
| Real | GetMinimumX () const |
| Real | GetMaximumX () const |
| Real | GetMinimumY () const |
| Real | GetMaximumY () const |
| void | SetAutofit (bool fit=true) |
Definition at line 43 of file plot_viewer_proxy.hh.
| PlotViewerProxy | ( | ) |
| PlotViewerProxy | ( | PlotViewer * | v | ) |
| virtual ~PlotViewerProxy | ( | ) | [virtual] |
| PlotGroupInfoPtr Add | ( | PlotGroupPtr | groupptr, | |
| bool | fit = false | |||
| ) |
| PlotFunctionInfoPtr Add | ( | PlotFunctionPtr | functionptr | ) |
| PlotDataInfoPtr Add | ( | PlotDataPtr | dataptr, | |
| bool | fit = false | |||
| ) |
| Real GetMaximumX | ( | ) | const |
| Real GetMaximumY | ( | ) | const |
| Real GetMinimumX | ( | ) | const |
| Real GetMinimumY | ( | ) | const |
| void Release | ( | PlotViewer * | v | ) |
| void SetAutofit | ( | bool | fit = true |
) |
| void SetMaximumX | ( | Real | x | ) |
| void SetMaximumY | ( | Real | y | ) |
| void SetMinimumX | ( | Real | x | ) |
| void SetMinimumY | ( | Real | y | ) |
1.5.8