casa
$Rev:20696$
|
#include <QtMWCTools.qo.h>
Public Member Functions | |
QtMWCTool () | |
virtual | ~QtMWCTool () |
virtual void | setCoordType (const String &t) |
Protected Attributes | |
String | coordType |
Definition at line 54 of file QtMWCTools.qo.h.
casa::QtMWCTool::QtMWCTool | ( | ) | [inline] |
Definition at line 58 of file QtMWCTools.qo.h.
virtual casa::QtMWCTool::~QtMWCTool | ( | ) | [inline, virtual] |
Definition at line 59 of file QtMWCTools.qo.h.
virtual void casa::QtMWCTool::setCoordType | ( | const String & | t | ) | [inline, virtual] |
cout << "Object=" << objectName().toStdString() << " setCoordType: coordType=" << coordType << " t=" << t << endl;
Reimplemented in casa::QtPVTool, casa::QtCrossTool, casa::QtRectTool, casa::QtEllipseTool, casa::QtPolylineTool, and casa::QtPolyTool.
Definition at line 64 of file QtMWCTools.qo.h.
References coordType.
String casa::QtMWCTool::coordType [protected] |
Definition at line 61 of file QtMWCTools.qo.h.
Referenced by setCoordType().