#include <oofGrphs.h>
Inheritance diagram for OOF_mixOverlayableGraph:


Just performs the data management for the overlay. Either overlay by specifying a single dbView to have one column of dbLong values or specify a number N saying the last N series of the original data are drawn as overlays.
Public Member Functions | |
| OOF_mixOverlayableGraph (unsigned long numOverlaid=0) | |
| virtual | ~OOF_mixOverlayableGraph () |
| void | setOverlaid (unsigned long numOverlaid) |
| void | setOverlayView (dbView *clonedView) |
| will become adoptedView in future | |
| void | setOverlayView (const dbView &clonedView) |
| dbView * | getOverlayView () const |
| unsigned long | getNumOverlaid () const |
Protected Attributes | |
| unsigned long | mNumOverlaid |
| Allow for items in the main view to be overlaid. | |
| dbView * | mOverlayView |
| OWNED Allow for adding another view (long) with an overlay in it. | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
will become adoptedView in future
|
|
|
Allow for items in the main view to be overlaid.
|
|
|
OWNED Allow for adding another view (long) with an overlay in it.
|
1.3.5