#include <RegionCreator.h>
|
virtual void | revokeRegion (Region *)=0 |
| called when the user indicates that a region should be deleted... More...
|
|
virtual const std::set
< region::RegionTypes > & | regionsCreated () const =0 |
| returns the set of region types which this creator will create More...
|
|
virtual bool | create (region::RegionTypes, WorldCanvas *, const std::vector< std::pair< double, double > > &, const std::string &, viewer::region::TextPosition, const std::vector< int > &, const std::string &, int, int, const std::string &, const std::string &, viewer::region::LineStyle, unsigned int, bool, VOID *)=0 |
|
| RegionCreator () |
| DISPLAY_PURE_VIRTUAL(RegionCreator::create,true);. More...
|
|
virtual | ~RegionCreator () |
|
Definition at line 14 of file RegionCreator.h.
casa::viewer::RegionCreator::RegionCreator |
( |
| ) |
|
virtual casa::viewer::RegionCreator::~RegionCreator |
( |
| ) |
|
|
virtual |
virtual bool casa::viewer::RegionCreator::create |
( |
region::RegionTypes |
, |
|
|
WorldCanvas * |
, |
|
|
const std::vector< std::pair< double, double > > & |
, |
|
|
const std::string & |
, |
|
|
viewer::region::TextPosition |
, |
|
|
const std::vector< int > & |
, |
|
|
const std::string & |
, |
|
|
int |
, |
|
|
int |
, |
|
|
const std::string & |
, |
|
|
const std::string & |
, |
|
|
viewer::region::LineStyle |
, |
|
|
unsigned |
int, |
|
|
bool |
, |
|
|
VOID * |
|
|
) |
| |
|
pure virtual |
virtual const std::set<region::RegionTypes>& casa::viewer::RegionCreator::regionsCreated |
( |
| ) |
const |
|
pure virtual |
virtual void casa::viewer::RegionCreator::revokeRegion |
( |
Region * |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: