Engauge Digitizer  2
 All Classes Files Functions Variables Enumerations Enumerator Friends Pages
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
oCBackgroundStateAbstractBaseBackground image state machine state base class
oCBackgroundStateContextContext class that manages the background image state machine
oCCallbackAddPointsInCurvesGraphsCallback that is used when iterating through a read-only CurvesGraphs to add corresponding points in Document
oCCallbackAxesCheckerFromAxesPointsCallback for positioning the axes indicator according to the axes points
oCCallbackAxisPointsAbstractCallback for collecting axis points and then performing common calculations on those axis points
oCCallbackBoundingRectsCallback for computing the bounding rectangles of the screen and graph coordinates of the points in the Document
oCCallbackGatherXThetaValuesFunctionsCallback for collecting X/Theta independent variables, for functions, in preparation for exporting
oCCallbackNextOrdinalCallback for computing the next ordinal for a new point
oCCallbackPointOrdinalCallback for computing the ordinal for a specified point, as a function of the LineStyle and curve geometry
oCCallbackRemovePointsInCurvesGraphsCallback that is used when iterating through a read-only CurvesGraphs to remove corresponding points in Document
oCCallbackSceneUpdateAfterCommandCallback for updating the QGraphicsItems in the scene after a command may have modified Points in Curves
oCCheckerBox shape that is drawn through the three axis points, to temporarily (usually) or permanently (rarely) highlight the local up/down/left/right directions when all axis points have been defined
oCCmdFactoryFactory for CmdAbstractBase objects
oCColorFilterClass for filtering image to remove unimportant information
oCColorFilterEntryHelper class so ColorFilter class can compute the background color
oCColorFilterHistogramClass that generates a histogram according to the current filter
oCColorFilterSettingsColor filter parameters for one curve. For a class, this is handled the same as LineStyle and PointStyle
oCCorrelationFast cross correlation between two functions
oCCursorFactoryCreate standard cross cursor, or custom cursor, according to settings
oCCurveContainer for one set of digitized Points
oCCurveNameListEntryUtility class for converting the QVariant in CurveNameList to/from the curve names as QStrings, for use by the CurveNameList model class
oCCurveSettingsIntInternal settings for one curve, such as LineStyle, PointStyle and CurveFilter
oCCurvesGraphsContainer for all graph curves. The axes point curve is external to this class
oCCurveStyleContainer for LineStyle and PointStyle for one Curve
oCCurveStylesModel for DlgSettingsCurveProperties and CmdSettingsCurveProperties
oCDigitizeStateAbstractBaseBase class for all digitizing states. This serves as an interface to DigitizeStateContext
oCDlgFilterCommandCommand pattern object for receiving new parameters in DlgFilterWorker from GUI thread
oCDlgValidatorFactoryValidator factory
oCDocumentStorage of one imported image and the data attached to that image
oCDocumentModelAbstractBaseAbstract base class for document models. This class enforces a common interface for the leaf subclasses
oCExportAlignLinearPick first simplest x value between specified min and max, for linear scaling
oCExportAlignLogPick first simplest x value between specified min and max, for log scaling
oCExportFileAbstractBaseStrategy base class for exporting to a file. This class provides common methods
oCExportOrdinalsSmoothUtility class to interpolate points spaced evenly along a piecewise defined curve with fitted spline
oCExportOrdinalsStraightUtility class to interpolate points spaced evenly along a piecewise defined curve with line segments between points
oCExportToClipboardStrategy class for exporting to the clipboard. This strategy is external to the Document class so that class is simpler
oCExportToFileStrategy class for exporting to a file. This strategy is external to the Document class so that class is simpler
oCExportXThetaValuesMergedFunctionsCreates the set of merged x/theta values for exporting functions, using interpolation
oCFilterImageFilters an image using a combination of color filtering and grid removal
oCFormatCoordsUnitsHighest-level wrapper around other Formats classes
oCFormatCoordsUnitsStrategyAbstractBaseCommon methods for formatting strategies
oCFormatDateTimeInput parsing and output formatting for date/time values
oCFormatDegreesMinutesSecondsBaseCommon input parsing and output formatting for degrees/minutes/seconds values
oCGraphicsLinesForCurvesThis class stores the GraphicsLinesForCurves objects, one per Curve
oCGraphicsPointAbstractBaseBase class for adding identifiers to graphics items that represent Points
oCGraphicsPointFactoryFactor for generating GraphicsPointAbstractBase class objects
oCGridClassifierClassify the grid pattern in an original image
oCGridHealerClass that 'heals' the curves after grid lines have been removed
oCGridRemovalStrategy class for grid removal
oCJpeg2000Wrapper around OpenJPEG library, in C, for opening jpeg2000 files
oCLineStyleDetails for a specific Line
oCLoadFileInfoReturns information about files
oCLoggerUploadUpload logging information to website for developer support
oCMigrateToVersion6Converts old (=pre version 6) enums to new (=version 6) enums, for reading of old document files
oCOrdinalGeneratorUtility class for generating ordinal numbers
oCPointClass that represents one digitized point. The screen-to-graph coordinate transformation is always external to this class
oCPointComparatorComparator for sorting Point class
oCPointIdentifiersHash table class that tracks point identifiers as the key, with a corresponding boolean value
oCPointMatchAlgorithmAlgorithm returning a list of points that match the specified point
oCPointMatchPixelSingle on or off pixel out of the pixels that define the point match mode's candidate point
oCPointMatchTripletRepresentation of one matched point as produced from the point match algorithm
oCPointStyleDetails for a specific Point
oCQAbstractTableModel
oCQDialog
oCQDockWidget
oCQDoubleValidator
oCQGraphicsEllipseItem
oCQGraphicsLineItem
oCQGraphicsPathItem
oCQGraphicsPolygonItem
oCQGraphicsRectItem
oCQGraphicsScene
oCQGraphicsTextItem
oCQGraphicsView
oCQLabel
oCQLineEdit
oCQMainWindow
oCQMessageBox
oCQMimeData
oCQNetworkAccessManager
oCQObject
oCQTextBrowser
oCQThread
oCQUndoCommand
oCQUndoStack
oCQWizard
oCQWizardPage
oCSegmentFactoryFactory class for Segment objects
oCSettingsForGraphManage storage and retrieval of the settings for the curves
oCSplineCubic interpolation given independent and dependent value vectors
oCSplineCoeffFour element vector of a,b,c,d coefficients and the associated x value, for one interval of a set of piecewise-defined intervals
oCSplinePairSingle X/Y pair for cubic spline interpolation initialization and calculations
oCTransformationAffine transformation between screen and graph coordinates, based on digitized axis points
oCTransformationStateAbstractBaseBase class for all transformation states. This serves as an interface to TransformationStateContext
\CTransformationStateContextContext class for transformation state machine