 _traceback | |
 AbstractAspect | Base class of all persistent objects in a Project |
  AbstractColumn | Interface definition for data with column logic |
   Column | Aspect that manages a column |
   ColumnStringIO | String-IO interface of Column |
   SimpleFilterColumn | |
  AbstractFilter | Base class for all analysis operations |
   AbstractSimpleFilter | Simplified filter interface for filters with only one output port |
    DateTime2DoubleFilter | Conversion filter QDateTime -> double (using Julian day) |
    DateTime2StringFilter | Conversion filter QDateTime -> QString |
    DayOfWeek2DoubleFilter | Conversion filter QDateTime -> double, translating dates into days of the week (Monday -> 1) |
    Double2DateTimeFilter | Conversion filter double -> QDateTime |
    Double2DayOfWeekFilter | Conversion filter double -> QDateTime, interpreting the input numbers as days of the week (1 = Monday) |
    Double2MonthFilter | Conversion filter double -> QDateTime, interpreting the input numbers as months of the year |
    Double2StringFilter | Locale-aware conversion filter double -> QString |
    Month2DoubleFilter | Conversion filter QDateTime -> double, translating dates into months (January -> 1) |
    SimpleCopyThroughFilter | Filter which copies the provided input unaltered to the output |
    String2DateTimeFilter | Conversion filter QString -> QDateTime |
    String2DayOfWeekFilter | Conversion filter String -> QDateTime, interpreting the input as days of the week (either numeric or "Mon" etc) |
    String2DoubleFilter | Locale-aware conversion filter QString -> double |
    String2MonthFilter | Conversion filter String -> QDateTime, interpreting the input as months of the year (either numeric or "Jan" etc) |
  AbstractPart | Base class of Aspects with MDI windows as views |
   future::Matrix | Aspect providing a spreadsheet to manage MxN matrix data |
   future::Table | Aspect providing a spreadsheet table with column logic |
  future::Folder | Folder in a project |
   Project | Represents a SciDAVis project |
 AbstractImportFilter | Interface for import operations |
  AsciiTableImportFilter | Import an ASCII file as Table |
 ActionManager | Manages QActions and their shortcuts |
 ActionManagerOwner | A module (typically a PartMaker) that has an ActionManager |
 AspectCaptionSpecChangeCmd | |
 AspectChildMoveCmd | |
 AspectChildRemoveCmd | |
  AspectChildAddCmd | |
 AspectChildReparentCmd | |
 AspectCommentChangeCmd | |
 AspectCreationTimeChangeCmd | |
 AspectNameChangeCmd | |
 AssociationsDialog | Plot associations dialog |
 AxesDialog | General plot options dialog |
 Bar | 3D bars (modifed enrichment from QwtPlot3D) |
 CanvasPicker | Handles parts of the user interaction for a Plot by registering itself as an event filter for its QwtPlotCanvas |
 ColorBox | A combo box to select a standard color |
 ColorButton | A button used for color selection |
 ColorMapEditor | |
 ColumnClearCmd | |
 ColumnClearFormulasCmd | |
 ColumnClearMasksCmd | |
 ColumnClearValidityCmd | |
 ColumnFullCopyCmd | |
 ColumnInsertEmptyRowsCmd | |
 ColumnPartialCopyCmd | |
 ColumnRemoveRowsCmd | |
 ColumnReplaceDateTimesCmd | |
 ColumnReplaceTextsCmd | |
 ColumnReplaceValuesCmd | |
 ColumnSetDateTimeCmd | |
 ColumnSetFormulaCmd | |
 ColumnSetInvalidCmd | |
 ColumnSetMaskedCmd | |
 ColumnSetModeCmd | |
 ColumnSetPlotDesignationCmd | |
 ColumnSetTextCmd | |
 ColumnSetValueCmd | |
 Cone3D | 3D cone class (based on QwtPlot3D) |
 ConfigDialog | Preferences dialog |
 ConfigPageMaker | A module with application-wide settings |
 ConfigPageWidget | Widget for configuration pages that has an apply slot |
  ProjectConfigPage | Helper class for Project |
 CurveLayout | Structure containing curve layout parameters |
 CurveRangeDialog | Curve range dialog |
 CurvesDialog | Add/remove curves dialog |
 CurveTreeItem | CurveTreeItem tree widget item class |
 DataPointPicker | Let the user pick single data points from a plot |
 DataSetDialog | Multi purpose dialog for choosing a data set |
 DateTime2StringFilterSetFormatCmd | |
 DiffData | |
 Double2StringFilterSetDigitsCmd | |
 Double2StringFilterSetFormatCmd | |
 EmptySourceError | |
 ErrDialog | Add error bars dialog |
 ExpDecayDialog | Fit exponential decay dialog |
 ExportDialog | Export ASCII dialog |
 ExtensibleFileDialog | QFileDialog plus generic extension support |
  ImageExportDialog | QFileDialog extended with options for image export |
  ImportASCIIDialog | Import ASCII file(s) dialog |
  OpenProjectDialog | |
  TeXTableExportDialog | TeXTableExportDialog |
 FFTDialog | Fast Fourier transform options dialog |
 FileFormat | Factory for import/export filters |
 Filter | Abstract base class for data analysis operations |
  Convolution | |
   Deconvolution | |
  Correlation | |
  Differentiation | |
  FFT | |
  FFTFilter | |
  Fit | Fit base class |
   ExponentialFit | |
   GaussAmpFit | |
   LinearFit | |
   MultiPeakFit | |
    GaussFit | |
    LorentzFit | |
   NonLinearFit | |
   PluginFit | |
   PolynomialFit | |
   SigmoidalFit | |
   ThreeExpFit | |
   TwoExpFit | |
  Integration | |
  Interpolation | |
  SmoothFilter | |
 FilterDialog | Filter options dialog |
 FilterMaker | Factory for filters |
 FindDialog | Find dialog |
 FitData | Structure for fitting data |
 FitDialog | Fit Wizard |
 Folder | Folder for the project explorer |
 FolderListItem | Folders list item class |
 FolderListView | Folder list view class |
 FunctionDialog | Function dialog |
 Graph | A 2D-plotting widget |
 Grid | 2D Grid class |
 ImageDialog | Image geometry dialog |
 ImportOPJ | Origin project import class |
 IntDialog | Integration options dialog |
 InterpolationDialog | Interpolation options dialog |
 IntervalAttribute< T > | A class representing an interval-based attribute |
 IntervalAttribute< bool > | A class representing an interval-based attribute (bool version) |
 IntervalBase< T > | |
  Interval< T > | Auxiliary class for interval based data |
 IntervalBase< double > | |
  Interval< double > | |
 IntervalBase< float > | |
  Interval< float > | |
 IntervalBase< long double > | |
  Interval< long double > | |
 LayerButton | Button with layer number |
 LayerDialog | Arrange layers dialog |
 LayerItem | LayerItem tree widget item class |
 LineDialog | Line options dialog |
 MuParserScripting::mathFunction | |
 MatrixClearCmd | |
 MatrixClearColumnCmd | |
 MatrixData | |
 MatrixInsertColumnsCmd | |
 MatrixInsertRowsCmd | |
 MatrixMirrorHorizontallyCmd | |
 MatrixMirrorVerticallyCmd | |
 MatrixModel | Model for the access to a Matrix |
 MatrixRemoveColumnsCmd | |
 MatrixRemoveRowsCmd | |
 MatrixSetCellValueCmd | |
 MatrixSetColumnCellsCmd | |
 MatrixSetCoordinatesCmd | |
 MatrixSetDigitsCmd | |
 MatrixSetFormatCmd | |
 MatrixSetFormulaCmd | |
 MatrixSetRowCellsCmd | |
 MatrixTransposeCmd | |
 MatrixViewWidget | Helper class for MatrixView |
 MyParser | Mathematical parser class based on muParser |
 MyWidget | Base class of all MDI client windows |
  Graph3D | 3D graph widget |
  MatrixView | View class for Matrix |
   Matrix | Matrix worksheet class |
  MultiLayer | An MDI window (MyWidget) managing one or more Graph objects |
  Note | Notes window class |
  TableView | View class for Table |
   Table | MDI window providing a spreadsheet table with column logic |
    TableStatistics | Table that computes and displays statistics on another Table |
 PartMaker | Factory for AbstractPart objects |
 PartMdiView | MDI sub window that implements functions common to all aspect views |
 PatternBox | Pattern combo box |
 Plot | Plot window class |
 Plot3DDialog | Surface plot options dialog |
 PlotCurve | Abstract 2D plot curve class |
  DataCurve | |
   BoxCurve | Box curve |
   QwtBarCurve | Bar curve |
    QwtHistogram | Histogram class |
   QwtErrorPlotCurve | Error bars curve |
   QwtPieCurve | Pie plot class |
   VectorCurve | Vector curve class |
  FunctionCurve | |
 PlotDialog | Custom plot/curves dialog |
 PlotEnrichement | Draw images on a QwtPlot |
  ArrowMarker | Draws lines and arrows on a QwtPlot |
  ImageMarker | Draw images on a QwtPlot |
  Legend | A piece of text to be drawn on a Plot |
 PlotToolInterface | |
  DataPickerTool | Plot tool for selecting, moving or removing individual points of a curve |
  LineProfileTool | Plot tool for calculating intensity profiles of image markers along a line |
  MultiPeakFitTool | |
  RangeSelectorTool | |
  ScreenPickerTool | |
  TranslateCurveTool | Plot tool for translating curves |
 PlotWizard | A wizard type dialog class to create new plots |
 PolynomFitDialog | Fit polynomial dialog |
 future::Table::Private | |
 Column::Private | Private data class of Column |
 future::Matrix::Private | |
 Project::Private | |
 AbstractAspect::Private | Private data managed by AbstractAspect |
 QwtSingleArrayData | Single array data (extension to QwtData) |
 RenameWindowDialog | Rename window dialog |
 ScaleDraw | Extension to QwtScaleDraw |
  DateScaleDraw | |
  DateTimeScaleDraw | |
  MonthScaleDraw | |
  QwtSupersciptsScaleDraw | |
  QwtTextScaleDraw | |
  TimeScaleDraw | |
  WeekDayScaleDraw | |
 ScalePicker | Handles user interaction with a QwtScaleWidget |
 SciDAVis | Definition of global constants and enums |
 Script | A chunk of scripting code. Abstract |
  MuParserScript | Evaluate mathematical expressions using muParser |
  PythonScript | |
 scripted | Interface for maintaining a reference to the current ScriptingEnv |
  ApplicationWindow | SciDAVis's main window |
  Fit | Fit base class |
  FunctionCurve | |
  future::Matrix | Aspect providing a spreadsheet to manage MxN matrix data |
  future::Table | Aspect providing a spreadsheet table with column logic |
  Matrix | Matrix worksheet class |
  ScriptEdit | Editor widget with support for evaluating expressions and executing code |
  ScriptingLangDialog | |
  Table | MDI window providing a spreadsheet table with column logic |
 ScriptingChangeEvent | Notify an object that it should update its scripting environment (see class scripted) |
 ScriptingEnv | An interpreter for evaluating scripting code. Abstract |
  MuParserScripting | TODO |
  PythonScripting | |
 ScriptingLangManager::ScriptingLang | |
 ScriptingLangManager | Keeps a static list of available interpreters and instantiates them on demand |
 SelectionMoveResizer | Handler for modifying one or more QWidget and/or QwtPlotMarker with mouse or keyboard |
 SmoothCurveDialog | Smoothing options dialog |
 future::SortDialog | Sorting options dialog |
 Spectrogram | |
 String2DateTimeFilterSetFormatCmd | |
 SurfaceDialog | Define surface plot dialog |
 SymbolBox | Plot symbol combo box |
 SymbolDialog | Tools window to select special text characters |
 TableCommentsHeaderModel | Model class wrapping a TableModel to display column comments in a TableCommentsHeaderView |
 TableCommentsHeaderView | Slave header for TableDoubleHeaderView |
 TableDoubleHeaderView | Horizontal header for TableView displaying comments in a second header |
 TableInsertColumnsCmd | |
 TableItemDelegate | Item delegate for TableView |
 TableModel | Model for the access to a Table |
 TableMoveColumnCmd | |
 TableRemoveColumnsCmd | |
 TableSetNumberOfRowsCmd | |
 TableViewWidget | Helper class for TableView |
 TeXTableSettings | TeXTableSettings class |
 TeXTableSettingsWidget | TeXTableSettingsWidget class |
 TextDialog | Options dialog for text labels/axes labels |
 TextFormatButtons | Widget with text format buttons (connected to a QTextEdit) |
 TitlePicker | |
 UserFunction | Class for user defined functions |
 WindowListItem | Windows list item class |
 XmlElementAspectMaker | Factory that creates an aspect out of an XML element |
 XmlStreamReader | XML stream parser that supports errors as well as warnings |