casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Slots
QtDS9RFWOptions Class Reference

Widget used for entering options specific to the DS9 format. More...

List of all members.

Public Member Functions

 QtDS9RFWOptions ()
 Constructor.
 ~QtDS9RFWOptions ()
 Destructor.
bool isCustomCoordinateSystem () const
 Returns true if the user picked a custom coordinate system, false if DS9RegionFileWriter::CSYS_INDIVIDUAL was chosen.
bool isPixelCoordinateSystem () const
 Returns true if the user picked a custom coordinate system and that system was DS9RegionFileWriter::CSYS_IMAGE, false otherwise.
String getCoordinateSystem () const
 Returns the selected coordinate system.
String getPositionUnits () const
 Returns the selected position units.
String getSizeUnits () const
 Returns the selected size units.
int getPrecision () const
 Returns the entered decimal precision.
String getComments () const
 Returned the entered comments.

Private Slots

void coordinateSystemChanged (int index)
 Enable/disable position and size unit chooser accordingly.

Detailed Description

Widget used for entering options specific to the DS9 format.

Definition at line 187 of file DS9FileWriter.qo.h.


Constructor & Destructor Documentation

Constructor.

Destructor.


Member Function Documentation

void QtDS9RFWOptions::coordinateSystemChanged ( int  index) [private, slot]

Enable/disable position and size unit chooser accordingly.

Returned the entered comments.

Returns the selected coordinate system.

This should only be used if customCoordinateSystem() and pixelCoordinateSystem() were both false. One of: DS9RegionFileWriter::CSYS_*

Returns the selected position units.

One of: DS9RegionFileWriter::UNIT_* or DS9RegionFileWriter::PUNIT_*

Returns the entered decimal precision.

Returns the selected size units.

One of: DS9RegionFileWriter::UNIT_* or DS9RegionFileWriter::SUNIT_*

Returns true if the user picked a custom coordinate system, false if DS9RegionFileWriter::CSYS_INDIVIDUAL was chosen.

Returns true if the user picked a custom coordinate system and that system was DS9RegionFileWriter::CSYS_IMAGE, false otherwise.


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