#include <PolarPlot.h>

Public Member Functions | |
| virtual std::list < ContextMenuAction > | getContextMenuActions () const =0 |
| virtual PolarGridlines * | getGridlines ()=0 |
| virtual const PolarGridlines * | getGridlines () const =0 |
Protected Member Functions | |
| virtual | ~PolarPlot () |
This subclass of Subject will notify upon the following conditions:
Definition at line 25 of file PolarPlot.h.
| virtual PolarPlot::~PolarPlot | ( | ) | [protected, virtual] |
This object should be destroyed by calling DesktopServices::deleteView().
Definition at line 59 of file PolarPlot.h.
| virtual std::list<ContextMenuAction> PolarPlot::getContextMenuActions | ( | ) | const [pure virtual] |
Returns the context menu actions available for this session item.
Implements SessionItem.
| virtual PolarGridlines* PolarPlot::getGridlines | ( | ) | [pure virtual] |
Returns a pointer to the plot's gridlines.
| virtual const PolarGridlines* PolarPlot::getGridlines | ( | ) | const [pure virtual] |
Returns read-only access to the plot's gridlines.