casa
5.7.0-16
|
Note: The purpose of the SpecFitMonitor interface is to provide a communications interface between the class doing spectral line fitting and this class. More...
#include <QtProfile.qo.h>
Classes | |
class | spectra_info |
Public Types | |
enum | ExtrType { MEAN, MEDIAN, SUM, MSE, RMSE, SQRTSUM, NSQRTSUM, FLUX, EFLUX } |
enum | PlotType { PMEAN, PMEDIAN, PSUM, PFLUX } |
enum | ErrorType { PNOERROR, PERMSE, PPROPAG } |
typedef std::pair< QString, std::shared_ptr < casacore::ImageInterface < float > > > | OverplotInterface |
Public Types inherited from casa::ProfileTaskMonitor | |
enum | PURPOSE { SPECTROSCOPY, MOMENTS_COLLAPSE } |
Public Slots | |
void | zoomIn () |
void | zoomOut () |
void | zoomNeutral () |
void | print () |
void | saveGraphic () |
void | printExp () |
void | saveExp () |
void | exportProfile () |
void | up () |
void | down () |
void | left () |
void | right () |
void | preferences () |
void | frameChanged (int) |
void | setPreferences (bool stateAutoX, bool stateAutoY, int showGrid, int stateMProf, int stateRel, bool showToolTips, bool showTopAxis, bool displayStepFunction, bool opticalFitter, bool showChannelLine, bool singleChannelImage) |
void | curveColorPreferences () |
void | legendPreferences () |
void | togglePalette (int modeIndex) |
void | setPlotError (int) |
void | changeCoordinate (const QString &text) |
void | changeFrame (const QString &text) |
void | changeCoordinateType (const QString &text) |
void | changeTopAxisCoordinateType (const QString &text) |
virtual void | closeEvent (QCloseEvent *) |
void | resetProfile (std::shared_ptr< casacore::ImageInterface< float > > img, const char *name=0) |
void | wcChanged (const casacore::String, const casacore::Vector< double >, const casacore::Vector< double >, const casacore::Vector< double >, const casacore::Vector< double >, const ProfileType) |
void | redraw () |
void | changePlotType (const QString &text) |
void | changeErrorType (const QString &text) |
void | changeAxis (casacore::String xa, casacore::String ya, casacore::String za, std::vector< int >) |
void | changeSpectrum (casacore::String spcTypeUnit, casacore::String spcRval, casacore::String spcSys) |
void | plotMainCurve () |
void | clearPlots () |
void | setCollapseRange (double xmin, double xmax) |
void | overplot (QList< OverplotInterface >) |
void | newRegion (int, const QString &shape, const QString &name, const QList< double > &world_x, const QList< double > &world_y, const QList< int > &pixel_x, const QList< int > &pixel_y, const QString &linecolor, const QString &text, const QString &font, int fontsize, int fontstyle) |
void | updateRegion (int, viewer::region::RegionChanges, const QList< double > &world_x, const QList< double > &world_y, const QList< int > &pixel_x, const QList< int > &pixel_y) |
void | pixelsChanged (int, int) |
void | clearPaletteModes () |
bool | isImageSupported (std::shared_ptr< casacore::ImageInterface< float > > img) |
Returns whether or not the image can be profiled. More... | |
Signals | |
void | hideProfile () |
void | coordinateChange (const casacore::String &) |
void | showCollapsedImg (casacore::String path, casacore::String dataType, casacore::String displayType, bool autoRegister, bool tmpData, std::shared_ptr< casacore::ImageInterface< float > > img) |
void | channelSelect (int channelIndex) |
void | adjustPosition (double tlcx, double tlcy, double brcx, double brcy) |
void | movieChannel (int startChannel, int endChannel) |
void | reloadImages () |
Public Member Functions | |
QtProfile (std::shared_ptr< casacore::ImageInterface< float > > img, const char *name=0, QWidget *parent=0, std::string rcstr="prf") | |
~QtProfile () | |
casacore::MFrequency::Types | determineRefFrame (std::shared_ptr< casacore::ImageInterface< float > > img, bool check_native_frame=false) |
virtual std::string | rcid () const |
void | setPath (QString filePath) |
void | setPurpose (ProfileTaskMonitor::PURPOSE purpose) |
Allows the profiler to come up specialized to do spectroscopy or another task. More... | |
void | postStatus (casacore::String status) |
These methods are from the ProfileTaskMoniter interface. More... | |
casacore::Vector< float > | getXValues () const |
casacore::Vector< float > | getYValues () const |
casacore::Vector< float > | getZValues () const |
casacore::Vector< double > | getRegionXValues () const |
casacore::Vector< double > | getRegionYValues () const |
QString | getYUnit () const |
QString | getYUnitPrefix () const |
casacore::String | getXAxisUnit () const |
QString | getFileName () const |
QString | getImagePath () const |
casacore::String | getRegionShape () const |
std::shared_ptr< const casacore::ImageInterface < float > > | getImage (const QString &imageName="") const |
virtual bool | getBeamInfo (const QString &curveName, double &beamAngle, double &beamArea) const |
void | getPixelBounds (casacore::Vector< double > &pixelX, casacore::Vector< double > &pixelY) const |
void | persist (const QString &key, const QString &value) |
Specific to Moments. More... | |
QString | read (const QString &key) const |
void | imageCollapsed (casacore::String path, casacore::String dataType, casacore::String displayType, bool autoRegister, bool tmpData, std::shared_ptr< casacore::ImageInterface< float > > img) |
void | setPosition (const QList< double > &xValues, const QList< double > &yValues) |
Specific to Spectrum Position setting. More... | |
void | processTrackRecord (const casacore::String &dataName, const casacore::String &positionInfo) |
virtual casacore::MFrequency::Types | getReferenceFrame () const |
QString | getBrightnessUnit (std::shared_ptr< casacore::ImageInterface< float > > img) const |
Public Member Functions inherited from casa::ProfileTaskMonitor | |
ProfileTaskMonitor () | |
virtual void | plotMainCurve ()=0 |
virtual | ~ProfileTaskMonitor () |
Static Public Member Functions | |
static const casacore::String & | SHAPE_ELLIPSE () |
static const casacore::String & | SHAPE_RECTANGLE () |
static const casacore::String & | SHAPE_POINT () |
static const casacore::String & | SHAPE_POLY () |
static const QString & | FREQUENCY () |
static const QString & | CHANNEL () |
Private Types | |
typedef std::map< int, spectra_info > | SpectraInfoMap |
Private Slots | |
void | changeTopAxis () |
void | updateXAxisLabel (const QString &text, QtPlotSettings::AxisIndex axisIndex) |
void | setDisplayYUnits (const QString &unitStr) |
void | channelSelect (float xval) |
void | channelRangeSelect (float channelStart, float channelEnd) |
void | showSmoothingPreferences () |
void | replotCurves () |
Private Member Functions | |
void | stringToPlotType (const QString &text, QtProfile::PlotType &pType) |
void | stringToErrorType (const QString &text, QtProfile::ErrorType &eType) |
void | fillPlotTypes (const std::shared_ptr< casacore::ImageInterface< float > > img) |
void | getcoordTypeUnit (casacore::String &ctypeUnitStr, casacore::String &cTypeStr, casacore::String &unitStr) |
void | printIt (QPrinter *) |
bool | exportASCIISpectrum (QString &fn) |
bool | exportFITSSpectrum (QString &fn) |
void | messageFromProfile (QString &msg) |
void | setUnitsText (casacore::String unitStr) |
void | resetYUnits (const QString &units) |
void | outputCurve (int k, QTextStream &ts, float scaleFactor) |
int | getFreqProfileTabularIndex (std::shared_ptr< const casacore::ImageInterface< float > > img) |
casacore::SpectralCoordinate | resetTabularConversion (std::shared_ptr< const casacore::ImageInterface< float > > imagePtr, bool &valid) |
bool | isSpectralAxis () const |
void | initializeSpectralProperties () |
casacore::SpectralCoordinate | getSpectralAxis (std::shared_ptr< const casacore::ImageInterface< float > > imagePtr, bool &valid) |
void | resetXUnits (bool spectralAxis) |
void | updateSpectralReferenceFrame () |
int | computeCB (const casacore::String &xa, const casacore::String &ya, const casacore::String &za) |
void | getBeamInfo (std::shared_ptr< const casacore::ImageInterface< float > > imagePtr, double &beamArea, double &beamSolidAngle) const |
casacore::SpectralCoordinate | getSpectralCoordinate (std::shared_ptr< const casacore::ImageInterface< float > > imagePtr, bool &valid) |
bool | parseRestFrequency (const casacore::String &restStr, casacore::Quantity &result) const |
bool | generateProfile (casacore::Vector< float > &resultXValues, casacore::Vector< float > &resultYValues, std::shared_ptr< casacore::ImageInterface< float > > imagePtr, const casacore::Vector< double > ®ionX, const casacore::Vector< double > ®ionY, casacore::String shape, QtProfile::ExtrType combineType, casacore::String &unit, const casacore::String &coordinateType, int qualityAxis, casacore::String restFreq="", const casacore::String &frame="") |
pair< casacore::Vector< float > , casacore::Vector< float > > | convertIntensity (const casacore::Vector< float > &sourceXVals, const casacore::Vector< float > &sourceYVals, std::shared_ptr< casacore::ImageInterface< float > > imagePtr, const QString &xUnits, const QString &yUnitsOld, const QString &yUnitsNew) |
void | saveAsPDF (const QString &fileName) |
bool | isAxisAscending (const casacore::Vector< float > &axisValues) const |
Returns false if first vector value is greater than the last vector value; otherwise returns true. More... | |
bool | isVelocityUnit (const QString &unit) const |
bool | isFrequencyUnit (const QString &unit) const |
bool | isWavelengthUnit (const QString &unit) const |
void | setTitle (const QString &shape) |
void | setTitle (const ProfileType ptype) |
void | copyToLastEvent (const casacore::String &c, const casacore::Vector< double > &px, const casacore::Vector< double > &py, const casacore::Vector< double > &wx, const casacore::Vector< double > &wy) |
void | setPlotType (int wcArraySize) |
bool | checkCube () |
void | assignCoordinate (const casacore::String &c) |
void | initializeCoordinateVectors (const casacore::Vector< double > &px, const casacore::Vector< double > &py, const casacore::Vector< double > &wx, const casacore::Vector< double > &wy, casacore::Vector< double > &pxv, casacore::Vector< double > &pyv, casacore::Vector< double > &wxv, casacore::Vector< double > &wyv) const |
void | setPositionStatus (const casacore::Vector< double > &pxv, const casacore::Vector< double > &pyv, const casacore::Vector< double > &wxv, const casacore::Vector< double > &wyv) |
bool | assignFrequencyProfile (const casacore::Vector< double > &wxv, const casacore::Vector< double > &wyv, const casacore::String &coordinateType, casacore::String &xAxisUnit, casacore::Vector< float > &z_xval, casacore::Vector< float > &z_yval, const casacore::String &shape) |
bool | setErrorPlotting (const casacore::Vector< double > &wxv, const casacore::Vector< double > &wyv) |
void | storeCoordinates (const casacore::Vector< double > pxv, const casacore::Vector< double > pyv, const casacore::Vector< double > wxv, const casacore::Vector< double > wyv) |
void | addCanvasMainCurve (const casacore::Vector< float > &xVals, const casacore::Vector< float > &yVals, const QString &label, double beamAngle, double beamArea, casacore::SpectralCoordinate coord) |
bool | adjustTopAxisSettings () |
void | initializeXAxisUnits () |
void | setXAxisUnits () |
void | initSmoothing () |
void | setPixelCanvasYUnits (const QString &yUnitPrefix, const QString &yUnit) |
void | toggleAction (QAction *action) |
int | scaleAxis () |
void | addImageAnalysisGraph (const casacore::Vector< double > &wxv, const casacore::Vector< double > &wyv, int ordersOfM) |
void | initializeSolidAngle () const |
QString | getRaDec (double x, double y) |
Conversion. More... | |
int | findNearestChannel (float xval) const |
Finds the channel index closest to the passed in value. More... | |
void | initPreferences () |
void | updateAxisUnitCombo (const QString &textToMatch, QComboBox *axisUnitCombo) |
void | setYUnitConversionVisibility (bool visible) |
bool | isXUnitsMatch (const QString &matchUnits) |
For deciding whether or not it makes sense to show the top axis when multiple images are loaded. More... | |
bool | isFrequencyMatch () |
bool | isVelocityMatch () |
int | getChannelCount (std::shared_ptr< casacore::ImageInterface< float > > &img) |
std::shared_ptr < casacore::ImageInterface < float > > | findImageWithMaximumChannels () |
void | restrictTopAxisOptions (bool restrictOptions, const QString &bottomUnits, bool allowFrequency=true, bool allowVelocity=true) |
double | getUnitsPerChannel (std::shared_ptr< casacore::ImageInterface< float > > img, bool *ok, const QString &matchUnits) |
QString | readTopAxis () const |
void | persistTopAxis (const QString &units) |
void | assignProfileType (const casacore::String &shape, int regionPointCount) |
void | addOverplotToCanvas (std::shared_ptr< casacore::ImageInterface< float > > imagePtr, const casacore::Vector< float > &xVals, const casacore::Vector< float > &yVals, const QString &ky) |
bool | isProfileChanged (const casacore::String &c, const casacore::Vector< double > &px, const casacore::Vector< double > &py, const casacore::Vector< double > &wx, const casacore::Vector< double > &wy, const ProfileType pType) |
bool | _generateProfile (casacore::Vector< float > &resultXValues, casacore::Vector< float > &resultYValues, std::shared_ptr< const casacore::ImageInterface< float > > imagePtr, const casacore::Vector< double > ®ionX, const casacore::Vector< double > ®ionY, casacore::String shape, QtProfile::ExtrType combineType, casacore::String &unit, const casacore::String &coordinateType, casacore::String restFreq, const casacore::String &frame) |
bool | customizeSpectralReferenceFrame (const QString &specialType) |
Handle custom spectral reference frames such as REST and Undefined for which conversions are not possible. More... | |
pair< double, double > | getMaximumTemperature () |
void | postConversionWarning (QString unitStr) |
void | adjustPlotUnits () |
Static Private Member Functions | |
static const QString & | PLOT_TYPE_FLUX () |
static const QString & | PLOT_TYPE_MEAN () |
static const QString & | PLOT_TYPE_MEDIAN () |
static const QString & | PLOT_TYPE_SUM () |
static const QString & | VELOCITY () |
static const QString & | OPTICAL () |
static const QString & | AIR () |
static const QString & | FRAME_REST () |
static const QString & | FRAME_NONE () |
static const QString & | PERSIST_FREQUENCY_BOTTOM () |
static const QString & | PERSIST_FREQUENCY_TOP () |
static const QString & | IMAGE_MISSING_ERROR () |
static const QString & | MISSING_REGION_ERROR () |
static const QString & | NO_PROFILE_ERROR () |
static const QString & | REGION_ELLIPSE () |
static const QString & | REGION_RECTANGLE () |
static const QString & | REGION_POINT () |
static const QString & | REGION_POLY () |
Static Private Attributes | |
static bool | topAxisDefaultSet |
Note: The purpose of the SpecFitMonitor interface is to provide a communications interface between the class doing spectral line fitting and this class.
By using an interface, we can decouple this class and the class doing the work of spectral fitting as much as possible.
Definition at line 93 of file QtProfile.qo.h.
typedef std::pair<QString, std::shared_ptr<casacore::ImageInterface<float> > > casa::QtProfile::OverplotInterface |
Definition at line 170 of file QtProfile.qo.h.
|
private |
Definition at line 544 of file QtProfile.qo.h.
Enumerator | |
---|---|
PNOERROR | |
PERMSE | |
PPROPAG |
Definition at line 117 of file QtProfile.qo.h.
Enumerator | |
---|---|
MEAN | |
MEDIAN | |
SUM | |
MSE | |
RMSE | |
SQRTSUM | |
NSQRTSUM | |
FLUX | |
EFLUX |
Definition at line 97 of file QtProfile.qo.h.
Enumerator | |
---|---|
PMEAN | |
PMEDIAN | |
PSUM | |
PFLUX |
PVRMSE,. |
Definition at line 109 of file QtProfile.qo.h.
casa::QtProfile::QtProfile | ( | std::shared_ptr< casacore::ImageInterface< float > > | img, |
const char * | name = 0 , |
||
QWidget * | parent = 0 , |
||
std::string | rcstr = "prf" |
||
) |
casa::QtProfile::~QtProfile | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
signal |
|
private |
|
inlinestaticprivate |
Definition at line 473 of file QtProfile.qo.h.
|
private |
|
private |
|
private |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
privateslot |
|
slot |
|
inlinestatic |
Definition at line 192 of file QtProfile.qo.h.
|
privateslot |
|
signal |
|
privateslot |
|
private |
|
slot |
|
slot |
|
virtualslot |
|
private |
|
private |
|
signal |
|
private |
|
slot |
|
private |
Handle custom spectral reference frames such as REST and Undefined for which conversions are not possible.
casacore::MFrequency::Types casa::QtProfile::determineRefFrame | ( | std::shared_ptr< casacore::ImageInterface< float > > | img, |
bool | check_native_frame = false |
||
) |
|
slot |
|
private |
|
private |
|
slot |
|
private |
|
private |
|
private |
Finds the channel index closest to the passed in value.
|
inlinestaticprivate |
Definition at line 481 of file QtProfile.qo.h.
|
inlinestaticprivate |
Definition at line 477 of file QtProfile.qo.h.
|
slot |
|
inlinestatic |
Definition at line 188 of file QtProfile.qo.h.
|
private |
|
virtual |
Implements casa::ProfileTaskMonitor.
|
private |
QString casa::QtProfile::getBrightnessUnit | ( | std::shared_ptr< casacore::ImageInterface< float > > | img | ) | const |
|
private |
|
private |
|
virtual |
Implements casa::ProfileTaskMonitor.
|
private |
|
virtual |
Implements casa::ProfileTaskMonitor.
|
virtual |
Implements casa::ProfileTaskMonitor.
|
private |
|
virtual |
Implements casa::ProfileTaskMonitor.
|
private |
Conversion.
|
virtual |
Implements casa::ProfileTaskMonitor.
|
virtual |
Implements casa::ProfileTaskMonitor.
|
virtual |
Implements casa::ProfileTaskMonitor.
|
virtual |
Implements casa::ProfileTaskMonitor.
|
private |
|
privatevirtual |
Implements casa::ProfileTaskMonitor.
|
private |
|
virtual |
Implements casa::ProfileTaskMonitor.
|
virtual |
Implements casa::ProfileTaskMonitor.
|
virtual |
Implements casa::ProfileTaskMonitor.
|
virtual |
Implements casa::ProfileTaskMonitor.
|
virtual |
Implements casa::ProfileTaskMonitor.
|
virtual |
Implements casa::ProfileTaskMonitor.
|
signal |
|
inlinestaticprivate |
Definition at line 493 of file QtProfile.qo.h.
|
virtual |
Implements casa::ProfileTaskMonitor.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Returns false if first vector value is greater than the last vector value; otherwise returns true.
|
private |
|
private |
|
slot |
Returns whether or not the image can be profiled.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
For deciding whether or not it makes sense to show the top axis when multiple images are loaded.
|
slot |
|
slot |
|
private |
|
inlinestaticprivate |
Definition at line 497 of file QtProfile.qo.h.
|
signal |
|
slot |
|
inlinestaticprivate |
Definition at line 504 of file QtProfile.qo.h.
|
inlinestaticprivate |
Definition at line 469 of file QtProfile.qo.h.
|
private |
|
slot |
|
private |
|
virtual |
Specific to Moments.
Implements casa::ProfileTaskMonitor.
|
inlinestaticprivate |
Definition at line 485 of file QtProfile.qo.h.
|
inlinestaticprivate |
Definition at line 489 of file QtProfile.qo.h.
|
private |
|
slot |
|
inlinestaticprivate |
Definition at line 448 of file QtProfile.qo.h.
|
inlinestaticprivate |
Definition at line 452 of file QtProfile.qo.h.
|
inlinestaticprivate |
Definition at line 456 of file QtProfile.qo.h.
|
inlinestaticprivate |
Definition at line 460 of file QtProfile.qo.h.
|
slot |
|
private |
|
virtual |
These methods are from the ProfileTaskMoniter interface.
Their purpose is to provide the class doing the spectral profile fitting with initial input values, to inform this class of status and log messages indicated the result of a spectral fit, and to perform moments/collapsing.
Implements casa::ProfileTaskMonitor.
|
slot |
|
slot |
|
slot |
|
private |
void casa::QtProfile::processTrackRecord | ( | const casacore::String & | dataName, |
const casacore::String & | positionInfo | ||
) |
|
inlinevirtual |
Definition at line 131 of file QtProfile.qo.h.
References rcid_.
|
virtual |
Implements casa::ProfileTaskMonitor.
|
private |
|
slot |
|
inlinestaticprivate |
Definition at line 509 of file QtProfile.qo.h.
|
inlinestaticprivate |
Definition at line 517 of file QtProfile.qo.h.
|
inlinestaticprivate |
Definition at line 521 of file QtProfile.qo.h.
|
inlinestaticprivate |
Definition at line 513 of file QtProfile.qo.h.
|
signal |
|
privateslot |
|
slot |
|
private |
|
private |
|
private |
|
private |
|
slot |
|
private |
|
slot |
|
slot |
|
private |
|
slot |
|
privateslot |
|
private |
|
inline |
Definition at line 134 of file QtProfile.qo.h.
References imagePath.
|
private |
|
slot |
|
private |
|
virtual |
Specific to Spectrum Position setting.
Implements casa::ProfileTaskMonitor.
|
private |
|
slot |
|
virtual |
Allows the profiler to come up specialized to do spectroscopy or another task.
Implements casa::ProfileTaskMonitor.
|
private |
|
private |
|
private |
|
private |
|
private |
|
inlinestatic |
Definition at line 172 of file QtProfile.qo.h.
|
inlinestatic |
Definition at line 180 of file QtProfile.qo.h.
|
inlinestatic |
Definition at line 184 of file QtProfile.qo.h.
|
inlinestatic |
Definition at line 176 of file QtProfile.qo.h.
|
signal |
|
privateslot |
|
private |
|
private |
|
private |
|
private |
|
slot |
|
slot |
|
private |
|
slot |
|
private |
|
privateslot |
|
inlinestaticprivate |
Definition at line 465 of file QtProfile.qo.h.
|
slot |
|
slot |
|
slot |
|
slot |
|
private |
Definition at line 551 of file QtProfile.qo.h.
|
private |
Definition at line 395 of file QtProfile.qo.h.
|
private |
Definition at line 396 of file QtProfile.qo.h.
|
private |
Rest frequency quantity and unit.
Definition at line 402 of file QtProfile.qo.h.
|
private |
Definition at line 398 of file QtProfile.qo.h.
|
private |
Definition at line 413 of file QtProfile.qo.h.
|
private |
Definition at line 546 of file QtProfile.qo.h.
|
private |
Definition at line 404 of file QtProfile.qo.h.
|
private |
Definition at line 556 of file QtProfile.qo.h.
|
private |
Definition at line 363 of file QtProfile.qo.h.
|
private |
Definition at line 405 of file QtProfile.qo.h.
Referenced by setPath().
|
private |
Definition at line 438 of file QtProfile.qo.h.
|
private |
Definition at line 441 of file QtProfile.qo.h.
|
private |
Definition at line 437 of file QtProfile.qo.h.
|
private |
Definition at line 428 of file QtProfile.qo.h.
|
private |
Definition at line 429 of file QtProfile.qo.h.
|
private |
Definition at line 429 of file QtProfile.qo.h.
|
private |
Definition at line 430 of file QtProfile.qo.h.
|
private |
Definition at line 430 of file QtProfile.qo.h.
|
private |
Definition at line 423 of file QtProfile.qo.h.
|
private |
Definition at line 423 of file QtProfile.qo.h.
|
private |
Definition at line 549 of file QtProfile.qo.h.
|
private |
Definition at line 424 of file QtProfile.qo.h.
|
private |
Definition at line 424 of file QtProfile.qo.h.
|
private |
Definition at line 552 of file QtProfile.qo.h.
|
private |
Definition at line 443 of file QtProfile.qo.h.
|
private |
Definition at line 557 of file QtProfile.qo.h.
|
private |
Definition at line 545 of file QtProfile.qo.h.
|
private |
Definition at line 415 of file QtProfile.qo.h.
|
private |
Definition at line 416 of file QtProfile.qo.h.
|
private |
Definition at line 442 of file QtProfile.qo.h.
|
private |
Definition at line 393 of file QtProfile.qo.h.
|
private |
Definition at line 553 of file QtProfile.qo.h.
|
private |
Definition at line 406 of file QtProfile.qo.h.
|
private |
Definition at line 554 of file QtProfile.qo.h.
|
private |
Definition at line 548 of file QtProfile.qo.h.
|
private |
connection to rc file
Definition at line 433 of file QtProfile.qo.h.
|
private |
|
private |
Definition at line 426 of file QtProfile.qo.h.
|
private |
Definition at line 445 of file QtProfile.qo.h.
|
private |
Definition at line 444 of file QtProfile.qo.h.
|
private |
Definition at line 555 of file QtProfile.qo.h.
|
private |
Definition at line 399 of file QtProfile.qo.h.
|
private |
Definition at line 547 of file QtProfile.qo.h.
|
private |
Definition at line 418 of file QtProfile.qo.h.
|
private |
Definition at line 419 of file QtProfile.qo.h.
|
staticprivate |
Definition at line 446 of file QtProfile.qo.h.
|
private |
Definition at line 394 of file QtProfile.qo.h.
|
private |
Definition at line 397 of file QtProfile.qo.h.
|
private |
Definition at line 411 of file QtProfile.qo.h.
|
private |
Holds the available x-axis units.
Definition at line 410 of file QtProfile.qo.h.
|
private |
Definition at line 412 of file QtProfile.qo.h.
|
private |
Definition at line 407 of file QtProfile.qo.h.
|
private |
Definition at line 408 of file QtProfile.qo.h.
|
private |
Definition at line 425 of file QtProfile.qo.h.
|
private |
Definition at line 421 of file QtProfile.qo.h.
|
private |
Definition at line 422 of file QtProfile.qo.h.