PolarPlot Class Reference

A polar plot. More...

#include <PolarPlot.h>

Inheritance diagram for PolarPlot:

Inheritance graph

List of all members.

Public Member Functions

virtual std::list
< ContextMenuAction
getContextMenuActions () const =0
virtual PolarGridlinesgetGridlines ()=0
virtual const PolarGridlinesgetGridlines () const =0

Protected Member Functions

virtual ~PolarPlot ()


Detailed Description

A polar plot.

This subclass of Subject will notify upon the following conditions:

See also:
PlotView

Definition at line 25 of file PolarPlot.h.


Constructor & Destructor Documentation

virtual PolarPlot::~PolarPlot (  )  [protected, virtual]

This object should be destroyed by calling DesktopServices::deleteView().

Definition at line 59 of file PolarPlot.h.


Member Function Documentation

virtual std::list<ContextMenuAction> PolarPlot::getContextMenuActions (  )  const [pure virtual]

Returns the context menu actions available for this session item.

Returns:
The list of context menu actions that should be displayed when the user right-clicks on a widget displaying or containing the session item.
See also:
ContextMenuAction

Default Implementation:
The default implementation returns the context menu actions listed here. The default actions can be removed or additional actions can be added by attaching to the signalAboutToShowContextMenu() signal.

Implements SessionItem.

virtual PolarGridlines* PolarPlot::getGridlines (  )  [pure virtual]

Returns a pointer to the plot's gridlines.

Returns:
A pointer to the plot's gridlines object.

virtual const PolarGridlines* PolarPlot::getGridlines (  )  const [pure virtual]

Returns read-only access to the plot's gridlines.

Returns:
A const pointer to the plot's gridlines object. The plot object represented by the returned pointer should not be modified. To modify the values, call the non-const version of getGridlines().


Software Development Kit - Opticks 4.9.0 Build 16218