#include <Plot2d_Prs.h>

Public Member Functions | |
| Plot2d_Prs (bool theDelete=false) | |
| Plot2d_Prs (Plot2d_Object *obj, bool theDelete=false) | |
| ~Plot2d_Prs () | |
| objectList | getObjects () const |
| void | AddObject (Plot2d_Object *obj) |
| bool | IsNull () const |
| bool | isSecondY () const |
| void | setAutoDel (bool theDel) |
Protected Attributes | |
| objectList | myObjects |
| bool | mySecondY |
| bool | myIsAutoDel |
| Plot2d_Prs::Plot2d_Prs | ( | bool | theDelete = false | ) |
Default constructor
| Plot2d_Prs::Plot2d_Prs | ( | Plot2d_Object * | obj, |
| bool | theDelete = false |
||
| ) |
Standard constructor
References AddObject().
| Plot2d_Prs::~Plot2d_Prs | ( | ) |
Destructor
References myIsAutoDel, and myObjects.
| objectList Plot2d_Prs::getObjects | ( | ) | const |
Get objects list
References myObjects.
| void Plot2d_Prs::AddObject | ( | Plot2d_Object * | obj | ) |
Add curve
References Plot2d_Object.getYAxis(), myObjects, and mySecondY.
| bool Plot2d_Prs::IsNull | ( | ) | const |
Reimplemented in SPlot2d_Prs.
References myObjects.
| bool Plot2d_Prs::isSecondY | ( | ) | const |
References mySecondY.
| void Plot2d_Prs::setAutoDel | ( | bool | theDel | ) |
References myIsAutoDel.
objectList Plot2d_Prs.myObjects [protected] |
bool Plot2d_Prs.mySecondY [protected] |
bool Plot2d_Prs.myIsAutoDel [protected] |