Namespaces |
| namespace | casa |
| | ----------------------------------------------------------------------------- Start of casa namespace -----------------------------------------------------------------------------
|
| namespace | casa::QtMouseToolNames |
Enumerations |
| enum | { casa::QtMouseToolNames::nTools
} |
| enum | casa::QtMouseToolNames::PointRegionSymbols {
casa::QtMouseToolNames::SYM_DOT,
casa::QtMouseToolNames::SYM_DOWN_RIGHT_ARROW,
casa::QtMouseToolNames::SYM_DOWN_LEFT_ARROW,
casa::QtMouseToolNames::SYM_UP_RIGHT_ARROW,
casa::QtMouseToolNames::SYM_UP_LEFT_ARROW,
casa::QtMouseToolNames::SYM_PLUS,
casa::QtMouseToolNames::SYM_X,
casa::QtMouseToolNames::SYM_CIRCLE,
casa::QtMouseToolNames::SYM_DIAMOND,
casa::QtMouseToolNames::SYM_SQUARE,
casa::QtMouseToolNames::SYM_POINT_REGION_COUNT,
casa::QtMouseToolNames::SYM_UNKNOWN
} |
Functions |
| int | casa::QtMouseToolNames::toolIndex (std::string tool) |
| | Return index of named tool within the master list.
|
| std::string | casa::QtMouseToolNames::toolName (int toolindex) |
| std::string | casa::QtMouseToolNames::longName (std::string tool) |
| std::string | casa::QtMouseToolNames::iconName (std::string tool) |
| std::string | casa::QtMouseToolNames::help (std::string tool) |
| std::string | casa::QtMouseToolNames::pointRegionSymbolIcon (PointRegionSymbols, int button=-1) |
| std::string | casa::QtMouseToolNames::pointRegionSymbolRc (PointRegionSymbols) |
Variables |
| const std::string | casa::QtMouseToolNames::ZOOM |
| const std::string | casa::QtMouseToolNames::PAN |
| const std::string | casa::QtMouseToolNames::SHIFTSLOPE |
| const std::string | casa::QtMouseToolNames::BRIGHTCONTRAST |
| const std::string | casa::QtMouseToolNames::POINT |
| const std::string | casa::QtMouseToolNames::RECTANGLE |
| const std::string | casa::QtMouseToolNames::ELLIPSE |
| const std::string | casa::QtMouseToolNames::POLYGON |
| const std::string | casa::QtMouseToolNames::POLYLINE |
| const std::string | casa::QtMouseToolNames::RULERLINE |
| const std::string | casa::QtMouseToolNames::POSITIONVELOCITY |
| const std::string | casa::QtMouseToolNames::MULTICROSSHAIR |
| const std::string | casa::QtMouseToolNames::ANNOTATIONS |
| const std::string | casa::QtMouseToolNames::NONE |
| const std::string | casa::QtMouseToolNames::tools [nTools+1] |
| const std::string | casa::QtMouseToolNames::longnames [nTools+1] |
| const std::string | casa::QtMouseToolNames::helptexts [nTools+1] |
| std::string | casa::QtMouseToolNames::iconnames [nTools+1] |