casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
casa::viewer::PointMarkerState Class Reference

used to pass point specific marker information (marker type and scaling) to generic region creation routines RegionTool::create(...) More...

#include <Region.qo.h>

Inheritance diagram for casa::viewer::PointMarkerState:
VOID

Public Member Functions

 PointMarkerState (QtMouseToolNames::PointRegionSymbols t, int s)
 
QtMouseToolNames::PointRegionSymbols type () const
 
int scale () const
 
- Public Member Functions inherited from VOID
 VOID (const std::string &str)
 
virtual ~VOID ()
 
virtual std::string id () const
 

Private Attributes

QtMouseToolNames::PointRegionSymbols type_
 
int scale_
 

Detailed Description

used to pass point specific marker information (marker type and scaling) to generic region creation routines RegionTool::create(...)

Definition at line 586 of file Region.qo.h.

Constructor & Destructor Documentation

casa::viewer::PointMarkerState::PointMarkerState ( QtMouseToolNames::PointRegionSymbols  t,
int  s 
)
inline

Definition at line 588 of file Region.qo.h.

Member Function Documentation

int casa::viewer::PointMarkerState::scale ( ) const
inline

Definition at line 592 of file Region.qo.h.

QtMouseToolNames::PointRegionSymbols casa::viewer::PointMarkerState::type ( ) const
inline

Definition at line 589 of file Region.qo.h.

Member Data Documentation

int casa::viewer::PointMarkerState::scale_
private

Definition at line 597 of file Region.qo.h.

QtMouseToolNames::PointRegionSymbols casa::viewer::PointMarkerState::type_
private

Definition at line 596 of file Region.qo.h.


The documentation for this class was generated from the following file: