QtiPlot's main window. More...
#include <ApplicationWindow.h>
Public Types | |
enum | { MaxRecentProjects = 10 } |
enum | Analysis { NoAnalysis, Integrate, Diff, FitLinear, FitGauss, FitLorentz, FitSigmoidal, FitSlope } |
enum | EndLineChar { LF, CRLF, CR } |
enum | LaTeXCompiler { MathTran, Local } |
enum | MatrixToTableConversion { Direct, XYZ, YXZ } |
enum | ShowWindowsPolicy { HideAll, ActiveFolder, SubFolders } |
enum | WindowType { NoWindow, TableWindow, MatrixWindow, MultiLayerWindow, NoteWindow, Plot3DWindow } |
Public Slots | |
static QMessageBox * | about (bool dialog=true) |
Show about dialog. | |
void | addColToTable () |
void | addErrorBars () |
bool | alreadyUsedName (const QString &label) |
void | baselineDialog () |
void | changeMatrixName (const QString &oldName, const QString &newName) |
void | clearSelection () |
QStringList | columnsList (Table::PlotDesignation plotType=Table::All) |
void | copyActiveLayer () |
void | copyMarker () |
void | copySelection () |
void | createLanguagesList () |
void | cutSelection () |
void | defineErrorBars (const QString &name, int type, double percent, int direction) |
void | defineErrorBars (const QString &curveName, const QString &errColumnName, int direction) |
QStringList | depending3DPlots (Matrix *m) |
QStringList | dependingPlots (const QString &caption) |
void | disregardCol () |
void | downloadManual () |
Show download page in external browser. | |
void | downloadTranslation () |
Show translations page in external browser. | |
void | hideCurve () |
void | hideOtherCurves () |
QStringList | matrixNames () |
Returns a list with the names of all the matrices in the project. | |
void | moveColumnFirst () |
void | moveColumnLast () |
void | moveColumnLeft () |
void | moveColumnRight () |
void | movePoints (bool wholeCurve=false) |
QStringList | multilayerDependencies (QWidget *w) |
void | newProject () |
void | openTemplate () |
MdiSubWindow * | openTemplate (const QString &fn) |
void | parseCommandLineArguments (const QStringList &args) |
void | pasteSelection () |
bool | projectHas2DPlots () |
void | receivedVersionFile (bool error) |
connected to the done(bool) signal of the http object | |
void | redo () |
void | removeCurve () |
Removes the curve identified by a key stored in the data() of actionRemoveCurve. | |
void | removeCurves (const QString &name) |
void | removePoints () |
void | resizeActiveWindow () |
void | resizeWindow () |
void | restoreApplicationGeometry () |
static void | restoreWindowGeometry (ApplicationWindow *app, MdiSubWindow *w, const QString s) |
void | saveAsTemplate (MdiSubWindow *w=0, const QString &=QString()) |
void | searchForUpdates () |
called when the user presses the actionCheckUpdates | |
void | setAscValues () |
void | setCurveFullRange () |
void | setFormatBarFont (const QFont &) |
void | setLabelCol () |
void | setRandomValues () |
void | setReadOnlyCol () |
void | setReadOnlyColumns () |
void | setReadWriteColumns () |
void | setXCol () |
void | setXErrCol () |
void | setYCol () |
void | setYErrCol () |
void | setZCol () |
void | showAllCurves () |
void | showBugTracker () |
Open bug tracking system at berliOS in external browser. | |
void | showDonationsPage () |
Open donation page in external browser. | |
void | showForums () |
Open forums page at berliOS in external browser. | |
void | showHomePage () |
Open QtiPlot homepage in external browser. | |
void | showSupportPage () |
Open support page in external browser. | |
void | showTable (int i) |
void | showTable (Table *, const QString &curve) |
void | showToolBarsMenu () |
void | subtractReferenceData () |
void | subtractStraightLine () |
void | swapColumns () |
void | switchToLanguage (int param) |
void | switchToLanguage (const QString &locale) |
void | translateCurve (TranslateCurveTool::Direction direction=TranslateCurveTool::Vertical) |
void | translateCurveHor () |
void | undo () |
void | updateColNames (const QString &oldName, const QString &newName) |
void | updateConfirmOptions (bool askTables, bool askMatrixes, bool askPlots2D, bool askPlots3D, bool askNotes) |
void | updateCurves (Table *t, const QString &name) |
void | updateRecentProjectsList (const QString &fn=QString::null) |
void | updateTableNames (const QString &oldName, const QString &newName) |
static QString | versionString () |
Return a version string ("QtiPlot x.y.z"). | |
MdiSubWindow * | window (const QString &name) |
Returns a pointer to the window named "name". | |
QString | windowGeometryInfo (MdiSubWindow *w) |
Projects and Project Files | |
void | open () |
ApplicationWindow * | open (const QString &fn, bool factorySettings=false, bool newProject=true) |
ApplicationWindow * | openProject (const QString &fn, bool factorySettings=false, bool newProject=true) |
void | closeProject () |
ApplicationWindow * | plotFile (const QString &fn) |
Create a new project from a data file. | |
ApplicationWindow * | loadScript (const QString &fn, bool execute=false, bool noGui=false) |
Create a new project from a script file. | |
QList< MdiSubWindow * > | windowsList () |
void | updateWindowLists (MdiSubWindow *w) |
void | cascade () |
void | saveProjectAs (const QString &fileName=QString(), bool compress=false) |
bool | saveProject (bool compress=false) |
void | saveWindowAs (const QString &fileName=QString(), bool compress=false) |
bool | saveWindow (MdiSubWindow *w, const QString &fileName=QString(), bool compress=false) |
void | modifiedProject () |
Set the project status to modifed. | |
void | savedProject () |
Set the project status to saved (not modified). | |
void | modifiedProject (MdiSubWindow *w) |
Set the project status to modified and save 'w' as the last modified widget. | |
Settings | |
void | readSettings () |
void | saveSettings () |
void | setSaveSettings (bool autoSaving, int min) |
void | changeAppStyle (const QString &s) |
void | changeAppFont (const QFont &f) |
void | updateAppFonts () |
void | setAppColors (const QColor &wc, const QColor &pc, const QColor &tpc, bool force=false) |
void | initWindow () |
Multilayer Plots | |
MultiLayer * | newGraph (const QString &caption=tr("Graph")) |
Creates a new empty multilayer plot. | |
MultiLayer * | multilayerPlot (int c, int r, int style, const MultiLayer::AlignPolicy &align=MultiLayer::AlignLayers) |
MultiLayer * | multilayerPlot (Table *w, const QStringList &colList, int style, int startRow=0, int endRow=-1) |
MultiLayer * | multilayerPlot (const QString &caption, int layers=1, int rows=1, int cols=1) |
used when restoring a plot from a project file | |
MultiLayer * | waterfallPlot () |
MultiLayer * | waterfallPlot (Table *t, const QStringList &list) |
void | connectMultilayerPlot (MultiLayer *g) |
void | addLayer () |
void | addInsetLayer (bool curves=false) |
void | addInsetCurveLayer () |
void | deleteLayer () |
void | extractGraphs () |
void | extractLayers () |
MultiLayer * | plotSpectrogram (Matrix *m, Graph::CurveType type) |
Creates a new spectrogram graph. | |
MultiLayer * | plotGrayScale (Matrix *m=0) |
MultiLayer * | plotContour (Matrix *m=0) |
MultiLayer * | plotColorMap (Matrix *m=0) |
MultiLayer * | plotImage (Matrix *m=0) |
MultiLayer * | plotImageProfiles (Matrix *m=0) |
void | autoArrangeLayers () |
Rearrange the layersin order to fit to the size of the plot window. | |
void | initMultilayerPlot (MultiLayer *g, const QString &name) |
void | plot2VerticalLayers () |
void | plot2HorizontalLayers () |
void | plot4Layers () |
void | plotStackedLayers () |
void | plotStackedHistograms () |
void | plotStackSharedAxisLayers () |
void | plotVerticalSharedAxisLayers () |
void | plotHorizontalSharedAxisLayers () |
void | plotSharedAxesLayers () |
void | plotCustomLayout (bool sharedAxes=false) |
void | plotCustomLayoutSharedAxes () |
3D Data Plots | |
Graph3D * | newPlot3D (const QString &title=QString()) |
Graph3D * | plotXYZ (Table *table, const QString &zColName, int type) |
Graph3D * | addRibbon (const QString &caption, const QString &formula, double xl, double xr, double yl, double yr, double zl, double zr) |
Surface Plots | |
Graph3D * | plotSurface (const QString &formula, double xl, double xr, double yl, double yr, double zl, double zr, int columns=40, int rows=30) |
Graph3D * | plotParametricSurface (const QString &xFormula, const QString &yFormula, const QString &zFormula, double ul, double ur, double vl, double vr, int columns, int rows, bool uPeriodic, bool vPeriodic) |
void | connectSurfacePlot (Graph3D *plot) |
void | newSurfacePlot () |
void | editSurfacePlot () |
void | remove3DMatrixPlots (Matrix *m) |
void | updateMatrixPlots (Matrix *) |
void | add3DData () |
void | change3DData () |
void | change3DData (const QString &colName) |
void | change3DMatrix () |
void | change3DMatrix (const QString &matrix_name) |
void | insertNew3DData (const QString &colName) |
void | add3DMatrixPlot () |
void | insert3DMatrixPlot (const QString &matrix_name) |
void | plot3DWireframe () |
void | plot3DHiddenLine () |
void | plot3DPolygons () |
void | plot3DWireSurface () |
Graph3D * | plot3DMatrix (Matrix *m=0, int style=5) |
void | plot3DRibbon () |
void | plot3DScatter () |
void | plot3DTrajectory () |
void | plot3DBars () |
User-defined Functions | |
MultiLayer * | newFunctionPlot (QStringList &formulas, double start, double end, int points=100, const QString &var="x", int type=0) |
FunctionDialog * | functionDialog () |
FunctionDialog * | showFunctionDialog (Graph *g, int curve) |
void | addFunctionCurve () |
void | clearLogInfo () |
void | updateFunctionLists (int type, QStringList &formulas) |
void | updateSurfaceFuncList (const QString &s) |
Matrices | |
Matrix * | newMatrix (int rows=32, int columns=32) |
Creates a new empty matrix. | |
Matrix * | newMatrix (const QString &caption, int r, int c) |
To be used when opening a project file only! | |
Matrix * | matrix (const QString &name) |
Matrix * | convertTableToMatrix () |
Matrix * | tableToMatrix (Table *t) |
Matrix * | convertTableToMatrixRegularXYZ () |
void | showBinMatrixDialog () |
void | initMatrix (Matrix *m, const QString &caption) |
void | transposeMatrix () |
void | invertMatrix () |
void | matrixDeterminant () |
void | flipMatrixVertically () |
void | flipMatrixHorizontally () |
void | rotateMatrix90 () |
void | rotateMatrixMinus90 () |
void | viewMatrixImage () |
void | viewMatrixTable () |
void | exportMatrix (const QString &exportFilter=QString::null) |
void | setMatrixDefaultScale () |
void | setMatrixGrayScale () |
void | setMatrixRainbowScale () |
void | viewMatrixColumnRow () |
void | viewMatrixXY () |
void | matrixDirectFFT () |
void | matrixInverseFFT () |
Tables | |
Table * | newTable () |
Creates an empty table. | |
Table * | currentTable () |
MultiLayer * | currentPlot () |
Note * | currentNote () |
Matrix * | currentMatrix () |
Table * | newTable (const QString &caption, int r, int c) |
Used when loading a table from a project file. | |
Table * | newTable (int r, int c, const QString &name=QString(), const QString &legend=QString()) |
Table * | newHiddenTable (const QString &name, const QString &label, int r, int c, const QString &text=QString()) |
Create a Table which is initially hidden; used to return the result of an analysis operation. | |
Table * | table (const QString &name) |
Table * | convertMatrixToTableDirect () |
Table * | convertMatrixToTableXYZ () |
Table * | convertMatrixToTableYXZ () |
Table * | matrixToTable (Matrix *m, MatrixToTableConversion conversionType=Direct) |
QList< MdiSubWindow * > | tableList () |
bool | hasTable () |
Returns true if the project contains tables. | |
QStringList | tableNames () |
Returns a list containing the names of all tables in the project. | |
void | connectTable (Table *w) |
void | initTable (Table *w, const QString &caption) |
void | customTable (Table *w) |
Table * | importOdfSpreadsheet (const QString &=QString::null, int sheet=-1) |
Table * | importExcel (const QString &=QString::null, int sheet=-1) |
Table * | importWaveFile () |
void | importASCII () |
void | importASCII (const QStringList &files, int import_mode, const QString &local_column_separator, int local_ignored_lines, bool local_rename_columns, bool local_strip_spaces, bool local_simplify_spaces, bool local_import_comments, QLocale local_separators, const QString &local_comment_string, bool import_read_only, int endLineChar, const QList< int > &colTypes=QList< int >(), const QStringList &colFormats=QStringList()) |
void | exportAllTables (const QString &dir, const QString &filter, const QString &sep, bool colNames, bool colComments, bool expSelection) |
void | recalculateTable () |
recalculate selected cells of current table | |
TableStatistics * | newTableStatistics (Table *base, int type, QList< int >, const QString &caption=QString::null) |
Graphs | |
void | setPreferences (Graph *g) |
void | setGraphDefaultSettings (bool autoscale, bool scaleFonts, bool resizeLayers, bool antialiasing) |
void | setArrowDefaultSettings (double lineWidth, const QColor &c, Qt::PenStyle style, int headLength, int headAngle, bool fillHead) |
void | plotL () |
void | plotP () |
void | plotLP () |
void | plotPie () |
void | plotVerticalBars () |
void | plotHorizontalBars () |
void | plotStackBar () |
void | plotStackColumn () |
void | plotArea () |
void | plotVertSteps () |
void | plotHorSteps () |
void | plotSpline () |
void | plotVerticalDropLines () |
MultiLayer * | plotHistogram () |
MultiLayer * | plotHistogram (Matrix *m) |
void | plotVectXYXY () |
void | plotVectXYAM () |
void | plotBoxDiagram () |
void | plotDoubleYAxis () |
void | zoomRectanglePlot () |
QString | stemPlot (Table *t=0, const QString &colName=QString(), int power=0, int startRow=0, int endRow=-1) |
Note * | newStemPlot () |
bool | validFor3DPlot (Table *table) |
Check whether a table is valid for a 3D plot and display an appropriate error if not. | |
bool | validFor2DPlot (Table *table, Graph::CurveType type) |
Check whether a table is valid for a 2D plot and display an appropriate error if not. | |
MultiLayer * | generate2DGraph (Graph::CurveType type) |
Generate a new 2D graph. | |
Image Analysis | |
void | intensityTable () |
void | pixelLineProfile () |
void | loadImage () |
void | loadImage (const QString &fn) |
Matrix * | importImage (const QString &=QString(), bool newWindow=false) |
Export and Print | |
void | exportLayer () |
void | exportGraph (const QString &exportFilter=QString::null) |
void | exportAllGraphs () |
void | exportPresentationODF () |
void | exportPDF () |
void | print () |
void | printPreview () |
void | setPrintPreviewOptions (QPrinter *) |
void | printAllPlots () |
MDI Windows | |
MdiSubWindow * | clone (MdiSubWindow *w=0) |
void | rename () |
void | renameWindow () |
void | renameWindow (Q3ListViewItem *item, int, const QString &s) |
Called when the user presses F2 and an item is selected in lv. | |
bool | setWindowName (MdiSubWindow *w, const QString &text) |
Checks weather the new window name is valid and modifies the name. | |
void | maximizeWindow (Q3ListViewItem *lbi=0) |
void | maximizeWindow (MdiSubWindow *w) |
void | minimizeWindow (MdiSubWindow *w=0) |
void | updateWindowStatus (MdiSubWindow *) |
bool | hidden (QWidget *window) |
void | closeActiveWindow () |
void | closeWindow (MdiSubWindow *window) |
void | removeWindowFromLists (MdiSubWindow *w) |
Does all the cleaning work before actually deleting a window! | |
void | hideWindow (MdiSubWindow *window) |
void | hideWindow () |
void | hideActiveWindow () |
void | activateWindow () |
void | activateWindow (MdiSubWindow *) |
List View in Project Explorer | |
void | setListView (const QString &caption, const QString &view) |
void | renameListViewItem (const QString &oldName, const QString &newName) |
void | setListViewDate (const QString &caption, const QString &date) |
QString | listViewDate (const QString &caption) |
void | setListViewSize (const QString &caption, const QString &size) |
void | setListViewLabel (const QString &caption, const QString &label) |
Reading from a Project File | |
Matrix * | openMatrix (ApplicationWindow *app, const QStringList &flist) |
Table * | openTable (ApplicationWindow *app, const QStringList &flist) |
TableStatistics * | openTableStatistics (const QStringList &flist) |
Graph * | openGraph (ApplicationWindow *app, MultiLayer *plot, const QStringList &list) |
void | openRecentProject (int index) |
Table Tools | |
void | sortSelection () |
void | sortActiveTable () |
void | normalizeSelection () |
void | normalizeActiveTable () |
void | correlate () |
void | autoCorrelate () |
void | convolute () |
void | deconvolute () |
void | clearTable () |
void | goToRow () |
void | goToColumn () |
void | moveTableRowUp () |
void | moveTableRowDown () |
void | adjustColumnWidth () |
Plot Tools | |
void | graphSelectionChanged (SelectionMoveResizer *) |
void | lowerActiveEnrichment () |
void | raiseActiveEnrichment (bool=true) |
void | newLegend () |
void | addTimeStamp () |
void | drawLine () |
void | drawArrow () |
void | drawPoints () |
void | addText () |
void | addTexFormula () |
void | addRectangle () |
void | addEllipse () |
void | addImage () |
void | zoomIn () |
void | zoomOut () |
void | magnify (int mode=0) |
void | setAutoScale () |
void | showRangeSelectors () |
void | showCursor () |
void | showScreenReader () |
void | pickPointerCursor () |
void | disableTools () |
void | pickDataTool (QAction *action) |
void | updateLog (const QString &result) |
Fitting | |
void | deleteFitTables () |
void | fitLinear () |
void | fitSigmoidal () |
void | fitGauss () |
void | fitLorentz () |
void | fitMultiPeak (int profile) |
void | fitMultiPeakGauss () |
void | fitMultiPeakLorentz () |
void | fitSlope () |
Calculus | |
void | integrate () |
void | differentiate () |
void | analysis (Analysis operation) |
void | analyzeCurve (Graph *g, Analysis operation, const QString &curveTitle) |
void | showDataSetDialog (Analysis operation) |
Event Handlers | |
void | closeEvent (QCloseEvent *) |
void | timerEvent (QTimerEvent *e) |
void | dragEnterEvent (QDragEnterEvent *e) |
void | dropEvent (QDropEvent *e) |
void | customEvent (QEvent *e) |
Dialogs | |
void | showFindDialogue () |
void | showPlotDialog (int curveKey=-1) |
Show plot style dialog for the active MultiLayer / activeLayer / specified curve or the activeLayer options dialog if no curve is specified (curveKey = -1). | |
QDialog * | showScaleDialog () |
QDialog * | showPlot3dDialog () |
AxesDialog * | showScalePageFromAxisDialog (int axisPos) |
AxesDialog * | showAxisPageFromAxisDialog (int axisPos) |
void | showAxisDialog () |
void | showGridDialog () |
void | showGeneralPlotDialog () |
void | showResults (bool ok) |
void | showResults (const QString &s, bool ok=true) |
void | showEnrichementDialog () |
void | showLineDialog () |
void | showTitleDialog () |
ExportDialog * | showExportASCIIDialog () |
void | showCurvesDialog () |
void | showCurveRangeDialog () |
CurveRangeDialog * | showCurveRangeDialog (Graph *g, int curve) |
AssociationsDialog * | showPlotAssociations (int curve) |
void | showAxisTitleDialog () |
void | showColumnOptionsDialog () |
void | showRowsDialog () |
void | showDeleteRowsDialog () |
void | showColsDialog () |
void | showColMenu (int c) |
void | showColumnValuesDialog () |
void | showExtractDataDialog () |
void | showGraphContextMenu () |
void | showTableContextMenu (bool selection) |
void | showWindowContextMenu () |
void | customWindowTitleBarMenu (MdiSubWindow *w, QMenu *menu) |
void | showCurveContextMenu (QwtPlotItem *) |
void | showCurvePlotDialog () |
void | showCurveWorksheet () |
void | showCurveWorksheet (Graph *g, int curveIndex) |
void | showWindowPopupMenu (Q3ListViewItem *it, const QPoint &p, int) |
void | showListViewSelectionMenu (const QPoint &p) |
Connected to the context menu signal from lv; it's called when there are several items selected in the list. | |
void | showListViewPopupMenu (const QPoint &p) |
Connected to the context menu signal from lv; it's called when there are no items selected in the list. | |
void | showScriptWindow (bool parent=true) |
void | showMoreWindows () |
void | showMarkerPopupMenu () |
void | showHelp () |
static void | showStandAloneHelp () |
void | chooseHelpFolder () |
void | showPlotWizard () |
void | showFitPolynomDialog () |
void | showFrequencyCountDialog () |
void | showIntegrationDialog () |
void | showInterpolationDialog () |
void | showExpGrowthDialog () |
void | showExpDecayDialog () |
void | showExpDecayDialog (int type) |
void | showTwoExpDecayDialog () |
void | showExpDecay3Dialog () |
void | showRowStatistics () |
void | showColStatistics () |
void | showFitDialog () |
void | showLayerDialog () |
void | showPreferencesDialog () |
void | showMatrixDialog () |
void | showMatrixSizeDialog () |
void | showMatrixValuesDialog () |
void | showSmoothSavGolDialog () |
void | showSmoothFFTDialog () |
void | showSmoothAverageDialog () |
void | showSmoothLowessDialog () |
void | showSmoothDialog (int m) |
void | showFilterDialog (int filter) |
void | lowPassFilterDialog () |
void | highPassFilterDialog () |
void | bandPassFilterDialog () |
void | bandBlockFilterDialog () |
void | showFFTDialog () |
void | showColorMapDialog () |
Plot3D Tools | |
void | toggle3DAnimation (bool on=true) |
void | togglePerspective (bool on=true) |
Turns perspective mode on or off. | |
void | resetRotation () |
Resets rotation of 3D plots to default values. | |
void | fitFrameToLayer () |
Finds best layout for the 3D plot. | |
void | setFramed3DPlot () |
void | setBoxed3DPlot () |
void | removeAxes3DPlot () |
void | removeGrid3DPlot () |
void | setHiddenLineGrid3DPlot () |
void | setLineGrid3DPlot () |
void | setPoints3DPlot () |
void | setCrosses3DPlot () |
void | setCones3DPlot () |
void | setBars3DPlot () |
void | setFilledMesh3DPlot () |
void | setEmptyFloor3DPlot () |
void | setFloorData3DPlot () |
void | setFloorIso3DPlot () |
void | setFloorGrid3DPlot (bool on) |
void | setCeilGrid3DPlot (bool on) |
void | setRightGrid3DPlot (bool on) |
void | setLeftGrid3DPlot (bool on) |
void | setFrontGrid3DPlot (bool on) |
void | setBackGrid3DPlot (bool on) |
void | pickPlotStyle (QAction *action) |
void | pickCoordSystem (QAction *action) |
void | pickFloorStyle (QAction *action) |
void | custom3DActions (QMdiSubWindow *w) |
void | custom3DGrids (int grids) |
Notes | |
Note * | newNote (const QString &caption=QString()) |
Creates a new empty note window. | |
Note * | openNote (ApplicationWindow *app, const QStringList &flist) |
void | saveNoteAs () |
void | showNoteLineNumbers (bool show=true) |
void | increaseNoteIndent () |
void | decreaseNoteIndent () |
void | noteFindDialogue () |
void | noteFindNext () |
void | noteFindPrev () |
void | noteReplaceDialogue () |
void | renameCurrentNoteTab () |
void | addNoteTab () |
void | closeNoteTab () |
void | execute () |
void | executeAll () |
void | evaluate () |
void | commentSelection () |
void | uncommentSelection () |
Folders | |
Folder * | currentFolder () |
Returns a pointer to the current folder in the project. | |
void | addFolder () |
Adds a new folder to the project. | |
Folder * | addFolder (QString name, Folder *parent=NULL) |
void | deleteFolder () |
Deletes the current folder. | |
bool | deleteFolder (Folder *f) |
Ask confirmation from user, deletes the folder f if user confirms and returns true, otherwise returns false;. | |
void | deleteSelectedItems () |
Deletes the currently selected items from the list view lv. | |
void | hideSelectedWindows () |
Hides the currently selected windows from the list view lv. | |
void | showSelectedWindows () |
Show the currently selected windows from the list view lv. | |
void | desactivateFolders () |
Sets all items in the folders list view to be desactivated (QPixmap = folder_closed_xpm). | |
bool | changeFolder (Folder *newFolder, bool force=false) |
Changes the current folder. Returns true if successfull. | |
void | folderItemChanged (Q3ListViewItem *it) |
Changes the current folder when the user changes the current item in the QListView "folders". | |
void | folderItemDoubleClicked (Q3ListViewItem *it) |
Changes the current folder when the user double-clicks on a folder item in the QListView "lv". | |
void | showFolderPopupMenu (Q3ListViewItem *it, const QPoint &p, bool fromFolders) |
creates and opens the context menu of a folder list view item | |
void | showFolderPopupMenu (Q3ListViewItem *it, const QPoint &p, int) |
connected to the SIGNAL contextMenuRequested from the list views | |
void | startRenameFolder () |
starts renaming the selected folder by creating a built-in text editor | |
void | startRenameFolder (Q3ListViewItem *item) |
starts renaming the selected folder by creating a built-in text editor | |
void | renameFolder (Q3ListViewItem *it, int col, const QString &text) |
checks weather the new folder name is valid and modifies the name | |
void | showAllFolderWindows () |
forces showing all windows in the current folder and subfolders, depending on the user's viewing policy | |
void | hideAllFolderWindows () |
forces hidding all windows in the current folder and subfolders, depending on the user's viewing policy | |
void | hideFolderWindows (Folder *f) |
hides all windows in folder f | |
void | folderProperties () |
pops up folder information | |
void | windowProperties () |
pops up information about the selected window item | |
void | projectProperties () |
pops up information about the current project | |
void | appendProject () |
Pops up a file dialog and invokes appendProject(const QString&) on the result. | |
Folder * | appendProject (const QString &file_name, Folder *parentFolder=0) |
Open the specified project file and add it as a subfolder to the parentFolder or to the current folder if no parent folder is specified. | |
void | saveAsProject () |
void | saveFolderAsProject (Folder *f) |
void | saveFolder (Folder *folder, const QString &fn, bool compress=false) |
void | addFolderListViewItem (Folder *f) |
adds a folder list item to the list view "lv" | |
void | addListViewItem (MdiSubWindow *w) |
adds a widget list item to the list view "lv" | |
void | setShowWindowsPolicy (int p) |
hides or shows windows in the current folder and changes the view windows policy | |
Folder * | projectFolder () |
returns a pointer to the root project folder | |
void | find (const QString &s, bool windowNames, bool labels, bool folderNames, bool caseSensitive, bool partialMatch, bool subfolders) |
used by the findDialog | |
void | dragFolderItems (QList< Q3ListViewItem * > items) |
initializes the list of items dragged by the user | |
void | dropFolderItems (Q3ListViewItem *dest) |
Drop the objects in the list draggedItems to the folder of the destination item. | |
void | moveFolder (FolderListItem *src, FolderListItem *dest) |
moves a folder item to another | |
bool | copyFolder (Folder *src, Folder *dest) |
copies a folder to another | |
void | foldersMenuActivated (int id) |
Scripting | |
void | scriptError (const QString &message, const QString &scriptName, int lineNumber) |
notify the user that an error occured in the scripting system | |
void | executeNotes () |
execute all notes marked auto-exec | |
void | showScriptingLangDialog () |
show scripting language selection dialog | |
void | restartScriptingEnv () |
create a new environment for the current scripting language | |
void | scriptPrint (const QString &text) |
print to scripting console (if available) or to stdout | |
bool | setScriptingLanguage (const QString &lang, bool force=false) |
switches to the given scripting language; if this is the same as the current one and force is true, restart it | |
void | scriptsDirPathChanged (const QString &path) |
Signals | |
void | modified () |
Public Member Functions | |
MdiSubWindow * | activeWindow (WindowType type=NoWindow) |
void | addWindowsListToCompleter () |
ApplicationWindow (bool factorySettings=false) | |
ApplicationWindow (const QStringList &l) | |
bool | autoUpdateTableValues () |
QLocale | clipboardLocale () |
QCompleter * | completer () |
void | connectScriptEditor (ScriptEdit *) |
void | displayInfo (const QString &text) |
QLineEdit * | displayInfoLineEdit () |
void | enableCompletion (bool on=true) |
void | enableMdiArea (bool on=true) |
QString | endOfLine () |
QString | generateUniqueName (const QString &name, bool increment=true) |
QStringList | indexedColorNames () |
QList< QColor > | indexedColors () |
QList< int > | indexedSymbols () |
bool | isMdiAreaEnabled () |
int | matrixUndoStackSize () |
QList< QMenu * > | menusList () |
QColor | readColorFromProject (const QString &name) |
QTextEdit * | resultsLog () |
void | saveFitFunctions (const QStringList &lst) |
void | setActiveWindow (MdiSubWindow *w) |
void | setAutoUpdateTableValues (bool on=true) |
void | setClipboardLocale (const QLocale &locale) |
void | setIndexedColorNames (const QStringList &lst) |
void | setIndexedColors (const QList< QColor > &lst) |
void | setIndexedSymbols (const QList< int > &lst) |
void | setMatrixUndoStackSize (int size) |
QList< QToolBar * > | toolBarsList () |
QMdiArea * | workspace () |
~ApplicationWindow () | |
User custom actions | |
void | loadCustomActions () |
void | reloadCustomActions () |
void | removeCustomAction (QAction *) |
void | addCustomAction (QAction *, const QString &parentName, int index=-1) |
QList< QAction * > | customActionsList () |
QList< QMenu * > | customizableMenusList () |
void | reloadCustomMenus () |
QMenu * | addCustomMenu (const QString &title, const QString &parentName) |
void | removeCustomMenu (const QString &title) |
QList< QMenu * > | customMenusList () |
Static Public Member Functions | |
static QString | getFileName (QWidget *parent=0, const QString &caption=QString(), const QString &dir=QString(), const QString &filter=QString(), QString *selectedFilter=0, bool save=true, bool confirmOverwrite=true) |
static QString | guessEndOfLine (const QString &sample) |
static QString | imageFilter () |
static void | memoryAllocationError () |
Public Attributes | |
bool | antialiasing2DPlots |
QFont | appFont |
QString | appLanguage |
QString | appStyle |
QString | asciiDirPath |
bool | autoResizeLayers |
bool | autoSave |
int | autoSaveTime |
bool | autoscale2DPlots |
bool | autoScaleFonts |
bool | autoSearchUpdates |
bool | autoSearchUpdatesRequest |
Equals true if an automatical search for updates was performed on start-up otherwise is set to false;. | |
int | canvasFrameWidth |
QString | columnSeparator |
QString | configFilePath |
bool | confirmCloseFolder |
bool | confirmCloseMatrix |
bool | confirmCloseNotes |
bool | confirmClosePlot2D |
bool | confirmClosePlot3D |
bool | confirmCloseTable |
Folder * | current_folder |
pointer to the current folder in the project | |
QString | customActionsDirPath |
bool | d_2_linear_fit_points |
Calculate only 2 points in a generated linear fit function curve. | |
int | d_3D_export_sort |
int | d_3D_export_text_mode |
QSize | d_add_curves_dialog_size |
User defined size for the Add/Remove curves dialog. | |
QRect | d_app_rect |
QString | d_ASCII_comment_string |
EndLineChar | d_ASCII_end_line |
End of line convention used to import ASCII files. | |
QString | d_ASCII_file_filter |
Last selected filter in import ASCII dialog. | |
bool | d_ASCII_import_comments |
int | d_ASCII_import_first_row_role |
QLocale | d_ASCII_import_locale |
Locale used to specify the decimal separators in imported ASCII files. | |
int | d_ASCII_import_mode |
bool | d_ASCII_import_preview |
bool | d_ASCII_import_read_only |
bool | d_backup_files |
QColor | d_canvas_frame_color |
QColor | d_class_highlight_color |
QLocale | d_clipboard_locale |
Locale used to specify the decimal separators in imported ASCII files. | |
bool | d_column_tool_bar |
QColor | d_comment_highlight_color |
User custom colors used for Python syntax highlighting. | |
bool | d_completion |
Flag telling if completion hints are enabled. | |
bool | d_confirm_overwrite |
int | d_curve_line_style |
int | d_decimal_digits |
default precision to be used for all other operations than fitting | |
bool | d_display_tool_bar |
bool | d_edit_tool_bar |
EndLineChar | d_eol |
End of line convention used for copy/paste operations and when exporting tables/matrices to ASCII files. | |
QString | d_export_ASCII_file_filter |
int | d_export_bitmap_resolution |
bool | d_export_col_comment |
bool | d_export_col_names |
QString | d_export_col_separator |
bool | d_export_color |
bool | d_export_escape_tex_strings |
int | d_export_quality |
QSizeF | d_export_raster_size |
int | d_export_size_unit |
bool | d_export_table_selection |
bool | d_export_tex_font_sizes |
bool | d_export_transparency |
int | d_export_vector_resolution |
bool | d_extended_export_dialog |
bool | d_extended_import_ASCII_dialog |
bool | d_extended_open_dialog |
bool | d_extended_plot_dialog |
bool | d_file_tool_bar |
int | d_file_version |
File version code used when opening project files (= maj * 100 + min * 10 + patch). | |
bool | d_fill_symbols |
bool | d_force_muParser |
bool | d_format_tool_bar |
int | d_frame_geometry_unit |
Default geometry unit to be displayed in the EnrichmentDialog. | |
QPen | d_frame_widget_pen |
QColor | d_function_highlight_color |
Graph::AxisTitlePolicy | d_graph_axis_labeling |
QColor | d_graph_background_color |
int | d_graph_background_opacity |
QColor | d_graph_border_color |
int | d_graph_border_width |
QColor | d_graph_canvas_color |
int | d_graph_canvas_opacity |
Graph::LegendDisplayMode | d_graph_legend_display |
QString | d_image_export_filter |
Last selected filter in export image dialog. | |
QSize | d_import_ASCII_dialog_size |
bool | d_in_place_editing |
Flag telling if the in-place editing of 2D plot labels is enabled. | |
bool | d_indexed_symbols |
bool | d_inform_rename_table |
WindowType | d_init_window_type |
bool | d_is_appending_file |
Flag telling if the application is appending a project file or not. | |
bool | d_keep_aspect_ration |
QColor | d_keyword_highlight_color |
int | d_latex_compiler |
QString | d_latex_compiler_path |
int | d_layer_canvas_height |
int | d_layer_canvas_width |
int | d_layer_geometry_unit |
Default geometry unit to be displayed in the PlotDialog. | |
int | d_legend_default_angle |
bool | d_matrix_tool_bar |
bool | d_multi_peak_messages |
bool | d_muparser_c_locale |
bool | d_note_line_numbers |
Flag telling if line numbers are displayed in note windows. | |
QFont | d_notes_font |
int | d_notes_tab_length |
bool | d_notes_tool_bar |
QColor | d_numeric_highlight_color |
QString | d_open_project_filter |
Last selected filter in open project dialog. | |
bool | d_opening_file |
Flag telling if the application is opening a project file or not. | |
QStringList | d_param_surface_func |
bool | d_plot3D_tool_bar |
bool | d_plot_tool_bar |
int | d_preview_lines |
bool | d_print_cropmarks |
QPrinter::PaperSize | d_print_paper_size |
QPrinter::Orientation | d_printer_orientation |
QString | d_python_config_folder |
QColor | d_quotation_highlight_color |
QStringList | d_recent_functions |
QColor | d_rect_default_background |
QBrush | d_rect_default_brush |
double | d_scale_fonts_factor |
bool | d_scale_plots_on_print |
bool | d_script_win_on_top |
QRect | d_script_win_rect |
bool | d_show_current_folder |
Specifies if only the Tables/Matrices in the current folder should be displayed in the Add/remove curve dialog. | |
bool | d_show_table_comments |
int | d_symbol_style |
bool | d_synchronize_graph_scales |
bool | d_table_tool_bar |
QString | d_translations_folder |
QColor | defaultArrowColor |
int | defaultArrowHeadAngle |
bool | defaultArrowHeadFill |
int | defaultArrowHeadLength |
Qt::PenStyle | defaultArrowLineStyle |
double | defaultArrowLineWidth |
int | defaultCurveAlpha |
int | defaultCurveBrush |
double | defaultCurveLineWidth |
int | defaultCurveStyle |
int | defaultPlotMargin |
QString | defaultScriptingLang |
The scripting language to use for new projects. | |
double | defaultSymbolEdge |
int | defaultSymbolSize |
int | fit_output_precision |
precision used for the output of the fit operations | |
bool | fit_scale_errors |
Scale the errors output in fit operations with reduced chi^2. | |
QString | fitModelsPath |
QString | fitPluginsPath |
int | fitPoints |
Number of points in a generated fit curve. | |
FolderListView * | folders |
bool | generatePeakCurves |
bool | generateUniformFitPoints |
QString | helpFilePath |
int | ignoredLines |
QString | imagesDirPath |
QColor | legendBackground |
int | legendFrameStyle |
QColor | legendTextColor |
QStringList | locales |
QDockWidget * | logWindow |
FolderListView * | lv |
int | majTicksLength |
int | majTicksStyle |
int | minTicksLength |
int | minTicksStyle |
QColor | panelsColor |
QColor | panelsTextColor |
bool | pasteFitResultsToPlot |
QColor | peakCurvesColor |
QFont | plotAxesFont |
QFont | plotLegendFont |
QFont | plotNumbersFont |
QFont | plotTitleFont |
QString | projectname |
int | recentMenuID |
QStringList | recentProjects |
bool | renameColumns |
QStringList | renamedTables |
List of tables and matrices renamed in order to avoid conflicts when appending a project to a folder. | |
QStringList | rFunctions |
bool | saved |
int | savingTimerId |
QString | scriptsDirPath |
ShowWindowsPolicy | show_windows_policy |
Describes which windows are shown when the folder becomes the current folder. | |
bool | simplify_spaces |
bool | strip_spaces |
QStringList | surfaceFunc |
QColor | tableBkgdColor |
QColor | tableHeaderColor |
QFont | tableHeaderFont |
QColor | tableTextColor |
QFont | tableTextFont |
QString | templatesDir |
Path to the folder where the last template file was opened/saved. | |
QStringList | thetaFunctions |
bool | titleOn |
QString | workingDir |
QColor | workspaceColor |
bool | writeFitResultsToLog |
Write fit output information to Result Log. | |
QStringList | xFunctions |
QStringList | yFunctions |
User preferences for axes in new 2D plot layers | |
QVector< bool > | d_show_axes |
Axes to be shown. | |
QVector< bool > | d_show_axes_labels |
Axes with labels enabled. | |
bool | drawBackbones |
Draw axes backbones. | |
int | d_graph_tick_labels_dist |
Default distance between the ticks and the tick labels. | |
int | d_graph_axes_labels_dist |
Distance between the axes title and the backbone. | |
int | axesLineWidth |
Default axes linewidth. | |
variables used when user copy/paste markers | |
FrameWidget * | d_enrichement_copy |
ArrowMarker * | d_arrow_copy |
Private Slots | |
void | analysisMenuAboutToShow () |
void | closedLastCopiedLayer () |
void | custom2DPlotTools (MultiLayer *) |
void | customColumnActions () |
void | customMenu (QMdiSubWindow *w) |
void | customToolBars (QMdiSubWindow *w) |
void | decreasePrecision () |
void | disableActions () |
void | disableToolbars () |
void | editMenuAboutToShow () |
void | fileMenuAboutToShow () |
void | hideSelectedColumns () |
void | increasePrecision () |
void | matrixMenuAboutToShow () |
void | performCustomAction (QAction *) |
void | plotDataMenuAboutToShow () |
void | plotMenuAboutToShow () |
void | scriptingMenuAboutToShow () |
void | showAllColumns () |
void | showCustomActionDialog () |
void | tableMenuAboutToShow () |
void | updateExplorerWindowLayout (Qt::DockWidgetArea) |
void | windowActivated (QMdiSubWindow *w) |
void | windowsMenuAboutToShow () |
void | windowsMenuActivated (int id) |
Font Format Functions | |
void | enableTextEditor (Graph *g) |
void | setFontSize (int) |
void | setFontFamily (const QFont &) |
void | setItalicFont (bool) |
void | setBoldFont (bool) |
void | insertSuperscript () |
void | insertSubscript () |
void | underline () |
void | insertGreekSymbol () |
void | insertGreekMajSymbol () |
void | insertMathSymbol () |
Private Member Functions | |
int | convertOldToNewColorIndex (int cindex) |
Workaround for the new colors introduced in rev 447. | |
virtual QMenu * | createPopupMenu () |
void | goToParentFolder () |
bool | isProjectFile (const QString &fn) |
QMessageBox::StandardButton | showSaveProjectMessage () |
void | updateCompleter (const QString &windowName, bool remove=false, const QString &newName=QString::null) |
Initialization | |
void | init (bool factorySettings=false) |
void | initCompleter () |
void | initGlobalConstants () |
void | createActions () |
void | initMainMenu () |
void | initToolBars () |
void | initPlot3DToolBar () |
void | initPlot3D (Graph3D *plot) |
void | insertTranslatedStrings () |
void | translateActionsStrings () |
Private Attributes | |
QAction * | actionAbout |
QAction * | actionActivateWindow |
QAction * | actionAdd3DData |
QAction * | actionAddColToTable |
QAction * | actionAddEllipse |
QAction * | actionAddErrorBars |
QAction * | actionAddFormula |
QAction * | actionAddFunctionCurve |
QAction * | actionAddImage |
QAction * | actionAddInsetCurveLayer |
QAction * | actionAddInsetLayer |
QAction * | actionAddLayer |
QAction * | actionAddNoteTab |
QAction * | actionAddRectangle |
QAction * | actionAddText |
QAction * | actionAddZoomPlot |
QAction * | actionAdjustColumnWidth |
QAction * | actionAnimate |
QAction * | actionAppendProject |
QAction * | actionAutoCorrelate |
QAction * | actionAutomaticLayout |
QAction * | actionBandBlockFilter |
QAction * | actionBandPassFilter |
QAction * | actionBaseline |
QAction * | actionBoxPlot |
QAction * | actionCheckUpdates |
QAction * | actionChooseHelpFolder |
QAction * | actionClearLogInfo |
QAction * | actionClearSelection |
QAction * | actionClearTable |
QAction * | actionCloseAllWindows |
QAction * | actionCloseNoteTab |
QAction * | actionCloseProject |
QAction * | actionCloseWindow |
QAction * | actionColorMap |
QAction * | actionContourMap |
QAction * | actionConvertMatrixDirect |
QAction * | actionConvertMatrixXYZ |
QAction * | actionConvertMatrixYXZ |
QAction * | actionConvertTableBinning |
QAction * | actionConvertTableDirect |
QAction * | actionConvertTableRegularXYZ |
QAction * | actionConvolute |
QAction * | actionCopySelection |
QAction * | actionCopyWindow |
QAction * | actionCorrelate |
QAction * | actionCurveFullRange |
QAction * | actionCustomActionDialog |
QAction * | actionCustomLayout |
QAction * | actionCustomSharedAxisLayers |
QAction * | actionCutSelection |
QAction * | actionDeconvolute |
QAction * | actionDecreaseIndent |
QAction * | actionDecreasePrecision |
QAction * | actionDeleteFitTables |
QAction * | actionDeleteLayer |
QAction * | actionDeleteRows |
QAction * | actionDifferentiate |
QAction * | actionDisregardCol |
QAction * | actionDonate |
QAction * | actionDownloadManual |
QAction * | actionDragCurve |
QAction * | actionDrawPoints |
QAction * | actionEditCurveRange |
QAction * | actionEditSurfacePlot |
QAction * | actionExportAllGraphs |
QAction * | actionExportGraph |
QAction * | actionExportMatrix |
QAction * | actionExportPDF |
QAction * | actionExtractGraphs |
QAction * | actionExtractLayers |
QAction * | actionExtractTableData |
QAction * | actionFFT |
QAction * | actionFind |
QAction * | actionFindNext |
QAction * | actionFindPrev |
QAction * | actionFindWindow |
QAction * | actionFitExpGrowth |
QAction * | actionFitFrame |
QAction * | actionFitGauss |
QAction * | actionFitLinear |
QAction * | actionFitLorentz |
QAction * | actionFitSigmoidal |
QAction * | actionFitSlope |
QAction * | actionFlipMatrixHorizontally |
QAction * | actionFlipMatrixVertically |
QAction * | actionFontBold |
QAction * | actionFontBox |
QAction * | actionFontItalic |
QAction * | actionFontSize |
QAction * | actionFrequencyCount |
QAction * | actionGoToColumn |
QAction * | actionGoToRow |
QAction * | actionGrayMap |
QAction * | actionGreekMajSymbol |
QAction * | actionGreekSymbol |
QAction * | actionHelpBugReports |
QAction * | actionHelpForums |
QAction * | actionHideActiveWindow |
QAction * | actionHideCurve |
QAction * | actionHideOtherCurves |
QAction * | actionHideSelectedColumns |
QAction * | actionHideWindow |
QAction * | actionHighPassFilter |
QAction * | actionHomePage |
QAction * | actionHorSharedAxisLayers |
QAction * | actionImagePlot |
QAction * | actionImageProfilesPlot |
QAction * | actionImportImage |
QAction * | actionImportSound |
QAction * | actionIncreaseIndent |
QAction * | actionIncreasePrecision |
QAction * | actionIntegrate |
QAction * | actionIntensityTable |
QAction * | actionInterpolate |
QAction * | actionInvertMatrix |
QAction * | actionLoad |
QAction * | actionLoadImage |
QAction * | actionLowerEnrichment |
QAction * | actionLowPassFilter |
QAction * | actionMagnify |
QAction * | actionMagnifyHor |
QAction * | actionMagnifyVert |
QAction * | actionMathSymbol |
QAction * | actionMatrixColumnRow |
QAction * | actionMatrixCustomScale |
QAction * | actionMatrixDefaultScale |
QAction * | actionMatrixDeterminant |
QAction * | actionMatrixFFTDirect |
QAction * | actionMatrixFFTInverse |
QAction * | actionMatrixGrayScale |
QAction * | actionMatrixRainbowScale |
QAction * | actionMatrixXY |
QAction * | actionMaximizeWindow |
QAction * | actionMinimizeWindow |
QAction * | actionMoveColFirst |
QAction * | actionMoveColLast |
QAction * | actionMoveColLeft |
QAction * | actionMoveColRight |
QAction * | actionMoveRowDown |
QAction * | actionMoveRowUp |
QAction * | actionMultiPeakGauss |
QAction * | actionMultiPeakLorentz |
QAction * | actionNewFolder |
QAction * | actionNewFunctionPlot |
QAction * | actionNewGraph |
QAction * | actionNewLegend |
QAction * | actionNewMatrix |
QAction * | actionNewNote |
QAction * | actionNewProject |
QAction * | actionNewSurfacePlot |
QAction * | actionNewTable |
QAction * | actionNextWindow |
QAction * | actionNormalizeSelection |
QAction * | actionNormalizeTable |
QAction * | actionNoteEvaluate |
QAction * | actionNoteExecute |
QAction * | actionNoteExecuteAll |
QAction * | actionOpen |
QAction * | actionOpenTemplate |
QAction * | actionPasteSelection |
QAction * | actionPerspective |
QAction * | actionPixelLineProfile |
QAction * | actionPlot2HorizontalLayers |
QAction * | actionPlot2VerticalLayers |
QAction * | actionPlot3DBars |
QAction * | actionPlot3DHiddenLine |
QAction * | actionPlot3DPolygons |
QAction * | actionPlot3DRibbon |
QAction * | actionPlot3DScatter |
QAction * | actionPlot3DTrajectory |
QAction * | actionPlot3DWireFrame |
QAction * | actionPlot3DWireSurface |
QAction * | actionPlot4Layers |
QAction * | actionPlotArea |
QAction * | actionPlotDoubleYAxis |
QAction * | actionPlotHistogram |
QAction * | actionPlotHorizontalBars |
QAction * | actionPlotHorSteps |
QAction * | actionPlotL |
QAction * | actionPlotLP |
QAction * | actionPlotP |
QAction * | actionPlotPie |
QAction * | actionPlotSpline |
QAction * | actionPlotStackedHistograms |
QAction * | actionPlotStackedLayers |
QAction * | actionPlotVectXYAM |
QAction * | actionPlotVectXYXY |
QAction * | actionPlotVerticalBars |
QAction * | actionPlotVerticalDropLines |
QAction * | actionPlotVertSteps |
QAction * | actionPresentationODF |
QAction * | actionPrevWindow |
QAction * | actionPrint |
QAction * | actionPrintAllPlots |
QAction * | actionPrintPreview |
QAction * | actionRaiseEnrichment |
QAction * | actionReadOnlyCol |
QAction * | actionRedo |
QAction * | actionRemoveCurve |
QAction * | actionRename |
QAction * | actionRenameNoteTab |
QAction * | actionReplace |
QAction * | actionResetRotation |
QAction * | actionResizeActiveWindow |
QAction * | actionResizeWindow |
QAction * | actionRestartScripting |
QAction * | actionRotateMatrix |
QAction * | actionRotateMatrixMinus |
QAction * | actionSaveNote |
QAction * | actionSaveProject |
QAction * | actionSaveProjectAs |
QAction * | actionSaveTemplate |
QAction * | actionSaveWindow |
QAction * | actionScriptingLang |
QAction * | actionSetAscValues |
QAction * | actionSetLabelCol |
QAction * | actionSetMatrixDimensions |
QAction * | actionSetMatrixProperties |
QAction * | actionSetMatrixValues |
QAction * | actionSetRandomValues |
QAction * | actionSetXCol |
QAction * | actionSetXErrCol |
QAction * | actionSetYCol |
QAction * | actionSetYErrCol |
QAction * | actionSetZCol |
QAction * | actionSharedAxesLayers |
QAction * | actionShowAllColumns |
QAction * | actionShowAllCurves |
QAction * | actionShowAxisDialog |
QAction * | actionShowColsDialog |
QAction * | actionShowColStatistics |
QAction * | actionShowColumnOptionsDialog |
QAction * | actionShowColumnValuesDialog |
QAction * | actionShowConfigureDialog |
QAction * | actionShowCurvePlotDialog |
QAction * | actionShowCurvesDialog |
QAction * | actionShowCurveWorksheet |
QAction * | actionShowExpDecay3Dialog |
QAction * | actionShowExpDecayDialog |
QAction * | actionShowExplorer |
QAction * | actionShowExportASCIIDialog |
QAction * | actionShowFitDialog |
QAction * | actionShowFitPolynomDialog |
QAction * | actionShowGridDialog |
QAction * | actionShowHelp |
QAction * | actionShowIntDialog |
QAction * | actionShowLayerDialog |
QAction * | actionShowLineDialog |
QAction * | actionShowLog |
QAction * | actionShowMoreWindows |
QAction * | actionShowNoteLineNumbers |
QAction * | actionShowPlotDialog |
QAction * | actionShowPlotWizard |
QAction * | actionShowRowsDialog |
QAction * | actionShowRowStatistics |
QAction * | actionShowScaleDialog |
QAction * | actionShowScriptWindow |
QAction * | actionShowTextDialog |
QAction * | actionShowTitleDialog |
QAction * | actionShowTwoExpDecayDialog |
QAction * | actionShowUndoStack |
QAction * | actionSmoothAverage |
QAction * | actionSmoothFFT |
QAction * | actionSmoothLowess |
QAction * | actionSmoothSavGol |
QAction * | actionSortSelection |
QAction * | actionSortTable |
QAction * | actionStackBars |
QAction * | actionStackColumns |
QAction * | actionStackSharedAxisLayers |
QAction * | actionStemPlot |
QAction * | actionSubscript |
QAction * | actionSubtractLine |
QAction * | actionSubtractReference |
QAction * | actionSuperscript |
QAction * | actionSwapColumns |
QAction * | actionTableRecalculate |
QAction * | actionTechnicalSupport |
QAction * | actionTimeStamp |
QAction * | actionToolBars |
QAction * | actionTranslateHor |
QAction * | actionTranslateVert |
QAction * | actionTranslations |
QAction * | actionTransposeMatrix |
QAction * | actionUnderline |
QAction * | actionUndo |
QAction * | actionUnzoom |
QAction * | actionVertSharedAxisLayers |
QAction * | actionViewMatrix |
QAction * | actionViewMatrixImage |
QAction * | actionWaterfallPlot |
QMenu * | analysisMenu |
QTranslator * | appTranslator |
QAssistantClient * | assistant |
QAction * | back |
QAction * | barstyle |
QAction * | Box |
QAction * | btnArrow |
QAction * | btnCursor |
QAction * | btnLine |
QAction * | btnMovePoints |
QAction * | btnPicker |
QAction * | btnPointer |
QAction * | btnRemovePoints |
QToolButton * | btnResults |
QAction * | btnSelect |
QAction * | btnZoomIn |
QAction * | btnZoomOut |
QAction * | ceil |
QToolBar * | columnTools |
QAction * | conestyle |
QActionGroup * | coord |
QAction * | crossHairStyle |
MdiSubWindow * | d_active_window |
bool | d_auto_update_table_values |
QCompleter * | d_completer |
Completer used in notes and in the script window. | |
QStringList | d_indexed_color_names |
QList< QColor > | d_indexed_colors |
int | d_matrix_undo_stack_size |
bool | d_mdi_windows_area |
QList< int > | d_symbols_list |
TextEditor * | d_text_editor |
QUndoView * | d_undo_view |
QList< QAction * > | d_user_actions |
QList< QMenu * > | d_user_menus |
QMdiArea * | d_workspace |
QActionGroup * | dataTools |
QMenu * | decayMenu |
QToolBar * | displayBar |
QList< Q3ListViewItem * > | draggedItems |
Stores the pointers to the dragged items from the FolderListViews objects. | |
QMenu * | edit |
QToolBar * | editTools |
QSplitter * | explorerSplitter |
QDockWidget * | explorerWindow |
QMenu * | exportPlotMenu |
QMenu * | fileMenu |
QToolBar * | fileTools |
QAction * | filledmesh |
QMenu * | fillMenu |
QMenu * | filterMenu |
QAction * | floor |
QAction * | floordata |
QAction * | flooriso |
QAction * | floornone |
QActionGroup * | floorstyle |
QMenu * | foldersMenu |
QMenu * | format |
QToolBar * | formatToolBar |
QAction * | Frame |
QAction * | front |
QMenu * | graphMenu |
QActionGroup * | grids |
QMenu * | help |
QAction * | hiddenline |
QWidgetList * | hiddenWindows |
QHttp * | http |
Used when checking for new versions. | |
QMenu * | importMenu |
QLineEdit * | info |
Graph * | lastCopiedLayer |
QAction * | left |
QMenu * | matrixMenu |
QMenu * | multiPeakMenu |
QMenu * | newMenu |
QAction * | None |
QMenu * | normMenu |
QToolBar * | noteTools |
QMenu * | plot2DMenu |
QMenu * | plot3DMenu |
QToolBar * | plot3DTools |
QMenu * | plotDataMenu |
QToolBar * | plotMatrixBar |
QActionGroup * | plotstyle |
QToolBar * | plotTools |
QAction * | pointstyle |
QAction * | polygon |
QTranslator * | qtTranslator |
QMenu * | recent |
QTextEdit * | results |
QAction * | right |
QMenu * | scriptingMenu |
ScriptWindow * | scriptWindow |
QMenu * | smoothMenu |
QMenu * | tableMenu |
QMenu * | tablesDepend |
QToolBar * | tableTools |
QDockWidget * | undoStackWindow |
QBuffer | version_buffer |
Used when checking for new versions. | |
QMenu * | view |
QMenu * | windowsMenu |
QAction * | wireframe |
user custom values for 3D plots look | |
| |
bool | d_3D_smooth_mesh |
bool | d_3D_legend |
bool | d_3D_orthogonal |
bool | d_3D_autoscale |
int | d_3D_resolution |
int | d_3D_projection |
QFont | d_3D_title_font |
QFont | d_3D_numbers_font |
QFont | d_3D_axes_font |
QwtLinearColorMap | d_3D_color_map |
QColor | d_3D_mesh_color |
QColor | d_3D_axes_color |
QColor | d_3D_numbers_color |
QColor | d_3D_labels_color |
QColor | d_3D_background_color |
QColor | d_3D_grid_color |
QColor | d_3D_minor_grid_color |
bool | d_3D_minor_grids |
bool | d_3D_major_grids |
int | d_3D_major_style |
int | d_3D_minor_style |
double | d_3D_major_width |
double | d_3D_minor_width |
void | setPlot3DOptions () |
QtiPlot's main window.
This class contains the main part of the user interface as well as the central project management facilities.
It manages all MdiSubWindow MDI Windows in a project, knows about their organization in Folder objects and contains the parts of the project explorer not implemented in Folder, FolderListItem or FolderListView.
Furthermore, it is responsible for displaying most MDI Windows' context menus and opening all sorts of dialogs.
Split out the project management part into a new Project class. If MdiSubWindow maintains a reference to its parent Project, it should be possible to have its subclasses display their own context menus and dialogs. This is necessary for implementing new plot types or even completely new MdiSubWindow subclasses in plug-ins. It will also make ApplicationWindow more manageable by removing those parts not directly related to the main window.
Project would also take care of basic project file reading/writing (using Qt's XML framework), but delegate most of the work to MdiSubWindow and its subclasses. This is necessary for providing save/restore of classes implemented in plug-ins. Support for foreign formats on the other hand could go into import/export classes (which could also be implemented in plug-ins). Those would interface directly with Project and the MyWidgets it manages. Thus, in addition to supporting QtXML-based save/restore, Project, MdiSubWindow and subclasses will also have to provide generalized save/restore methods/constructors.
Maybe split out the project explorer into a new ProjectExplorer class, depending on how much code is left in ApplicationWindow after the above reorganizations. Think about whether a Model/View approach can be used for Project/ProjectExplorer.
ApplicationWindow::ApplicationWindow | ( | bool | factorySettings = false |
) |
References init().
Referenced by newProject(), openProject(), and plotFile().
ApplicationWindow::ApplicationWindow | ( | const QStringList & | l | ) |
ApplicationWindow::~ApplicationWindow | ( | ) |
References d_text_editor, disableTools(), MultiLayer::hasSelectedLayers(), hiddenWindows, scriptWindow, and windowsList().
QMessageBox * ApplicationWindow::about | ( | bool | dialog = true |
) | [static, slot] |
Show about dialog.
References copyright_string, release_date, and versionString().
Referenced by createActions(), QtiPlotApplication::QtiPlotApplication(), saveFolder(), and saveWindow().
void ApplicationWindow::activateWindow | ( | ) | [slot] |
References lv, and WindowListItem::window().
Referenced by createActions(), find(), and showSelectedWindows().
void ApplicationWindow::activateWindow | ( | MdiSubWindow * | w | ) | [slot] |
References d_workspace, modified(), MdiSubWindow::setNormal(), and updateWindowLists().
MdiSubWindow * ApplicationWindow::activeWindow | ( | WindowType | type = NoWindow |
) |
References Folder::activeWindow(), current_folder, d_active_window, MatrixWindow, MultiLayerWindow, NoteWindow, NoWindow, Plot3DWindow, TableWindow, and Folder::windowsList().
Referenced by addColToTable(), addEllipse(), addErrorBars(), addFunctionCurve(), addImage(), addInsetLayer(), addLayer(), addNoteTab(), addRectangle(), addTexFormula(), addText(), addTimeStamp(), adjustColumnWidth(), analysis(), analysisMenuAboutToShow(), autoArrangeLayers(), autoCorrelate(), baselineDialog(), change3DData(), change3DMatrix(), clearSelection(), clearTable(), clone(), closeActiveWindow(), closeNoteTab(), commentSelection(), convertMatrixToTableDirect(), convertMatrixToTableXYZ(), convertMatrixToTableYXZ(), convertTableToMatrix(), convertTableToMatrixRegularXYZ(), convolute(), copyActiveLayer(), copyMarker(), copySelection(), correlate(), currentMatrix(), currentNote(), currentPlot(), currentTable(), customColumnActions(), cutSelection(), deconvolute(), decreaseNoteIndent(), decreasePrecision(), defineErrorBars(), deleteLayer(), differentiate(), disregardCol(), drawArrow(), drawLine(), drawPoints(), editMenuAboutToShow(), editSurfacePlot(), evaluate(), execute(), executeAll(), exportGraph(), exportLayer(), exportMatrix(), exportPDF(), extractGraphs(), extractLayers(), fileMenuAboutToShow(), fitFrameToLayer(), fitLinear(), fitMultiPeak(), fitSlope(), flipMatrixHorizontally(), flipMatrixVertically(), generate2DGraph(), goToColumn(), goToRow(), hideActiveWindow(), hideCurve(), hideOtherCurves(), hideSelectedColumns(), importASCII(), importImage(), increaseNoteIndent(), increasePrecision(), ImportASCIIDialog::initPreview(), insert3DMatrixPlot(), insertNew3DData(), insertTranslatedStrings(), integrate(), intensityTable(), invertMatrix(), magnify(), matrixDeterminant(), matrixDirectFFT(), matrixInverseFFT(), matrixMenuAboutToShow(), moveColumnFirst(), moveColumnLast(), moveColumnLeft(), moveColumnRight(), movePoints(), moveTableRowDown(), moveTableRowUp(), multilayerPlot(), newLegend(), newStemPlot(), normalizeActiveTable(), normalizeSelection(), noteFindDialogue(), noteFindNext(), noteFindPrev(), noteReplaceDialogue(), pasteSelection(), pickDataTool(), pixelLineProfile(), plot3DBars(), plot3DMatrix(), plot3DRibbon(), plot3DScatter(), plot3DTrajectory(), plotColorMap(), plotContour(), plotCustomLayout(), plotDoubleYAxis(), plotGrayScale(), plotHistogram(), plotImage(), plotImageProfiles(), plotPie(), plotVectXYAM(), plotVectXYXY(), print(), printPreview(), raiseActiveEnrichment(), recalculateTable(), redo(), removeAxes3DPlot(), removeCurve(), removeGrid3DPlot(), removePoints(), rename(), renameCurrentNoteTab(), resetRotation(), resizeActiveWindow(), rotateMatrix90(), rotateMatrixMinus90(), saveAsTemplate(), saveNoteAs(), saveWindowAs(), scriptingMenuAboutToShow(), setAscValues(), setAutoScale(), setBackGrid3DPlot(), setBars3DPlot(), setBoldFont(), setBoxed3DPlot(), setCeilGrid3DPlot(), setCones3DPlot(), setCrosses3DPlot(), setCurveFullRange(), setEmptyFloor3DPlot(), setFilledMesh3DPlot(), setFloorData3DPlot(), setFloorGrid3DPlot(), setFloorIso3DPlot(), setFontFamily(), setFontSize(), setFramed3DPlot(), setFrontGrid3DPlot(), setHiddenLineGrid3DPlot(), setItalicFont(), setLabelCol(), setLeftGrid3DPlot(), setLineGrid3DPlot(), setMatrixDefaultScale(), setMatrixGrayScale(), setMatrixRainbowScale(), setPoints3DPlot(), setRandomValues(), setReadOnlyCol(), setReadOnlyColumns(), setReadWriteColumns(), setRightGrid3DPlot(), setXCol(), setXErrCol(), setYCol(), setYErrCol(), setZCol(), showAllColumns(), showAllCurves(), showAxisDialog(), showAxisTitleDialog(), showBinMatrixDialog(), showColMenu(), showColorMapDialog(), showColsDialog(), showColStatistics(), showColumnOptionsDialog(), showColumnValuesDialog(), showCursor(), showCurveContextMenu(), showCurveRangeDialog(), showCurvesDialog(), showCurveWorksheet(), showDataSetDialog(), showDeleteRowsDialog(), showEnrichementDialog(), showExpDecayDialog(), showExportASCIIDialog(), showExtractDataDialog(), showFFTDialog(), showFilterDialog(), showFitDialog(), showFitPolynomDialog(), showFrequencyCountDialog(), showGeneralPlotDialog(), showGraphContextMenu(), showIntegrationDialog(), showInterpolationDialog(), showLayerDialog(), showLineDialog(), showMarkerPopupMenu(), showMatrixDialog(), showMatrixSizeDialog(), showMatrixValuesDialog(), showNoteLineNumbers(), showPlot3dDialog(), showPlotAssociations(), showPlotDialog(), showRangeSelectors(), showRowsDialog(), showRowStatistics(), showScaleDialog(), showScreenReader(), showSmoothDialog(), showTableContextMenu(), showTitleDialog(), showToolBarsMenu(), showWindowContextMenu(), sortActiveTable(), sortSelection(), subtractReferenceData(), subtractStraightLine(), swapColumns(), toggle3DAnimation(), togglePerspective(), translateCurve(), transposeMatrix(), uncommentSelection(), undo(), viewMatrixColumnRow(), viewMatrixImage(), viewMatrixTable(), viewMatrixXY(), waterfallPlot(), zoomIn(), zoomOut(), and zoomRectanglePlot().
void ApplicationWindow::add3DData | ( | ) | [slot] |
References columnsList(), hasTable(), insertNew3DData(), and Table::Z.
Referenced by createActions().
void ApplicationWindow::add3DMatrixPlot | ( | ) | [slot] |
References insert3DMatrixPlot(), and matrixNames().
Referenced by showWindowContextMenu().
void ApplicationWindow::addColToTable | ( | ) | [slot] |
References activeWindow(), Table::addCol(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::addCustomAction | ( | QAction * | action, | |
const QString & | parentName, | |||
int | index = -1 | |||
) |
References customizableMenusList(), d_user_actions, d_user_menus, and toolBarsList().
Referenced by CustomActionDialog::addAction(), loadCustomActions(), and CustomActionDialog::saveCurrentAction().
QMenu * ApplicationWindow::addCustomMenu | ( | const QString & | title, | |
const QString & | parentName | |||
) |
References customizableMenusList(), d_user_menus, and performCustomAction().
Referenced by CustomActionDialog::addMenu(), and loadCustomActions().
void ApplicationWindow::addEllipse | ( | ) | [slot] |
References actionAddEllipse, MultiLayer::activeLayer(), activeWindow(), btnPointer, AddWidgetTool::Ellipse, info, MultiLayerWindow, and Graph::setActiveTool().
Referenced by initToolBars().
void ApplicationWindow::addErrorBars | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), Graph::analysableCurvesList(), Graph::curveCount(), defineErrorBars(), MultiLayer::isEmpty(), Graph::isPiePlot(), MultiLayerWindow, ErrDialog::setCurveNames(), ErrDialog::setSrcTables(), and tableList().
Referenced by createActions(), and defineErrorBars().
void ApplicationWindow::addFolder | ( | ) | [slot] |
Adds a new folder to the project.
References addFolderListViewItem(), current_folder, explorerWindow, Folder::folderListItem(), Folder::setFolderListItem(), and Folder::subfolders().
Referenced by createActions(), ImportOPJ::createProjectTree(), and init().
void ApplicationWindow::addFolderListViewItem | ( | Folder * | f | ) | [slot] |
adds a folder list item to the list view "lv"
References Folder::birthDate(), lv, FolderListItem::setActive(), and Folder::sizeToString().
Referenced by addFolder(), and changeFolder().
void ApplicationWindow::addFunctionCurve | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), functionDialog(), MultiLayer::isEmpty(), MultiLayerWindow, and FunctionDialog::setGraph().
Referenced by createActions().
void ApplicationWindow::addImage | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), Graph::addImage(), getFileName(), imageFilter(), imagesDirPath, MultiLayer::isEmpty(), and MultiLayerWindow.
Referenced by createActions().
void ApplicationWindow::addInsetCurveLayer | ( | ) | [slot] |
References addInsetLayer().
Referenced by createActions().
void ApplicationWindow::addInsetLayer | ( | bool | curves = false |
) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), MultiLayer::addLayer(), Graph::copyCurves(), Graph::enableAxis(), MultiLayerWindow, Graph::setAxisTitle(), and Graph::setBackgroundColor().
Referenced by addInsetCurveLayer(), and createActions().
void ApplicationWindow::addLayer | ( | ) | [slot] |
References activeWindow(), MultiLayer::addLayer(), MultiLayer::arrangeLayers(), MultiLayer::canvasRect(), MultiLayerWindow, MultiLayer::numLayers(), and setPreferences().
Referenced by createActions().
void ApplicationWindow::addListViewItem | ( | MdiSubWindow * | w | ) | [slot] |
adds a widget list item to the list view "lv"
References MdiSubWindow::aspect(), MdiSubWindow::birthDate(), lv, MdiSubWindow::sizeToString(), updateCompleter(), and MdiSubWindow::windowLabel().
Referenced by changeFolder(), initMatrix(), initMultilayerPlot(), initPlot3D(), initTable(), and newNote().
void ApplicationWindow::addNoteTab | ( | ) | [slot] |
References activeWindow(), Note::addTab(), modifiedProject(), and NoteWindow.
Referenced by createActions().
void ApplicationWindow::addRectangle | ( | ) | [slot] |
References actionAddRectangle, MultiLayer::activeLayer(), activeWindow(), btnPointer, info, MultiLayerWindow, AddWidgetTool::Rectangle, and Graph::setActiveTool().
Referenced by initToolBars().
Graph3D * ApplicationWindow::addRibbon | ( | const QString & | caption, | |
const QString & | formula, | |||
double | xl, | |||
double | xr, | |||
double | yl, | |||
double | yr, | |||
double | zl, | |||
double | zr | |||
) | [slot] |
References Graph3D::addRibbon(), d_3D_color_map, newPlot3D(), Graph3D::setDataColorMap(), table(), and Graph3D::update().
void ApplicationWindow::addTexFormula | ( | ) | [slot] |
References actionAddFormula, MultiLayer::activeLayer(), activeWindow(), btnPointer, info, MultiLayerWindow, Graph::setActiveTool(), and AddWidgetTool::TexEquation.
Referenced by initToolBars().
void ApplicationWindow::addText | ( | ) | [slot] |
References actionAddText, MultiLayer::activeLayer(), activeWindow(), btnPointer, info, MultiLayerWindow, Graph::setActiveTool(), and AddWidgetTool::Text.
Referenced by initToolBars().
void ApplicationWindow::addTimeStamp | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), Graph::addTimeStamp(), MultiLayer::isEmpty(), and MultiLayerWindow.
Referenced by createActions().
void ApplicationWindow::addWindowsListToCompleter | ( | ) |
References d_completer, Folder::folderBelow(), projectFolder(), scripted::scriptEnv, and Folder::windowsList().
Referenced by openProject().
void ApplicationWindow::adjustColumnWidth | ( | ) | [slot] |
References activeWindow(), Table::adjustColumnsWidth(), and TableWindow.
Referenced by createActions().
bool ApplicationWindow::alreadyUsedName | ( | const QString & | label | ) | [slot] |
References Folder::folderBelow(), projectFolder(), and Folder::windowsList().
Referenced by importASCII(), initMatrix(), initMultilayerPlot(), initTable(), newNote(), newPlot3D(), and setWindowName().
void ApplicationWindow::analysis | ( | Analysis | operation | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), Graph::analysableCurvesList(), analyzeCurve(), Graph::curve(), MultiLayerWindow, Graph::selectedCurveTitle(), showDataSetDialog(), and Graph::validCurvesDataSize().
Referenced by differentiate(), fitGauss(), fitLinear(), fitLorentz(), fitSigmoidal(), fitSlope(), and integrate().
void ApplicationWindow::analysisMenuAboutToShow | ( | ) | [private, slot] |
References actionAutoCorrelate, actionBandBlockFilter, actionBandPassFilter, actionBaseline, actionConvolute, actionCorrelate, actionDeconvolute, actionDifferentiate, actionFFT, actionFitExpGrowth, actionFitGauss, actionFitLinear, actionFitLorentz, actionFitSigmoidal, actionFitSlope, actionFrequencyCount, actionHighPassFilter, actionIntegrate, actionInterpolate, actionLowPassFilter, actionMatrixFFTDirect, actionMatrixFFTInverse, actionMultiPeakGauss, actionMultiPeakLorentz, actionNormalizeSelection, actionNormalizeTable, actionShowColStatistics, actionShowExpDecay3Dialog, actionShowExpDecayDialog, actionShowFitDialog, actionShowFitPolynomDialog, actionShowIntDialog, actionShowRowStatistics, actionShowTwoExpDecayDialog, actionSmoothAverage, actionSmoothFFT, actionSmoothLowess, actionSmoothSavGol, actionSortSelection, actionSortTable, actionSubtractLine, actionSubtractReference, actionTranslateHor, actionTranslateVert, activeWindow(), analysisMenu, decayMenu, filterMenu, multiPeakMenu, normMenu, reloadCustomActions(), and smoothMenu.
Referenced by customMenu(), and initMainMenu().
void ApplicationWindow::analyzeCurve | ( | Graph * | g, | |
Analysis | operation, | |||
const QString & | curveTitle | |||
) | [slot] |
References Graph::curve(), d_2_linear_fit_points, Diff, Filter::enableGraphicsDisplay(), Fit::fit(), fit_output_precision, fit_scale_errors, FitGauss, FitLinear, FitLorentz, fitPoints, FitSigmoidal, FitSlope, Fit::generateFunction(), generateUniformFitPoints, Fit::guessInitialValues(), Integrate, NoAnalysis, pasteFitResultsToPlot, Filter::run(), Fit::scaleErrors(), Filter::setDataFromCurve(), Filter::setOutputPrecision(), Filter::showLegend(), and ScaleEngine::type().
Referenced by analysis(), and showDataSetDialog().
void ApplicationWindow::appendProject | ( | ) | [slot] |
Pops up a file dialog and invokes appendProject(const QString&) on the result.
References d_open_project_filter, ExtensibleFileDialog::setExtensionWidget(), and workingDir.
Referenced by createActions(), and open().
Folder * ApplicationWindow::appendProject | ( | const QString & | file_name, | |
Folder * | parentFolder = 0 | |||
) | [slot] |
Open the specified project file and add it as a subfolder to the parentFolder or to the current folder if no parent folder is specified.
References changeFolder(), MultiLayer::createWaterfallBox(), current_folder, d_file_version, d_is_appending_file, file_uncompress(), Folder::findSubfolder(), Folder::folderListItem(), folders, goToParentFolder(), importExcel(), importOdfSpreadsheet(), MultiLayer::linkXLayerAxes(), multilayerPlot(), openGraph(), openMatrix(), openNote(), openTable(), projectname, renamedTables, Graph3D::restore(), Note::restore(), restoreWindowGeometry(), MultiLayer::setAlignement(), MultiLayer::setAlignPolicy(), MdiSubWindow::setBirthDate(), Folder::setBirthDate(), MdiSubWindow::setCaptionPolicy(), Folder::setFolderListItem(), MultiLayer::setLayerCanvasSize(), setListViewDate(), MultiLayer::setMargins(), Folder::setModificationDate(), MultiLayer::setSpacing(), MultiLayer::setWaterfallOffset(), MultiLayer::setWaterfallSideLines(), MdiSubWindow::setWindowLabel(), Folder::subfolders(), updateRecentProjectsList(), and workingDir.
void ApplicationWindow::autoArrangeLayers | ( | ) | [slot] |
Rearrange the layersin order to fit to the size of the plot window.
References activeWindow(), MultiLayer::arrangeLayers(), MultiLayer::isWaterfallPlot(), MultiLayerWindow, MultiLayer::setMargins(), MultiLayer::setSpacing(), and MultiLayer::updateWaterfallLayout().
Referenced by createActions().
void ApplicationWindow::autoCorrelate | ( | ) | [slot] |
References activeWindow(), Filter::run(), Table::selectedColumns(), and TableWindow.
Referenced by createActions().
bool ApplicationWindow::autoUpdateTableValues | ( | ) | [inline] |
References d_auto_update_table_values.
Referenced by ConfigDialog::initTablesPage().
void ApplicationWindow::bandBlockFilterDialog | ( | ) | [slot] |
References FFTFilter::BandBlock, and showFilterDialog().
Referenced by createActions().
void ApplicationWindow::bandPassFilterDialog | ( | ) | [slot] |
References FFTFilter::BandPass, and showFilterDialog().
Referenced by createActions().
void ApplicationWindow::baselineDialog | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), MultiLayerWindow, BaselineDialog::setGraph(), and Graph::validCurvesDataSize().
Referenced by createActions().
void ApplicationWindow::cascade | ( | ) | [slot] |
Arranges all the visible project windows in a cascade pattern.
References d_workspace, and modifiedProject().
Referenced by windowsMenuAboutToShow().
void ApplicationWindow::change3DData | ( | ) | [slot] |
References columnsList(), and Table::Z.
Referenced by showWindowContextMenu().
void ApplicationWindow::change3DData | ( | const QString & | colName | ) | [slot] |
References activeWindow(), Graph3D::changeDataColumn(), modified(), Plot3DWindow, table(), and Graph3D::tablePlotType().
void ApplicationWindow::change3DMatrix | ( | ) | [slot] |
References activeWindow(), Graph3D::matrix(), matrixNames(), and Plot3DWindow.
Referenced by showWindowContextMenu().
void ApplicationWindow::change3DMatrix | ( | const QString & | matrix_name | ) | [slot] |
void ApplicationWindow::changeAppFont | ( | const QFont & | f | ) | [slot] |
References appFont, and updateAppFonts().
Referenced by ConfigDialog::apply().
void ApplicationWindow::changeAppStyle | ( | const QString & | s | ) | [slot] |
References appStyle, and panelsColor.
Referenced by ConfigDialog::apply(), and readSettings().
bool ApplicationWindow::changeFolder | ( | Folder * | newFolder, | |
bool | force = false | |||
) | [slot] |
Changes the current folder. Returns true if successfull.
References Folder::activeWindow(), addFolderListViewItem(), addListViewItem(), current_folder, customMenu(), customToolBars(), d_active_window, d_opening_file, d_workspace, Folder::depth(), desactivateFolders(), Folder::folderBelow(), Folder::folderListItem(), MdiSubWindow::Hidden, hiddenWindows, hideFolderWindows(), Folder::logInfo(), lv, MdiSubWindow::Maximized, MdiSubWindow::Minimized, modifiedProject(), MdiSubWindow::Normal, results, FolderListItem::setActive(), Folder::setActiveWindow(), MdiSubWindow::setStatus(), show_windows_policy, MdiSubWindow::status(), SubFolders, windowActivated(), and Folder::windowsList().
Referenced by appendProject(), ImportOPJ::createProjectTree(), deleteFolder(), dropFolderItems(), folderItemChanged(), foldersMenuActivated(), and openProject().
void ApplicationWindow::changeMatrixName | ( | const QString & | oldName, | |
const QString & | newName | |||
) | [slot] |
References Graph::curveCount(), Graph::plotItem(), and windowsList().
Referenced by setWindowName().
void ApplicationWindow::chooseHelpFolder | ( | ) | [slot] |
References helpFilePath.
Referenced by createActions().
void ApplicationWindow::clearLogInfo | ( | ) | [slot] |
References Folder::clearLogInfo(), current_folder, Folder::logInfo(), modified(), and results.
Referenced by clearSelection(), and createActions().
void ApplicationWindow::clearSelection | ( | ) | [slot] |
References Graph::activeTool(), activeWindow(), Graph::axisTitleSelected(), clearLogInfo(), Graph::clearTitle(), Graph::currentScale(), deleteSelectedItems(), lv, modified(), Graph::rangeSelectorsEnabled(), Graph::rangeSelectorTool(), Graph::removeMarker(), results, PlotToolInterface::rtti(), and Graph::titleSelected().
Referenced by createActions(), showColMenu(), showMarkerPopupMenu(), showTableContextMenu(), and showWindowContextMenu().
void ApplicationWindow::clearTable | ( | ) | [slot] |
References activeWindow(), Table::clear(), and TableWindow.
Referenced by createActions().
QLocale ApplicationWindow::clipboardLocale | ( | ) | [inline] |
References d_clipboard_locale.
Referenced by ConfigDialog::languageChange(), Table::pasteSelection(), and Matrix::pasteSelection().
MdiSubWindow * ApplicationWindow::clone | ( | MdiSubWindow * | w = 0 |
) | [slot] |
References activeWindow(), MdiSubWindow::captionPolicy(), Table::copy(), MultiLayer::copy(), customMenu(), customToolBars(), generateUniqueName(), MultiLayer::getCols(), MultiLayer::getRows(), Graph3D::hasData(), MdiSubWindow::Maximized, multilayerPlot(), newMatrix(), newNote(), newPlot3D(), newTable(), Table::numCols(), Table::numRows(), MdiSubWindow::setCaptionPolicy(), setListViewSize(), MdiSubWindow::setWindowLabel(), MdiSubWindow::sizeToString(), MdiSubWindow::status(), and MdiSubWindow::windowLabel().
Referenced by createActions().
void ApplicationWindow::closeActiveWindow | ( | ) | [slot] |
References activeWindow().
Referenced by createActions(), and windowsMenuAboutToShow().
void ApplicationWindow::closedLastCopiedLayer | ( | ) | [inline, private, slot] |
References lastCopiedLayer.
Referenced by copyActiveLayer().
void ApplicationWindow::closeEvent | ( | QCloseEvent * | ce | ) | [slot] |
References saveProject(), saveSettings(), and showSaveProjectMessage().
void ApplicationWindow::closeNoteTab | ( | ) | [slot] |
References activeWindow(), modifiedProject(), NoteWindow, and Note::removeTab().
Referenced by createActions().
void ApplicationWindow::closeProject | ( | ) | [slot] |
References MdiSubWindow::askOnCloseEvent(), closeWindow(), current_folder, Folder::depth(), Folder::folderBelow(), Folder::folderListItem(), projectFolder(), projectname, Folder::removeWindow(), removeWindowFromLists(), savedProject(), showSaveProjectMessage(), and Folder::windowsList().
Referenced by createActions(), newProject(), open(), and openRecentProject().
void ApplicationWindow::closeWindow | ( | MdiSubWindow * | window | ) | [slot] |
References ActiveFolder, current_folder, customMenu(), customToolBars(), d_active_window, FolderListItem::folder(), MdiSubWindow::folder(), Folder::folderListItem(), lv, modified(), Folder::removeWindow(), removeWindowFromLists(), show_windows_policy, SubFolders, and Folder::windowsList().
Referenced by closeProject(), connectMultilayerPlot(), connectSurfacePlot(), connectTable(), BaselineDialog::createBaseline(), deleteFolder(), initMatrix(), and newNote().
QStringList ApplicationWindow::columnsList | ( | Table::PlotDesignation | plotType = Table::All |
) | [slot] |
References Table::colLabel(), Table::colPlotDesignation(), Table::numCols(), and windowsList().
Referenced by add3DData(), change3DData(), AxesDialog::setGraph(), showPlotDialog(), and showPlotWizard().
void ApplicationWindow::commentSelection | ( | ) | [slot] |
References activeWindow(), ScriptEdit::commentSelection(), Note::currentEditor(), and NoteWindow.
Referenced by createActions().
QCompleter* ApplicationWindow::completer | ( | ) | [inline] |
References d_completer.
Referenced by Note::addTab().
void ApplicationWindow::connectMultilayerPlot | ( | MultiLayer * | g | ) | [slot] |
References MdiSubWindow::askOnCloseEvent(), btnPointer, closeWindow(), confirmClosePlot2D, hideWindow(), info, modifiedProject(), pasteSelection(), pickPointerCursor(), setFormatBarFont(), showCurvesDialog(), showEnrichementDialog(), showLineDialog(), showMarkerPopupMenu(), showWindowContextMenu(), and updateWindowStatus().
Referenced by initMultilayerPlot().
void ApplicationWindow::connectScriptEditor | ( | ScriptEdit * | editor | ) |
References actionRedo, and actionUndo.
Referenced by Note::addTab().
void ApplicationWindow::connectSurfacePlot | ( | Graph3D * | plot | ) | [slot] |
References MdiSubWindow::askOnCloseEvent(), closeWindow(), confirmClosePlot3D, hideWindow(), modified(), showPlot3dDialog(), showWindowContextMenu(), and updateWindowStatus().
Referenced by initPlot3D().
void ApplicationWindow::connectTable | ( | Table * | w | ) | [slot] |
References MdiSubWindow::askOnCloseEvent(), closeWindow(), confirmCloseTable, customColumnActions(), hideWindow(), modifiedProject(), removeCurves(), showColumnOptionsDialog(), showColumnValuesDialog(), showTableContextMenu(), Table::table(), updateColNames(), updateCurves(), and updateWindowStatus().
Referenced by initTable().
Table * ApplicationWindow::convertMatrixToTableDirect | ( | ) | [slot] |
References activeWindow(), Direct, matrixToTable(), and MatrixWindow.
Referenced by createActions().
Table * ApplicationWindow::convertMatrixToTableXYZ | ( | ) | [slot] |
References activeWindow(), matrixToTable(), MatrixWindow, and XYZ.
Referenced by createActions().
Table * ApplicationWindow::convertMatrixToTableYXZ | ( | ) | [slot] |
References activeWindow(), matrixToTable(), MatrixWindow, and YXZ.
Referenced by createActions().
int ApplicationWindow::convertOldToNewColorIndex | ( | int | cindex | ) | [private] |
Workaround for the new colors introduced in rev 447.
Referenced by openGraph(), and readColorFromProject().
Matrix * ApplicationWindow::convertTableToMatrix | ( | ) | [slot] |
References activeWindow(), tableToMatrix(), and TableWindow.
Referenced by createActions().
Matrix * ApplicationWindow::convertTableToMatrixRegularXYZ | ( | ) | [slot] |
void ApplicationWindow::convolute | ( | ) | [slot] |
References activeWindow(), Filter::run(), Table::selectedColumns(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::copyActiveLayer | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), closedLastCopiedLayer(), Graph::copyImage(), lastCopiedLayer, and MultiLayerWindow.
Referenced by copySelection(), and showGraphContextMenu().
copies a folder to another
src | source folder | |
dest | destination folder |
References Folder::addWindow(), Folder::birthDate(), Folder::depth(), Folder::folderBelow(), Folder::folderListItem(), Folder::modificationDate(), Folder::setBirthDate(), Folder::setFolderListItem(), Folder::setModificationDate(), Folder::subfolders(), and Folder::windowsList().
Referenced by moveFolder().
void ApplicationWindow::copyMarker | ( | ) | [slot] |
void ApplicationWindow::copySelection | ( | ) | [slot] |
References MultiLayer::activeLayer(), Graph::activeTool(), activeWindow(), copyActiveLayer(), copyMarker(), info, Graph::markerSelected(), MultiLayer::numLayers(), Graph::rangeSelectorsEnabled(), Graph::rangeSelectorTool(), results, and PlotToolInterface::rtti().
Referenced by createActions(), showColMenu(), showMarkerPopupMenu(), showTableContextMenu(), and showWindowContextMenu().
void ApplicationWindow::correlate | ( | ) | [slot] |
References activeWindow(), Filter::run(), Table::selectedColumns(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::createActions | ( | ) | [private] |
References about(), actionAbout, actionActivateWindow, actionAdd3DData, actionAddColToTable, actionAddErrorBars, actionAddFunctionCurve, actionAddImage, actionAddInsetCurveLayer, actionAddInsetLayer, actionAddLayer, actionAddNoteTab, actionAddZoomPlot, actionAdjustColumnWidth, actionAppendProject, actionAutoCorrelate, actionAutomaticLayout, actionBandBlockFilter, actionBandPassFilter, actionBaseline, actionBoxPlot, actionCheckUpdates, actionChooseHelpFolder, actionClearLogInfo, actionClearSelection, actionClearTable, actionCloseAllWindows, actionCloseNoteTab, actionCloseProject, actionCloseWindow, actionColorMap, actionContourMap, actionConvertMatrixDirect, actionConvertMatrixXYZ, actionConvertMatrixYXZ, actionConvertTableBinning, actionConvertTableDirect, actionConvertTableRegularXYZ, actionConvolute, actionCopySelection, actionCopyWindow, actionCorrelate, actionCurveFullRange, actionCustomActionDialog, actionCustomLayout, actionCustomSharedAxisLayers, actionCutSelection, actionDeconvolute, actionDecreaseIndent, actionDecreasePrecision, actionDeleteFitTables, actionDeleteLayer, actionDeleteRows, actionDifferentiate, actionDisregardCol, actionDonate, actionDownloadManual, actionEditCurveRange, actionEditSurfacePlot, actionExportAllGraphs, actionExportGraph, actionExportMatrix, actionExportPDF, actionExtractGraphs, actionExtractLayers, actionExtractTableData, actionFFT, actionFind, actionFindNext, actionFindPrev, actionFindWindow, actionFitExpGrowth, actionFitGauss, actionFitLinear, actionFitLorentz, actionFitSigmoidal, actionFitSlope, actionFlipMatrixHorizontally, actionFlipMatrixVertically, actionFontBold, actionFontItalic, actionFrequencyCount, actionGoToColumn, actionGoToRow, actionGrayMap, actionGreekMajSymbol, actionGreekSymbol, actionHelpBugReports, actionHelpForums, actionHideActiveWindow, actionHideCurve, actionHideOtherCurves, actionHideSelectedColumns, actionHideWindow, actionHighPassFilter, actionHomePage, actionHorSharedAxisLayers, actionImagePlot, actionImageProfilesPlot, actionImportImage, actionImportSound, actionIncreaseIndent, actionIncreasePrecision, actionIntegrate, actionIntensityTable, actionInterpolate, actionInvertMatrix, actionLoad, actionLoadImage, actionLowerEnrichment, actionLowPassFilter, actionMagnify, actionMagnifyHor, actionMagnifyVert, actionMathSymbol, actionMatrixColumnRow, actionMatrixCustomScale, actionMatrixDefaultScale, actionMatrixDeterminant, actionMatrixFFTDirect, actionMatrixFFTInverse, actionMatrixGrayScale, actionMatrixRainbowScale, actionMatrixXY, actionMaximizeWindow, actionMinimizeWindow, actionMoveColFirst, actionMoveColLast, actionMoveColLeft, actionMoveColRight, actionMoveRowDown, actionMoveRowUp, actionMultiPeakGauss, actionMultiPeakLorentz, actionNewFolder, actionNewFunctionPlot, actionNewGraph, actionNewLegend, actionNewMatrix, actionNewNote, actionNewProject, actionNewSurfacePlot, actionNewTable, actionNormalizeSelection, actionNormalizeTable, actionNoteEvaluate, actionNoteExecute, actionNoteExecuteAll, actionOpen, actionOpenTemplate, actionPasteSelection, actionPixelLineProfile, actionPlot2HorizontalLayers, actionPlot2VerticalLayers, actionPlot3DBars, actionPlot3DHiddenLine, actionPlot3DPolygons, actionPlot3DRibbon, actionPlot3DScatter, actionPlot3DTrajectory, actionPlot3DWireFrame, actionPlot3DWireSurface, actionPlot4Layers, actionPlotArea, actionPlotDoubleYAxis, actionPlotHistogram, actionPlotHorizontalBars, actionPlotHorSteps, actionPlotL, actionPlotLP, actionPlotP, actionPlotPie, actionPlotSpline, actionPlotStackedHistograms, actionPlotStackedLayers, actionPlotVectXYAM, actionPlotVectXYXY, actionPlotVerticalBars, actionPlotVerticalDropLines, actionPlotVertSteps, actionPresentationODF, actionPrint, actionPrintAllPlots, actionPrintPreview, actionRaiseEnrichment, actionReadOnlyCol, actionRedo, actionRemoveCurve, actionRename, actionRenameNoteTab, actionReplace, actionResizeActiveWindow, actionResizeWindow, actionRestartScripting, actionRotateMatrix, actionRotateMatrixMinus, actionSaveNote, actionSaveProject, actionSaveProjectAs, actionSaveTemplate, actionSaveWindow, actionScriptingLang, actionSetAscValues, actionSetLabelCol, actionSetMatrixDimensions, actionSetMatrixProperties, actionSetMatrixValues, actionSetRandomValues, actionSetXCol, actionSetXErrCol, actionSetYCol, actionSetYErrCol, actionSetZCol, actionSharedAxesLayers, actionShowAllColumns, actionShowAllCurves, actionShowAxisDialog, actionShowColsDialog, actionShowColStatistics, actionShowColumnOptionsDialog, actionShowColumnValuesDialog, actionShowConfigureDialog, actionShowCurvePlotDialog, actionShowCurvesDialog, actionShowCurveWorksheet, actionShowExpDecay3Dialog, actionShowExpDecayDialog, actionShowExplorer, actionShowExportASCIIDialog, actionShowFitDialog, actionShowFitPolynomDialog, actionShowGridDialog, actionShowHelp, actionShowIntDialog, actionShowLayerDialog, actionShowLineDialog, actionShowLog, actionShowMoreWindows, actionShowNoteLineNumbers, actionShowPlotDialog, actionShowPlotWizard, actionShowRowsDialog, actionShowRowStatistics, actionShowScaleDialog, actionShowScriptWindow, actionShowTextDialog, actionShowTitleDialog, actionShowTwoExpDecayDialog, actionShowUndoStack, actionSmoothAverage, actionSmoothFFT, actionSmoothLowess, actionSmoothSavGol, actionSortSelection, actionSortTable, actionStackBars, actionStackColumns, actionStackSharedAxisLayers, actionStemPlot, actionSubscript, actionSubtractLine, actionSubtractReference, actionSuperscript, actionSwapColumns, actionTableRecalculate, actionTechnicalSupport, actionTimeStamp, actionToolBars, actionTranslateHor, actionTranslateVert, actionTranslations, actionTransposeMatrix, actionUnderline, actionUndo, actionUnzoom, actionVertSharedAxisLayers, actionViewMatrix, actionViewMatrixImage, actionWaterfallPlot, activateWindow(), add3DData(), addColToTable(), addErrorBars(), addFolder(), addFunctionCurve(), addImage(), addInsetCurveLayer(), addInsetLayer(), addLayer(), addNoteTab(), addTimeStamp(), adjustColumnWidth(), appendProject(), appFont, autoArrangeLayers(), autoCorrelate(), bandBlockFilterDialog(), bandPassFilterDialog(), baselineDialog(), chooseHelpFolder(), clearLogInfo(), clearSelection(), clearTable(), clone(), closeActiveWindow(), closeNoteTab(), closeProject(), commentSelection(), convertMatrixToTableDirect(), convertMatrixToTableXYZ(), convertMatrixToTableYXZ(), convertTableToMatrix(), convertTableToMatrixRegularXYZ(), convolute(), copySelection(), correlate(), cutSelection(), deconvolute(), decreaseNoteIndent(), decreasePrecision(), deleteFitTables(), deleteLayer(), differentiate(), disregardCol(), downloadManual(), downloadTranslation(), editSurfacePlot(), evaluate(), execute(), executeAll(), explorerWindow, exportAllGraphs(), exportGraph(), exportMatrix(), exportPDF(), exportPresentationODF(), extractGraphs(), extractLayers(), fitGauss(), fitLinear(), fitLorentz(), fitMultiPeakGauss(), fitMultiPeakLorentz(), fitSigmoidal(), fitSlope(), flipMatrixHorizontally(), flipMatrixVertically(), functionDialog(), goToColumn(), goToRow(), hideActiveWindow(), hideCurve(), hideOtherCurves(), hideSelectedColumns(), hideWindow(), highPassFilterDialog(), importASCII(), importExcel(), importImage(), importOdfSpreadsheet(), importWaveFile(), increaseNoteIndent(), increasePrecision(), insertGreekMajSymbol(), insertGreekSymbol(), insertMathSymbol(), insertSubscript(), insertSuperscript(), integrate(), intensityTable(), invertMatrix(), loadImage(), logWindow, lowerActiveEnrichment(), lowPassFilterDialog(), magnify(), matrixDeterminant(), matrixDirectFFT(), matrixInverseFFT(), maximizeWindow(), minimizeWindow(), moveColumnFirst(), moveColumnLast(), moveColumnLeft(), moveColumnRight(), moveTableRowDown(), moveTableRowUp(), newGraph(), newLegend(), newMatrix(), newNote(), newProject(), newStemPlot(), newSurfacePlot(), newTable(), normalizeActiveTable(), normalizeSelection(), noteFindDialogue(), noteFindNext(), noteFindPrev(), noteReplaceDialogue(), open(), openTemplate(), pasteSelection(), pixelLineProfile(), plot2HorizontalLayers(), plot2VerticalLayers(), plot3DBars(), plot3DHiddenLine(), plot3DPolygons(), plot3DRibbon(), plot3DScatter(), plot3DTrajectory(), plot3DWireframe(), plot3DWireSurface(), plot4Layers(), plotArea(), plotBoxDiagram(), plotColorMap(), plotContour(), plotCustomLayout(), plotCustomLayoutSharedAxes(), plotDoubleYAxis(), plotGrayScale(), plotHistogram(), plotHorizontalBars(), plotHorizontalSharedAxisLayers(), plotHorSteps(), plotImage(), plotImageProfiles(), plotL(), plotLP(), plotP(), plotPie(), plotSharedAxesLayers(), plotSpline(), plotStackBar(), plotStackColumn(), plotStackedHistograms(), plotStackedLayers(), plotStackSharedAxisLayers(), plotVectXYAM(), plotVectXYXY(), plotVerticalBars(), plotVerticalDropLines(), plotVerticalSharedAxisLayers(), plotVertSteps(), print(), printAllPlots(), printPreview(), raiseActiveEnrichment(), recalculateTable(), redo(), removeCurve(), rename(), renameCurrentNoteTab(), resizeActiveWindow(), resizeWindow(), restartScriptingEnv(), rotateMatrix90(), rotateMatrixMinus90(), saveAsTemplate(), saveNoteAs(), saveProject(), saveProjectAs(), saveWindowAs(), searchForUpdates(), setAscValues(), setAutoScale(), setBoldFont(), setCurveFullRange(), setItalicFont(), setLabelCol(), setMatrixDefaultScale(), setMatrixGrayScale(), setMatrixRainbowScale(), setRandomValues(), setReadOnlyCol(), setXCol(), setXErrCol(), setYCol(), setYErrCol(), setZCol(), showAllColumns(), showAllCurves(), showAxisDialog(), showBinMatrixDialog(), showBugTracker(), showColorMapDialog(), showColsDialog(), showColStatistics(), showColumnOptionsDialog(), showColumnValuesDialog(), showCurvePlotDialog(), showCurveRangeDialog(), showCurvesDialog(), showCurveWorksheet(), showCustomActionDialog(), showDeleteRowsDialog(), showDonationsPage(), showEnrichementDialog(), showExpDecay3Dialog(), showExpDecayDialog(), showExpGrowthDialog(), showExportASCIIDialog(), showExtractDataDialog(), showFFTDialog(), showFindDialogue(), showFitDialog(), showFitPolynomDialog(), showForums(), showFrequencyCountDialog(), showGeneralPlotDialog(), showGridDialog(), showHelp(), showHomePage(), showIntegrationDialog(), showInterpolationDialog(), showLayerDialog(), showLineDialog(), showMatrixDialog(), showMatrixSizeDialog(), showMatrixValuesDialog(), showMoreWindows(), showNoteLineNumbers(), showPlotWizard(), showPreferencesDialog(), showRowsDialog(), showRowStatistics(), showScaleDialog(), showScriptingLangDialog(), showScriptWindow(), showSmoothAverageDialog(), showSmoothFFTDialog(), showSmoothLowessDialog(), showSmoothSavGolDialog(), showSupportPage(), showTitleDialog(), showToolBarsMenu(), showTwoExpDecayDialog(), sortActiveTable(), sortSelection(), subtractReferenceData(), subtractStraightLine(), swapColumns(), translateCurve(), translateCurveHor(), transposeMatrix(), uncommentSelection(), underline(), undo(), undoStackWindow, viewMatrixColumnRow(), viewMatrixImage(), viewMatrixTable(), viewMatrixXY(), waterfallPlot(), and zoomRectanglePlot().
Referenced by init().
void ApplicationWindow::createLanguagesList | ( | ) | [slot] |
References appLanguage, appTranslator, d_translations_folder, locales, and qtTranslator.
Referenced by ConfigDialog::apply(), ConfigDialog::chooseTranslationsFolder(), and init().
virtual QMenu* ApplicationWindow::createPopupMenu | ( | ) | [inline, private, virtual] |
Folder* ApplicationWindow::currentFolder | ( | ) | [inline, slot] |
Returns a pointer to the current folder in the project.
References current_folder.
Referenced by SubtractDataDialog::setCurrentFolder(), and CurvesDialog::showCurrentFolder().
Matrix * ApplicationWindow::currentMatrix | ( | ) | [slot] |
References activeWindow(), and MatrixWindow.
Note * ApplicationWindow::currentNote | ( | ) | [slot] |
References activeWindow(), and NoteWindow.
MultiLayer * ApplicationWindow::currentPlot | ( | ) | [slot] |
References activeWindow(), and MultiLayerWindow.
Table * ApplicationWindow::currentTable | ( | ) | [slot] |
References activeWindow(), and TableWindow.
void ApplicationWindow::custom2DPlotTools | ( | MultiLayer * | plot | ) | [private, slot] |
References actionAddEllipse, actionAddFormula, actionAddRectangle, actionAddText, actionDragCurve, actionDrawPoints, actionMagnify, actionMagnifyHor, actionMagnifyVert, MultiLayer::activeLayer(), Graph::activeTool(), btnArrow, btnCursor, btnLine, btnMovePoints, btnPicker, btnPointer, btnRemovePoints, btnSelect, btnZoomIn, DataPickerTool::Display, Graph::drawArrow(), Graph::drawLineActive(), AddWidgetTool::Ellipse, graphSelectionChanged(), Graph::hasPanningMagnifierEnabled(), MultiLayer::layersList(), Graph::magnifyTool(), DataPickerTool::Move, DataPickerTool::MoveCurve, Graph::rangeSelectorsEnabled(), AddWidgetTool::Rectangle, DataPickerTool::Remove, PlotToolInterface::rtti(), Graph::selectionMoveResizer(), AddWidgetTool::TexEquation, AddWidgetTool::Text, and Graph::zoomOn().
Referenced by customToolBars().
void ApplicationWindow::custom3DActions | ( | QMdiSubWindow * | w | ) | [slot] |
References actionAnimate, actionPerspective, barstyle, Box, conestyle, Graph3D::coordStyle(), crossHairStyle, custom3DGrids(), filledmesh, floordata, flooriso, floornone, Graph3D::floorStyle(), Frame, Graph3D::grids(), hiddenline, Graph3D::isAnimated(), Graph3D::isOrthogonal(), None, Graph3D::plotStyle(), pointstyle, Graph3D::pointType(), polygon, and wireframe.
Referenced by customToolBars(), plot3DMatrix(), and Plot3DDialog::updatePlot().
void ApplicationWindow::custom3DGrids | ( | int | grids | ) | [slot] |
QList<QAction *> ApplicationWindow::customActionsList | ( | ) | [inline] |
References d_user_actions.
Referenced by CustomActionDialog::actionAt(), CustomActionDialog::chooseFolder(), CustomActionDialog::removeMenu(), and CustomActionDialog::validUserInput().
void ApplicationWindow::customColumnActions | ( | ) | [private, slot] |
References actionAdjustColumnWidth, actionDisregardCol, actionMoveColFirst, actionMoveColLast, actionMoveColLeft, actionMoveColRight, actionSetAscValues, actionSetLabelCol, actionSetRandomValues, actionSetXCol, actionSetYCol, actionSetYErrCol, actionSetZCol, actionSwapColumns, activeWindow(), Table::selectedColsNumber(), Table::selectedColumn(), and TableWindow.
Referenced by connectTable(), and customToolBars().
void ApplicationWindow::customEvent | ( | QEvent * | e | ) | [slot] |
References scripted::scriptingChangeEvent().
QList< QMenu * > ApplicationWindow::customizableMenusList | ( | ) |
References analysisMenu, decayMenu, edit, exportPlotMenu, fileMenu, fillMenu, filterMenu, format, graphMenu, help, importMenu, matrixMenu, multiPeakMenu, newMenu, normMenu, plot2DMenu, plot3DMenu, plotDataMenu, scriptingMenu, smoothMenu, tableMenu, view, and windowsMenu.
Referenced by addCustomAction(), addCustomMenu(), CustomActionDialog::init(), and reloadCustomActions().
void ApplicationWindow::customMenu | ( | QMdiSubWindow * | w | ) | [private, slot] |
References actionAddColToTable, actionAddFormula, actionAddFunctionCurve, actionClearSelection, actionCopySelection, actionCopyWindow, actionCutSelection, actionExportGraph, actionExportPDF, actionFind, actionGoToRow, actionNoteEvaluate, actionPasteSelection, actionPrint, actionPrintAllPlots, actionPrintPreview, actionRedo, actionSaveTemplate, actionSaveWindow, actionSetMatrixValues, actionShowAxisDialog, actionShowColumnValuesDialog, actionShowCurvesDialog, actionShowExportASCIIDialog, actionShowGridDialog, actionShowPlotDialog, actionShowScaleDialog, actionShowTitleDialog, actionTableRecalculate, actionUndo, analysisMenu, analysisMenuAboutToShow(), d_undo_view, disableActions(), fileMenuAboutToShow(), format, graphMenu, matrixMenu, matrixMenuAboutToShow(), matrixNames(), plot2DMenu, plot3DMenu, plotDataMenu, projectHas2DPlots(), reloadCustomActions(), scriptingMenu, tableMenu, tableMenuAboutToShow(), tableNames(), and windowsMenuAboutToShow().
Referenced by changeFolder(), clone(), closeWindow(), initPlot3D(), insertTranslatedStrings(), openTemplate(), and windowActivated().
QList<QMenu *> ApplicationWindow::customMenusList | ( | ) | [inline] |
References d_user_menus.
Referenced by CustomActionDialog::addAction(), CustomActionDialog::init(), CustomActionDialog::removeMenu(), and CustomActionDialog::saveCurrentAction().
void ApplicationWindow::customTable | ( | Table * | w | ) | [slot] |
void ApplicationWindow::customToolBars | ( | QMdiSubWindow * | w | ) | [private, slot] |
References columnTools, custom2DPlotTools(), custom3DActions(), customColumnActions(), d_column_tool_bar, d_format_tool_bar, d_matrix_tool_bar, d_notes_tool_bar, d_plot3D_tool_bar, d_plot_tool_bar, d_table_tool_bar, disableToolbars(), formatToolBar, noteTools, plot3DTools, plotMatrixBar, plotTools, setFormatBarFont(), and tableTools.
Referenced by changeFolder(), clone(), closeWindow(), initPlot3D(), openTemplate(), and windowActivated().
void ApplicationWindow::customWindowTitleBarMenu | ( | MdiSubWindow * | w, | |
QMenu * | menu | |||
) | [slot] |
References actionCopyWindow, actionHideActiveWindow, actionLoad, actionPrint, actionRename, actionSaveNote, actionSaveTemplate, actionSaveWindow, and actionShowExportASCIIDialog.
Referenced by MdiSubWindow::eventFilter().
void ApplicationWindow::cutSelection | ( | ) | [slot] |
References MultiLayer::activeLayer(), Graph::activeTool(), activeWindow(), copyMarker(), modified(), MultiLayer::numLayers(), Graph::rangeSelectorsEnabled(), Graph::rangeSelectorTool(), Graph::removeMarker(), and PlotToolInterface::rtti().
Referenced by createActions(), showColMenu(), showMarkerPopupMenu(), showTableContextMenu(), and showWindowContextMenu().
void ApplicationWindow::deconvolute | ( | ) | [slot] |
References activeWindow(), Filter::run(), Table::selectedColumns(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::decreaseNoteIndent | ( | ) | [slot] |
References activeWindow(), Note::currentEditor(), modifiedProject(), NoteWindow, and Note::setTabStopWidth().
Referenced by createActions().
void ApplicationWindow::decreasePrecision | ( | ) | [private, slot] |
References activeWindow(), format, MatrixWindow, Matrix::precision(), Matrix::setNumericPrecision(), Matrix::textFormat(), and Matrix::undoStack().
Referenced by createActions().
void ApplicationWindow::defineErrorBars | ( | const QString & | name, | |
int | type, | |||
double | percent, | |||
int | direction | |||
) | [slot] |
References activeWindow(), Table::addCol(), Graph::addErrorBars(), Table::colIndex(), Table::colName(), Graph::curve(), QwtErrorPlotCurve::Horizontal, modified(), MultiLayerWindow, Table::numCols(), Table::numRows(), Table::setCell(), QwtErrorPlotCurve::setColor(), table(), Table::text(), DataCurve::xColumnName(), Table::xErr, and Table::yErr.
Referenced by addErrorBars().
void ApplicationWindow::defineErrorBars | ( | const QString & | curveName, | |
const QString & | errColumnName, | |||
int | direction | |||
) | [slot] |
void ApplicationWindow::deleteFitTables | ( | ) | [slot] |
References MdiSubWindow::askOnCloseEvent(), Graph::fitCurvesList(), Graph::Function, and windowsList().
Referenced by createActions().
void ApplicationWindow::deleteFolder | ( | ) | [slot] |
Deletes the current folder.
References changeFolder(), current_folder, Folder::folderListItem(), folders, and projectFolder().
Referenced by deleteSelectedItems(), and showFolderPopupMenu().
bool ApplicationWindow::deleteFolder | ( | Folder * | f | ) | [slot] |
Ask confirmation from user, deletes the folder f if user confirms and returns true, otherwise returns false;.
References MdiSubWindow::askOnCloseEvent(), changeFolder(), closeWindow(), confirmCloseFolder, current_folder, Folder::depth(), Folder::folderBelow(), Folder::folderListItem(), folders, projectFolder(), Folder::removeWindow(), removeWindowFromLists(), and Folder::windowsList().
void ApplicationWindow::deleteLayer | ( | ) | [slot] |
References activeWindow(), MultiLayer::confirmRemoveLayer(), and MultiLayerWindow.
Referenced by createActions().
void ApplicationWindow::deleteSelectedItems | ( | ) | [slot] |
Deletes the currently selected items from the list view lv.
References deleteFolder(), folders, lv, and window().
Referenced by clearSelection(), init(), and showListViewSelectionMenu().
QStringList ApplicationWindow::depending3DPlots | ( | Matrix * | m | ) | [slot] |
References windowsList().
Referenced by showWindowPopupMenu().
QStringList ApplicationWindow::dependingPlots | ( | const QString & | caption | ) | [slot] |
References Graph::curveNamesList(), TRUE, and windowsList().
Referenced by showWindowPopupMenu().
void ApplicationWindow::desactivateFolders | ( | ) | [slot] |
Sets all items in the folders list view to be desactivated (QPixmap = folder_closed_xpm).
References folders, and FolderListItem::setActive().
Referenced by changeFolder().
void ApplicationWindow::differentiate | ( | ) | [slot] |
References activeWindow(), analysis(), Table::colIndex(), Table::colName(), Table::colX(), Graph::curve(), d_indexed_colors, Diff, Filter::outputGraph(), Filter::run(), Table::selectedYColumns(), and Filter::setDataFromTable().
Referenced by createActions().
void ApplicationWindow::disableActions | ( | ) | [private, slot] |
References actionClearSelection, actionCopySelection, actionCutSelection, actionPasteSelection, actionPrint, actionPrintAllPlots, actionSaveTemplate, and actionSaveWindow.
Referenced by customMenu(), and initMainMenu().
void ApplicationWindow::disableToolbars | ( | ) | [private, slot] |
References columnTools, noteTools, plot3DTools, plotMatrixBar, plotTools, and tableTools.
Referenced by customToolBars(), and init().
void ApplicationWindow::disableTools | ( | ) | [slot] |
References Graph::disableTools(), displayBar, and windowsList().
Referenced by ~ApplicationWindow().
void ApplicationWindow::displayInfo | ( | const QString & | text | ) | [inline] |
References info.
Referenced by ArrowMarker::displayInfo().
QLineEdit* ApplicationWindow::displayInfoLineEdit | ( | ) | [inline] |
References info.
Referenced by ImportOPJ::importGraphs().
void ApplicationWindow::disregardCol | ( | ) | [slot] |
References activeWindow(), Table::None, Table::setPlotDesignation(), and TableWindow.
Referenced by createActions(), and showColMenu().
void ApplicationWindow::downloadManual | ( | ) | [slot] |
Show download page in external browser.
Referenced by createActions().
void ApplicationWindow::downloadTranslation | ( | ) | [slot] |
Show translations page in external browser.
Referenced by createActions().
void ApplicationWindow::dragEnterEvent | ( | QDragEnterEvent * | e | ) | [slot] |
void ApplicationWindow::dragFolderItems | ( | QList< Q3ListViewItem * > | items | ) | [inline, slot] |
void ApplicationWindow::drawArrow | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), btnPointer, Graph::drawLine(), MultiLayer::isEmpty(), modified(), and MultiLayerWindow.
Referenced by pickDataTool().
void ApplicationWindow::drawLine | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), btnPointer, Graph::drawLine(), MultiLayer::isEmpty(), modified(), and MultiLayerWindow.
Referenced by pickDataTool().
void ApplicationWindow::drawPoints | ( | ) | [slot] |
References activeWindow(), btnPointer, displayBar, info, MultiLayer::isEmpty(), MultiLayer::layersList(), MultiLayerWindow, and Graph::setActiveTool().
Referenced by pickDataTool().
void ApplicationWindow::dropEvent | ( | QDropEvent * | e | ) | [slot] |
References MultiLayer::activeLayer(), Graph::addImage(), MultiLayer::addLayer(), columnSeparator, d_ASCII_comment_string, d_ASCII_end_line, d_ASCII_import_comments, d_ASCII_import_locale, d_ASCII_import_read_only, d_workspace, generateUniqueName(), ignoredLines, importASCII(), importImage(), Matrix::importImage(), initMatrix(), MultiLayer::layerAt(), ImportASCIIDialog::NewTables, open(), renameColumns, scripted::scriptEnv, simplify_spaces, and strip_spaces.
void ApplicationWindow::dropFolderItems | ( | Q3ListViewItem * | dest | ) | [slot] |
Drop the objects in the list draggedItems to the folder of the destination item.
References Folder::addWindow(), changeFolder(), current_folder, draggedItems, Folder::folderListItem(), folders, hideFolderWindows(), moveFolder(), projectFolder(), Folder::removeWindow(), Folder::setActiveWindow(), and Folder::subfolders().
Referenced by init().
void ApplicationWindow::editMenuAboutToShow | ( | ) | [private, slot] |
References actionRedo, actionUndo, and activeWindow().
Referenced by initMainMenu().
void ApplicationWindow::editSurfacePlot | ( | ) | [slot] |
void ApplicationWindow::enableCompletion | ( | bool | on = true |
) |
References d_completer, d_completion, ScriptWindow::editor(), Folder::folderBelow(), projectFolder(), scriptWindow, ScriptEdit::setCompleter(), and Folder::windowsList().
Referenced by ConfigDialog::apply().
void ApplicationWindow::enableMdiArea | ( | bool | on = true |
) |
References d_mdi_windows_area, d_workspace, and windowsList().
Referenced by ScriptWindow::showWorkspace().
void ApplicationWindow::enableTextEditor | ( | Graph * | g | ) | [private, slot] |
QString ApplicationWindow::endOfLine | ( | ) |
References CR, CRLF, d_eol, and LF.
Referenced by Table::copySelection(), Matrix::copySelection(), Table::exportASCII(), and Matrix::exportASCII().
void ApplicationWindow::evaluate | ( | ) | [slot] |
References activeWindow(), Note::evaluate(), and NoteWindow.
Referenced by createActions().
void ApplicationWindow::execute | ( | ) | [slot] |
References activeWindow(), Note::execute(), and NoteWindow.
Referenced by createActions().
void ApplicationWindow::executeAll | ( | ) | [slot] |
References activeWindow(), Note::executeAll(), and NoteWindow.
Referenced by createActions(), and executeNotes().
void ApplicationWindow::executeNotes | ( | ) | [slot] |
execute all notes marked auto-exec
References executeAll(), projectFolder(), and Folder::windowsList().
Referenced by openProject(), and restartScriptingEnv().
void ApplicationWindow::exportAllGraphs | ( | ) | [slot] |
References ImageExportDialog::bitmapResolution(), ImageExportDialog::color(), ImageExportDialog::customExportSize(), d_confirm_overwrite, d_extended_export_dialog, d_image_export_filter, ImageExportDialog::escapeStrings(), ImageExportDialog::exportFontSizes(), Graph3D::exportImage(), MultiLayer::exportImage(), MultiLayer::exportSVG(), MultiLayer::exportTeX(), MultiLayer::exportVector(), Graph3D::exportVector(), imagesDirPath, MultiLayer::isEmpty(), ImageExportDialog::quality(), ImageExportDialog::scaleFontsFactor(), ImageExportDialog::selectFilter(), ImageExportDialog::sizeUnit(), ImageExportDialog::sortMode(), ImageExportDialog::textExportMode(), ImageExportDialog::transparency(), ImageExportDialog::vectorResolution(), and windowsList().
Referenced by createActions().
void ApplicationWindow::exportAllTables | ( | const QString & | dir, | |
const QString & | filter, | |||
const QString & | sep, | |||
bool | colNames, | |||
bool | colComments, | |||
bool | expSelection | |||
) | [slot] |
References d_confirm_overwrite, windowsList(), and workingDir.
Referenced by ExportDialog::accept().
void ApplicationWindow::exportGraph | ( | const QString & | exportFilter = QString::null |
) | [slot] |
References activeWindow(), ImageExportDialog::bitmapResolution(), ImageExportDialog::color(), ImageExportDialog::customExportSize(), d_extended_export_dialog, d_image_export_filter, ImageExportDialog::escapeStrings(), ImageExportDialog::exportFontSizes(), MultiLayer::exportImage(), MultiLayer::exportSVG(), MultiLayer::exportTeX(), MultiLayer::exportVector(), imagesDirPath, MultiLayer::isEmpty(), ImageExportDialog::quality(), ImageExportDialog::scaleFontsFactor(), ImageExportDialog::selectFilter(), ImageExportDialog::sizeUnit(), ImageExportDialog::sortMode(), ImageExportDialog::textExportMode(), ImageExportDialog::transparency(), and ImageExportDialog::vectorResolution().
Referenced by createActions(), exportPDF(), showGraphContextMenu(), and showWindowContextMenu().
void ApplicationWindow::exportLayer | ( | ) | [slot] |
References activeWindow(), ImageExportDialog::bitmapResolution(), ImageExportDialog::color(), ImageExportDialog::customExportSize(), d_extended_export_dialog, d_image_export_filter, ImageExportDialog::escapeStrings(), ImageExportDialog::exportFontSizes(), Graph::exportImage(), Graph::exportSVG(), Graph::exportTeX(), Graph::exportVector(), imagesDirPath, MultiLayerWindow, ImageExportDialog::quality(), ImageExportDialog::scaleFontsFactor(), ImageExportDialog::selectFilter(), ImageExportDialog::sizeUnit(), ImageExportDialog::transparency(), and ImageExportDialog::vectorResolution().
Referenced by showGraphContextMenu().
void ApplicationWindow::exportMatrix | ( | const QString & | exportFilter = QString::null |
) | [slot] |
References activeWindow(), ImageExportDialog::bitmapResolution(), ImageExportDialog::color(), d_extended_export_dialog, d_image_export_filter, Matrix::exportRasterImage(), Matrix::exportSVG(), Matrix::exportVector(), imagesDirPath, MatrixWindow, ImageExportDialog::quality(), ImageExportDialog::selectFilter(), and ImageExportDialog::vectorResolution().
Referenced by createActions(), and exportPDF().
void ApplicationWindow::exportPDF | ( | ) | [slot] |
References activeWindow(), d_confirm_overwrite, exportGraph(), exportMatrix(), MultiLayer::exportPDF(), getFileName(), and imagesDirPath.
Referenced by createActions().
void ApplicationWindow::exportPresentationODF | ( | ) | [slot] |
References ImageExportDialog::bitmapResolution(), ImageExportDialog::customExportSize(), d_extended_export_dialog, MultiLayer::exportImage(), imagesDirPath, MultiLayer::isEmpty(), ImageExportDialog::quality(), ImageExportDialog::scaleFontsFactor(), ImageExportDialog::sizeUnit(), ImageExportDialog::transparency(), and windowsList().
Referenced by createActions().
void ApplicationWindow::extractGraphs | ( | ) | [slot] |
void ApplicationWindow::extractLayers | ( | ) | [slot] |
void ApplicationWindow::fileMenuAboutToShow | ( | ) | [private, slot] |
References actionAppendProject, actionCloseAllWindows, actionCloseProject, actionExportAllGraphs, actionExportGraph, actionExportMatrix, actionExportPDF, actionImportImage, actionImportSound, actionLoad, actionLoadImage, actionNewFolder, actionNewFunctionPlot, actionNewGraph, actionNewMatrix, actionNewNote, actionNewProject, actionNewSurfacePlot, actionNewTable, actionOpen, actionOpenTemplate, actionPresentationODF, actionPrint, actionPrintAllPlots, actionPrintPreview, actionSaveProject, actionSaveProjectAs, actionSaveTemplate, actionSaveWindow, actionShowExportASCIIDialog, activeWindow(), exportPlotMenu, fileMenu, importMenu, newMenu, recent, recentMenuID, and reloadCustomActions().
Referenced by customMenu(), and initMainMenu().
void ApplicationWindow::find | ( | const QString & | s, | |
bool | windowNames, | |||
bool | labels, | |||
bool | folderNames, | |||
bool | caseSensitive, | |||
bool | partialMatch, | |||
bool | subfolders | |||
) | [slot] |
used by the findDialog
References activateWindow(), current_folder, Folder::findSubfolder(), Folder::findWindow(), FolderListItem::folder(), Folder::folderListItem(), and folders.
Referenced by FindDialog::accept().
void ApplicationWindow::fitFrameToLayer | ( | ) | [slot] |
Finds best layout for the 3D plot.
Finds best layout for the 3D plot
References activeWindow(), Graph3D::findBestLayout(), and Plot3DWindow.
Referenced by initPlot3DToolBar().
void ApplicationWindow::fitGauss | ( | ) | [slot] |
References analysis(), and FitGauss.
Referenced by createActions().
void ApplicationWindow::fitLinear | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), analysis(), Fit::chiSquare(), d_2_linear_fit_points, Table::drawableColumnSelection(), LinearFit::fit(), fit_output_precision, FitLinear, Fit::generateFunction(), generateUniformFitPoints, multilayerPlot(), newTable(), Table::numCols(), Fit::results(), Fit::rSquare(), Table::selectedYColumns(), Table::setCell(), Table::setColName(), Filter::setColor(), Filter::setDataFromCurve(), Filter::setOutputPrecision(), Table::setText(), MdiSubWindow::setWindowLabel(), and Table::table().
Referenced by createActions().
void ApplicationWindow::fitLorentz | ( | ) | [slot] |
References analysis(), and FitLorentz.
Referenced by createActions().
void ApplicationWindow::fitMultiPeak | ( | int | profile | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), btnPointer, displayBar, info, MultiLayer::isEmpty(), Graph::isPiePlot(), MultiLayerWindow, Graph::setActiveTool(), and Graph::validCurvesDataSize().
Referenced by fitMultiPeakGauss(), and fitMultiPeakLorentz().
void ApplicationWindow::fitMultiPeakGauss | ( | ) | [slot] |
References fitMultiPeak(), and MultiPeakFit::Gauss.
Referenced by createActions().
void ApplicationWindow::fitMultiPeakLorentz | ( | ) | [slot] |
References fitMultiPeak(), and MultiPeakFit::Lorentz.
Referenced by createActions().
void ApplicationWindow::fitSigmoidal | ( | ) | [slot] |
References analysis(), and FitSigmoidal.
Referenced by createActions().
void ApplicationWindow::fitSlope | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), analysis(), Fit::chiSquare(), d_2_linear_fit_points, Table::drawableColumnSelection(), LinearSlopeFit::fit(), fit_output_precision, FitSlope, Fit::generateFunction(), generateUniformFitPoints, multilayerPlot(), newTable(), Table::numCols(), Fit::results(), Fit::rSquare(), Table::selectedYColumns(), Table::setCell(), Table::setColName(), Filter::setColor(), Filter::setDataFromCurve(), Filter::setOutputPrecision(), Table::setText(), MdiSubWindow::setWindowLabel(), and Table::table().
Referenced by createActions().
void ApplicationWindow::flipMatrixHorizontally | ( | ) | [slot] |
References activeWindow(), Matrix::flipHorizontally(), and MatrixWindow.
Referenced by createActions().
void ApplicationWindow::flipMatrixVertically | ( | ) | [slot] |
References activeWindow(), Matrix::flipVertically(), and MatrixWindow.
Referenced by createActions().
void ApplicationWindow::folderItemChanged | ( | Q3ListViewItem * | it | ) | [slot] |
Changes the current folder when the user changes the current item in the QListView "folders".
References changeFolder(), and folders.
Referenced by init(), renameFolder(), and startRenameFolder().
void ApplicationWindow::folderItemDoubleClicked | ( | Q3ListViewItem * | it | ) | [slot] |
void ApplicationWindow::folderProperties | ( | ) | [slot] |
pops up folder information
References Folder::birthDate(), current_folder, Folder::path(), projectProperties(), Folder::sizeToString(), Folder::subfolders(), and Folder::windowsList().
Referenced by showFolderPopupMenu().
void ApplicationWindow::foldersMenuActivated | ( | int | id | ) | [slot] |
References changeFolder(), Folder::folderBelow(), and projectFolder().
Referenced by windowsMenuAboutToShow().
FunctionDialog * ApplicationWindow::functionDialog | ( | ) | [slot] |
Referenced by addFunctionCurve(), createActions(), and showFunctionDialog().
MultiLayer * ApplicationWindow::generate2DGraph | ( | Graph::CurveType | type | ) | [slot] |
Generate a new 2D graph.
References activeWindow(), Table::drawableColumnSelection(), Table::getSelection(), multilayerPlot(), plotHistogram(), and validFor2DPlot().
Referenced by plotArea(), plotBoxDiagram(), plotHistogram(), plotHorizontalBars(), plotHorSteps(), plotL(), plotLP(), plotP(), plotSpline(), plotStackBar(), plotStackColumn(), plotVerticalBars(), plotVerticalDropLines(), and plotVertSteps().
QString ApplicationWindow::generateUniqueName | ( | const QString & | name, | |
bool | increment = true | |||
) |
Generates a new unique name starting with string /param name. You can force the output to be a name different from /param name, even if 'name' is not used in the project, by setting /param increment = true (the default)
References Folder::folderBelow(), projectFolder(), and Folder::windowsList().
Referenced by Filter::addResultCurve(), DrawPointTool::appendPoint(), FrequencyCountDialog::apply(), clone(), Fit::covarianceMatrix(), dropEvent(), extractGraphs(), FFTDialog::fftMatrix(), MultiPeakFit::generateFitCurve(), importImage(), initMatrix(), initMultilayerPlot(), initTable(), loadImage(), matrixToTable(), multilayerPlot(), newGraph(), newMatrix(), newNote(), newPlot3D(), newTable(), openTemplate(), FFT::output(), Differentiation::output(), Fit::parametersTable(), plotImage(), plotImageProfiles(), plotSpectrogram(), Fit::showConfidenceLimits(), Fit::showPredictionLimits(), Fit::showResiduals(), and PlotDialog::showStatistics().
QString ApplicationWindow::getFileName | ( | QWidget * | parent = 0 , |
|
const QString & | caption = QString() , |
|||
const QString & | dir = QString() , |
|||
const QString & | filter = QString() , |
|||
QString * | selectedFilter = 0 , |
|||
bool | save = true , |
|||
bool | confirmOverwrite = true | |||
) | [static] |
Referenced by addImage(), CustomActionDialog::chooseFile(), CustomActionDialog::chooseIcon(), EnrichmentDialog::chooseImageFile(), ConfigDialog::chooseTexCompiler(), ScriptEdit::exportASCII(), exportPDF(), ScriptEdit::importASCII(), importExcel(), importImage(), importOdfSpreadsheet(), importWaveFile(), loadImage(), openTemplate(), saveAsTemplate(), saveFolderAsProject(), FitDialog::saveInitialGuesses(), saveProjectAs(), FitDialog::saveUserFunction(), saveWindowAs(), and showHelp().
void ApplicationWindow::goToColumn | ( | ) | [slot] |
References activeWindow().
Referenced by createActions().
void ApplicationWindow::goToParentFolder | ( | ) | [private] |
References current_folder, and projectFolder().
Referenced by appendProject(), and openProject().
void ApplicationWindow::goToRow | ( | ) | [slot] |
References activeWindow().
Referenced by createActions().
void ApplicationWindow::graphSelectionChanged | ( | SelectionMoveResizer * | s | ) | [slot] |
References actionLowerEnrichment, and actionRaiseEnrichment.
Referenced by custom2DPlotTools().
QString ApplicationWindow::guessEndOfLine | ( | const QString & | sample | ) | [static] |
Referenced by Table::pasteSelection(), and Matrix::pasteSelection().
bool ApplicationWindow::hasTable | ( | ) | [slot] |
Returns true if the project contains tables.
References Folder::folderBelow(), projectFolder(), and Folder::windowsList().
Referenced by add3DData(), and showWindowContextMenu().
bool ApplicationWindow::hidden | ( | QWidget * | window | ) | [slot] |
References hiddenWindows.
Referenced by showWindowPopupMenu(), windowGeometryInfo(), and windowsMenuActivated().
void ApplicationWindow::hideActiveWindow | ( | ) | [slot] |
References activeWindow(), and hideWindow().
Referenced by createActions().
void ApplicationWindow::hideAllFolderWindows | ( | ) | [slot] |
forces hidding all windows in the current folder and subfolders, depending on the user's viewing policy
References current_folder, FolderListItem::folder(), Folder::folderListItem(), hideWindow(), show_windows_policy, SubFolders, and Folder::windowsList().
Referenced by showFolderPopupMenu().
void ApplicationWindow::hideCurve | ( | ) | [slot] |
References actionHideCurve, MultiLayer::activeLayer(), activeWindow(), MultiLayerWindow, and Graph::showCurve().
Referenced by createActions().
void ApplicationWindow::hideFolderWindows | ( | Folder * | f | ) | [slot] |
hides all windows in folder f
References Folder::depth(), Folder::folderBelow(), and Folder::windowsList().
Referenced by changeFolder(), and dropFolderItems().
void ApplicationWindow::hideOtherCurves | ( | ) | [slot] |
References actionHideOtherCurves, MultiLayer::activeLayer(), activeWindow(), Graph::curveCount(), MultiLayerWindow, and Graph::showCurve().
Referenced by createActions().
void ApplicationWindow::hideSelectedColumns | ( | ) | [private, slot] |
References activeWindow(), Table::hideSelectedColumns(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::hideSelectedWindows | ( | ) | [slot] |
Hides the currently selected windows from the list view lv.
References folders, hideWindow(), and lv.
Referenced by showListViewSelectionMenu().
void ApplicationWindow::hideWindow | ( | MdiSubWindow * | window | ) | [slot] |
References hiddenWindows, modified(), and MdiSubWindow::setHidden().
Referenced by BaselineDialog::createBaseline(), ImportOPJ::importGraph3D(), ImportOPJ::importGraphs(), ImportOPJ::importNotes(), BaselineDialog::modifyBaseline(), restoreWindowGeometry(), Fit::showConfidenceLimits(), Fit::showPredictionLimits(), and Fit::showResiduals().
void ApplicationWindow::hideWindow | ( | ) | [slot] |
References lv, and WindowListItem::window().
Referenced by connectMultilayerPlot(), connectSurfacePlot(), connectTable(), createActions(), hideActiveWindow(), hideAllFolderWindows(), hideSelectedWindows(), initMatrix(), newHiddenTable(), and newNote().
void ApplicationWindow::highPassFilterDialog | ( | ) | [slot] |
References FFTFilter::HighPass, and showFilterDialog().
Referenced by createActions().
QString ApplicationWindow::imageFilter | ( | ) | [static] |
Referenced by addImage(), CustomActionDialog::chooseIcon(), EnrichmentDialog::chooseImageFile(), importImage(), and loadImage().
void ApplicationWindow::importASCII | ( | ) | [slot] |
References activeWindow(), asciiDirPath, ImportASCIIDialog::columnFormats(), ImportASCIIDialog::columnSeparator(), columnSeparator, ImportASCIIDialog::columnTypes(), ImportASCIIDialog::commentString(), d_ASCII_comment_string, d_ASCII_end_line, d_ASCII_file_filter, d_ASCII_import_comments, d_ASCII_import_locale, d_ASCII_import_mode, d_ASCII_import_read_only, d_extended_import_ASCII_dialog, d_import_ASCII_dialog_size, ImportASCIIDialog::decimalSeparators(), ImportASCIIDialog::endLineChar(), ImportASCIIDialog::ignoredLines(), ignoredLines, ImportASCIIDialog::importComments(), ImportASCIIDialog::importMode(), MatrixWindow, ImportASCIIDialog::readOnly(), ImportASCIIDialog::renameColumns(), renameColumns, saveSettings(), ImportASCIIDialog::selectFilter(), simplify_spaces, ImportASCIIDialog::simplifySpaces(), strip_spaces, ImportASCIIDialog::stripSpaces(), TableWindow, ImportASCIIDialog::useFirstRow(), and ImportASCIIDialog::useSecondRow().
Referenced by createActions(), and dropEvent().
void ApplicationWindow::importASCII | ( | const QStringList & | files, | |
int | import_mode, | |||
const QString & | local_column_separator, | |||
int | local_ignored_lines, | |||
bool | local_rename_columns, | |||
bool | local_strip_spaces, | |||
bool | local_simplify_spaces, | |||
bool | local_import_comments, | |||
QLocale | local_separators, | |||
const QString & | local_comment_string, | |||
bool | import_read_only, | |||
int | endLineChar, | |||
const QList< int > & | colTypes = QList<int>() , |
|||
const QStringList & | colFormats = QStringList() | |||
) | [slot] |
References activeWindow(), alreadyUsedName(), MdiSubWindow::Both, Matrix::importASCII(), Table::importASCII(), modifiedProject(), MdiSubWindow::Name, ImportASCIIDialog::NewColumns, ImportASCIIDialog::NewMatrices, newMatrix(), ImportASCIIDialog::NewRows, newTable(), ImportASCIIDialog::NewTables, Table::notifyChanges(), ImportASCIIDialog::Overwrite, Matrix::Overwrite, Table::Overwrite, MdiSubWindow::setCaptionPolicy(), MdiSubWindow::setWindowLabel(), setWindowName(), Matrix::verticalHeaderWidth(), and Table::verticalHeaderWidth().
Table * ApplicationWindow::importExcel | ( | const QString & | fileName = QString::null , |
|
int | sheet = -1 | |||
) | [slot] |
References getFileName().
Referenced by appendProject(), createActions(), and open().
Matrix * ApplicationWindow::importImage | ( | const QString & | fileName = QString() , |
|
bool | newWindow = false | |||
) | [slot] |
References activeWindow(), MdiSubWindow::Both, generateUniqueName(), getFileName(), imageFilter(), imagesDirPath, Matrix::importImage(), initMatrix(), MatrixWindow, scripted::scriptEnv, MdiSubWindow::setCaptionPolicy(), and MdiSubWindow::setWindowLabel().
Referenced by createActions(), dropEvent(), intensityTable(), and plotFile().
Table * ApplicationWindow::importOdfSpreadsheet | ( | const QString & | fileName = QString::null , |
|
int | sheet = -1 | |||
) | [slot] |
References MdiSubWindow::askOnCloseEvent(), getFileName(), OdsFileHandler::sheet(), OdsFileHandler::sheetsCount(), and updateRecentProjectsList().
Referenced by appendProject(), createActions(), and open().
Table * ApplicationWindow::importWaveFile | ( | ) | [slot] |
References format, getFileName(), newTable(), Table::setCell(), Table::setHeader(), Table::setText(), and showResults().
Referenced by createActions().
void ApplicationWindow::increaseNoteIndent | ( | ) | [slot] |
References activeWindow(), Note::currentEditor(), modifiedProject(), NoteWindow, and Note::setTabStopWidth().
Referenced by createActions().
void ApplicationWindow::increasePrecision | ( | ) | [private, slot] |
References activeWindow(), format, MatrixWindow, Matrix::precision(), Matrix::setNumericPrecision(), Matrix::textFormat(), and Matrix::undoStack().
Referenced by createActions().
QStringList ApplicationWindow::indexedColorNames | ( | ) | [inline] |
References d_indexed_color_names.
Referenced by ConfigDialog::initCurvesPage().
QList<QColor> ApplicationWindow::indexedColors | ( | ) | [inline] |
References d_indexed_colors.
Referenced by CurvesDialog::addCurve(), Graph::guessUniqueCurveLayout(), Graph::initCurveLayout(), ConfigDialog::initCurvesPage(), and Graph::plotBoxDiagram().
QList<int> ApplicationWindow::indexedSymbols | ( | ) | [inline] |
References d_symbols_list.
Referenced by CurvesDialog::addCurve(), Graph::guessUniqueCurveLayout(), Graph::initCurveLayout(), and ConfigDialog::initCurvesPage().
void ApplicationWindow::init | ( | bool | factorySettings = false |
) | [private] |
References actionNextWindow, actionPrevWindow, actionSaveProject, addFolder(), assistant, createActions(), createLanguagesList(), current_folder, d_text_editor, d_undo_view, d_workspace, defaultScriptingLang, deleteSelectedItems(), disableToolbars(), dragFolderItems(), dropFolderItems(), explorerSplitter, explorerWindow, folderItemChanged(), folderItemDoubleClicked(), folders, hiddenWindows, initCompleter(), initGlobalConstants(), ScriptingEnv::initialize(), initMainMenu(), initToolBars(), insertTranslatedStrings(), loadCustomActions(), logWindow, lv, maximizeWindow(), modified(), modifiedProject(), openRecentProject(), panelsColor, panelsTextColor, print(), readSettings(), recent, renamedTables, renameFolder(), renameWindow(), results, scripted::scriptEnv, scriptError(), scriptPrint(), scriptWindow, setAppColors(), Folder::setFolderListItem(), setScriptingLanguage(), showFolderPopupMenu(), showTable(), showWindowPopupMenu(), startRenameFolder(), tablesDepend, undoStackWindow, updateAppFonts(), updateExplorerWindowLayout(), windowActivated(), and workspaceColor.
Referenced by ApplicationWindow().
void ApplicationWindow::initCompleter | ( | ) | [private] |
References d_completer, Folder::folderBelow(), PythonSyntaxHighlighter::keywordsList(), ScriptingEnv::mathFunctions(), projectFolder(), scripted::scriptEnv, and Folder::windowsList().
Referenced by init(), and setScriptingLanguage().
void ApplicationWindow::initGlobalConstants | ( | ) | [private] |
References antialiasing2DPlots, appFont, appLanguage, appStyle, asciiDirPath, autoResizeLayers, autoSave, autoSaveTime, autoscale2DPlots, autoScaleFonts, autoSearchUpdates, autoSearchUpdatesRequest, axesLineWidth, canvasFrameWidth, columnSeparator, confirmCloseFolder, confirmCloseMatrix, confirmCloseNotes, confirmClosePlot2D, confirmClosePlot3D, confirmCloseTable, customActionsDirPath, d_2_linear_fit_points, d_3D_autoscale, d_3D_axes_color, d_3D_axes_font, d_3D_background_color, d_3D_color_map, d_3D_export_sort, d_3D_export_text_mode, d_3D_grid_color, d_3D_labels_color, d_3D_legend, d_3D_major_grids, d_3D_major_style, d_3D_major_width, d_3D_mesh_color, d_3D_minor_grid_color, d_3D_minor_grids, d_3D_minor_style, d_3D_minor_width, d_3D_numbers_color, d_3D_numbers_font, d_3D_orthogonal, d_3D_projection, d_3D_resolution, d_3D_smooth_mesh, d_3D_title_font, d_active_window, d_add_curves_dialog_size, d_app_rect, d_arrow_copy, d_ASCII_comment_string, d_ASCII_end_line, d_ASCII_file_filter, d_ASCII_import_comments, d_ASCII_import_first_row_role, d_ASCII_import_locale, d_ASCII_import_mode, d_ASCII_import_preview, d_ASCII_import_read_only, d_auto_update_table_values, d_backup_files, d_canvas_frame_color, d_class_highlight_color, d_column_tool_bar, d_comment_highlight_color, d_completer, d_completion, d_confirm_overwrite, d_curve_line_style, d_decimal_digits, d_display_tool_bar, d_edit_tool_bar, d_enrichement_copy, d_eol, d_export_ASCII_file_filter, d_export_bitmap_resolution, d_export_col_comment, d_export_col_names, d_export_col_separator, d_export_color, d_export_escape_tex_strings, d_export_quality, d_export_raster_size, d_export_size_unit, d_export_table_selection, d_export_tex_font_sizes, d_export_transparency, d_export_vector_resolution, d_extended_export_dialog, d_extended_import_ASCII_dialog, d_extended_open_dialog, d_extended_plot_dialog, d_file_tool_bar, d_fill_symbols, d_force_muParser, d_format_tool_bar, d_frame_geometry_unit, d_frame_widget_pen, d_function_highlight_color, d_graph_axes_labels_dist, d_graph_axis_labeling, d_graph_background_color, d_graph_background_opacity, d_graph_border_color, d_graph_border_width, d_graph_canvas_color, d_graph_canvas_opacity, d_graph_legend_display, d_graph_tick_labels_dist, d_image_export_filter, d_import_ASCII_dialog_size, d_in_place_editing, d_indexed_color_names, d_indexed_colors, d_indexed_symbols, d_inform_rename_table, d_init_window_type, d_is_appending_file, d_keep_aspect_ration, d_keyword_highlight_color, d_latex_compiler, d_latex_compiler_path, d_layer_canvas_height, d_layer_canvas_width, d_layer_geometry_unit, d_legend_default_angle, d_matrix_tool_bar, d_matrix_undo_stack_size, d_mdi_windows_area, d_multi_peak_messages, d_muparser_c_locale, d_note_line_numbers, d_notes_font, d_notes_tab_length, d_notes_tool_bar, d_numeric_highlight_color, d_open_project_filter, d_opening_file, d_plot3D_tool_bar, d_plot_tool_bar, d_preview_lines, d_print_cropmarks, d_print_paper_size, d_printer_orientation, d_python_config_folder, d_quotation_highlight_color, d_rect_default_background, d_rect_default_brush, d_scale_fonts_factor, d_scale_plots_on_print, d_script_win_on_top, d_script_win_rect, d_show_axes, d_show_axes_labels, d_show_current_folder, d_show_table_comments, d_symbol_style, d_symbols_list, d_synchronize_graph_scales, d_table_tool_bar, d_translations_folder, defaultArrowColor, defaultArrowHeadAngle, defaultArrowHeadFill, defaultArrowHeadLength, defaultArrowLineStyle, defaultArrowLineWidth, ColorBox::defaultColorNames(), ColorBox::defaultColors(), defaultCurveAlpha, defaultCurveBrush, defaultCurveLineWidth, defaultCurveStyle, defaultPlotMargin, defaultScriptingLang, defaultSymbolEdge, SymbolBox::defaultSymbols(), defaultSymbolSize, drawBackbones, fit_output_precision, fit_scale_errors, fitModelsPath, fitPluginsPath, fitPoints, generatePeakCurves, generateUniformFitPoints, Graph::getPenStyle(), helpFilePath, ignoredLines, imagesDirPath, lastCopiedLayer, legendBackground, legendFrameStyle, legendTextColor, FrameWidget::Line, Graph::LineSymbols, majTicksLength, majTicksStyle, minTicksLength, minTicksStyle, ImportASCIIDialog::NewTables, ScaleDraw::Out, panelsColor, panelsTextColor, pasteFitResultsToPlot, peakCurvesColor, FrameWidget::Pixel, plotAxesFont, plotLegendFont, plotNumbersFont, plotTitleFont, projectname, renameColumns, savingTimerId, FrameWidget::Scale, scriptsDirPath, show_windows_policy, simplify_spaces, strip_spaces, tableBkgdColor, tableHeaderColor, tableHeaderFont, tableTextColor, tableTextFont, templatesDir, titleOn, workingDir, workspaceColor, and writeFitResultsToLog.
Referenced by init().
void ApplicationWindow::initMainMenu | ( | ) | [private] |
References actionAbout, actionAddEllipse, actionAddErrorBars, actionAddFormula, actionAddFunctionCurve, actionAddImage, actionAddInsetCurveLayer, actionAddInsetLayer, actionAddLayer, actionAddRectangle, actionAddText, actionAutomaticLayout, actionCheckUpdates, actionChooseHelpFolder, actionClearLogInfo, actionClearSelection, actionColorMap, actionContourMap, actionCopySelection, actionDeleteFitTables, actionDeleteLayer, actionDonate, actionDownloadManual, actionExtractGraphs, actionExtractLayers, actionGrayMap, actionHelpBugReports, actionHelpForums, actionHomePage, actionImagePlot, actionImageProfilesPlot, actionNewLegend, actionPasteSelection, actionPlot3DBars, actionPlot3DHiddenLine, actionPlot3DPolygons, actionPlot3DScatter, actionPlot3DWireFrame, actionPlot3DWireSurface, actionPlotHistogram, actionRedo, actionShowConfigureDialog, actionShowCurvesDialog, actionShowExplorer, actionShowHelp, actionShowLayerDialog, actionShowLog, actionShowPlotWizard, actionShowUndoStack, actionTechnicalSupport, actionTimeStamp, actionToolBars, actionTranslations, actionUndo, analysisMenu, analysisMenuAboutToShow(), btnArrow, btnLine, decayMenu, disableActions(), edit, editMenuAboutToShow(), exportPlotMenu, fileMenu, fileMenuAboutToShow(), fillMenu, filterMenu, foldersMenu, format, graphMenu, help, importMenu, matrixMenu, matrixMenuAboutToShow(), multiPeakMenu, newMenu, normMenu, performCustomAction(), plot2DMenu, plot3DMenu, plotDataMenu, plotDataMenuAboutToShow(), plotMenuAboutToShow(), recent, scriptingMenu, scriptingMenuAboutToShow(), smoothMenu, tableMenu, tableMenuAboutToShow(), view, windowsMenu, and windowsMenuAboutToShow().
Referenced by init().
void ApplicationWindow::initMatrix | ( | Matrix * | m, | |
const QString & | caption | |||
) | [slot] |
References actionRedo, actionUndo, addListViewItem(), alreadyUsedName(), MdiSubWindow::askOnCloseEvent(), closeWindow(), confirmCloseMatrix, d_decimal_digits, d_mdi_windows_area, d_workspace, generateUniqueName(), hideWindow(), modified(), modifiedProject(), MdiSubWindow::setName(), Matrix::setNumericPrecision(), showWindowContextMenu(), Matrix::undoStack(), updateMatrixPlots(), and updateWindowStatus().
Referenced by dropEvent(), importImage(), and newMatrix().
void ApplicationWindow::initMultilayerPlot | ( | MultiLayer * | g, | |
const QString & | name | |||
) | [slot] |
References addListViewItem(), alreadyUsedName(), connectMultilayerPlot(), d_mdi_windows_area, d_print_cropmarks, d_scale_plots_on_print, d_workspace, generateUniqueName(), MultiLayer::printCropmarks(), MdiSubWindow::setName(), and MultiLayer::setScaleLayersOnPrint().
Referenced by multilayerPlot(), PlotWizard::plot2D(), and waterfallPlot().
void ApplicationWindow::initPlot3D | ( | Graph3D * | plot | ) | [private] |
References addListViewItem(), connectSurfacePlot(), customMenu(), customToolBars(), d_mdi_windows_area, d_workspace, and plot3DTools.
Referenced by newPlot3D().
void ApplicationWindow::initPlot3DToolBar | ( | ) | [private] |
References actionAnimate, actionFitFrame, actionPerspective, actionResetRotation, back, barstyle, Box, ceil, conestyle, coord, crossHairStyle, d_3D_orthogonal, filledmesh, fitFrameToLayer(), floor, floordata, flooriso, floornone, floorstyle, Frame, front, grids, hiddenline, left, None, pickCoordSystem(), pickFloorStyle(), pickPlotStyle(), plot3DTools, plotstyle, pointstyle, polygon, resetRotation(), right, setBackGrid3DPlot(), setCeilGrid3DPlot(), setFloorGrid3DPlot(), setFrontGrid3DPlot(), setLeftGrid3DPlot(), setRightGrid3DPlot(), toggle3DAnimation(), togglePerspective(), TRUE, and wireframe.
Referenced by initToolBars().
void ApplicationWindow::initTable | ( | Table * | w, | |
const QString & | caption | |||
) | [slot] |
References addListViewItem(), alreadyUsedName(), connectTable(), customTable(), d_mdi_windows_area, d_workspace, generateUniqueName(), and MdiSubWindow::setName().
Referenced by matrixToTable(), newHiddenTable(), newTable(), and newTableStatistics().
void ApplicationWindow::initToolBars | ( | ) | [private] |
References actionAddColToTable, actionAddEllipse, actionAddErrorBars, actionAddFormula, actionAddFunctionCurve, actionAddImage, actionAddInsetCurveLayer, actionAddInsetLayer, actionAddLayer, actionAddRectangle, actionAddText, actionAddZoomPlot, actionAdjustColumnWidth, actionAppendProject, actionAutomaticLayout, actionBoxPlot, actionClearSelection, actionColorMap, actionContourMap, actionCopySelection, actionCopyWindow, actionCustomSharedAxisLayers, actionCutSelection, actionDecreaseIndent, actionDecreasePrecision, actionDisregardCol, actionDragCurve, actionDrawPoints, actionExportPDF, actionExtractGraphs, actionExtractLayers, actionFind, actionFindNext, actionFindPrev, actionFlipMatrixHorizontally, actionFlipMatrixVertically, actionFontBold, actionFontBox, actionFontItalic, actionFontSize, actionGrayMap, actionGreekMajSymbol, actionGreekSymbol, actionImagePlot, actionImageProfilesPlot, actionIncreaseIndent, actionIncreasePrecision, actionLoad, actionLowerEnrichment, actionMagnify, actionMagnifyHor, actionMagnifyVert, actionMathSymbol, actionMoveColFirst, actionMoveColLast, actionMoveColLeft, actionMoveColRight, actionMoveRowDown, actionMoveRowUp, actionNewFolder, actionNewFunctionPlot, actionNewGraph, actionNewLegend, actionNewMatrix, actionNewNote, actionNewProject, actionNewSurfacePlot, actionNewTable, actionNoteExecute, actionNoteExecuteAll, actionOpen, actionOpenTemplate, actionPasteSelection, actionPlot2HorizontalLayers, actionPlot2VerticalLayers, actionPlot3DBars, actionPlot3DHiddenLine, actionPlot3DPolygons, actionPlot3DRibbon, actionPlot3DScatter, actionPlot3DTrajectory, actionPlot3DWireFrame, actionPlot3DWireSurface, actionPlot4Layers, actionPlotArea, actionPlotDoubleYAxis, actionPlotHistogram, actionPlotHorizontalBars, actionPlotHorSteps, actionPlotL, actionPlotLP, actionPlotP, actionPlotPie, actionPlotSpline, actionPlotStackedHistograms, actionPlotStackedLayers, actionPlotVectXYAM, actionPlotVectXYXY, actionPlotVerticalBars, actionPlotVerticalDropLines, actionPlotVertSteps, actionPrint, actionPrintPreview, actionRaiseEnrichment, actionRedo, actionReplace, actionRotateMatrix, actionRotateMatrixMinus, actionSaveProject, actionSaveTemplate, actionSetAscValues, actionSetLabelCol, actionSetMatrixValues, actionSetRandomValues, actionSetXCol, actionSetYCol, actionSetYErrCol, actionSetZCol, actionShowColStatistics, actionShowColumnValuesDialog, actionShowCurvesDialog, actionShowExplorer, actionShowLayerDialog, actionShowLog, actionShowRowStatistics, actionShowScriptWindow, actionSortTable, actionStackBars, actionStackColumns, actionStemPlot, actionSubscript, actionSuperscript, actionSwapColumns, actionTimeStamp, actionUnderline, actionUndo, actionUnzoom, actionWaterfallPlot, addEllipse(), addRectangle(), addTexFormula(), addText(), btnArrow, btnCursor, btnLine, btnMovePoints, btnPicker, btnPointer, btnRemovePoints, btnSelect, btnZoomIn, btnZoomOut, columnTools, dataTools, displayBar, editTools, fileTools, formatToolBar, info, initPlot3DToolBar(), noteTools, performCustomAction(), pickDataTool(), plotMatrixBar, plotTools, setFontFamily(), setFontSize(), tableTools, and toolBarsList().
Referenced by init().
void ApplicationWindow::initWindow | ( | ) | [slot] |
References d_init_window_type, MatrixWindow, MultiLayerWindow, newGraph(), newMatrix(), newNote(), newTable(), NoteWindow, savedProject(), and TableWindow.
Referenced by newProject(), and parseCommandLineArguments().
void ApplicationWindow::insert3DMatrixPlot | ( | const QString & | matrix_name | ) | [slot] |
References activeWindow(), Graph3D::addMatrixData(), matrix(), modified(), and Plot3DWindow.
Referenced by add3DMatrixPlot().
void ApplicationWindow::insertGreekMajSymbol | ( | ) | [private, slot] |
References d_text_editor, and SymbolDialog::upperGreek.
Referenced by createActions().
void ApplicationWindow::insertGreekSymbol | ( | ) | [private, slot] |
References d_text_editor, and SymbolDialog::lowerGreek.
Referenced by createActions().
void ApplicationWindow::insertMathSymbol | ( | ) | [private, slot] |
References d_text_editor, and SymbolDialog::mathSymbols.
Referenced by createActions().
void ApplicationWindow::insertNew3DData | ( | const QString & | colName | ) | [slot] |
References activeWindow(), Graph3D::insertNewData(), modified(), Plot3DWindow, and table().
Referenced by add3DData().
void ApplicationWindow::insertSubscript | ( | ) | [private, slot] |
References d_text_editor, and TextEditor::formatText().
Referenced by createActions().
void ApplicationWindow::insertSuperscript | ( | ) | [private, slot] |
References d_text_editor, and TextEditor::formatText().
Referenced by createActions().
void ApplicationWindow::insertTranslatedStrings | ( | ) | [private] |
References activeWindow(), analysisMenu, columnTools, customMenu(), decayMenu, displayBar, edit, editTools, explorerWindow, exportPlotMenu, fileMenu, fileTools, fillMenu, filterMenu, format, formatToolBar, graphMenu, help, importMenu, logWindow, lv, matrixMenu, multiPeakMenu, newMenu, normMenu, noteTools, plot2DMenu, plot3DMenu, plot3DTools, plotDataMenu, plotMatrixBar, plotTools, projectname, recentMenuID, scriptingMenu, scriptWindow, smoothMenu, tableMenu, tableTools, translateActionsStrings(), undoStackWindow, view, and windowsMenu.
Referenced by init(), and switchToLanguage().
void ApplicationWindow::integrate | ( | ) | [slot] |
References activeWindow(), analysis(), Folder::appendLogInfo(), Integration::area(), Table::colIndex(), Table::colName(), Table::colX(), current_folder, info, Integrate, newTable(), Filter::run(), Table::selectedYColumns(), Table::setCell(), Table::setColName(), Table::setText(), and showResults().
Referenced by createActions().
void ApplicationWindow::intensityTable | ( | ) | [slot] |
References Graph::activeEnrichment(), MultiLayer::activeLayer(), activeWindow(), ImageWidget::fileName(), importImage(), and MultiLayerWindow.
Referenced by createActions(), and showMarkerPopupMenu().
void ApplicationWindow::invertMatrix | ( | ) | [slot] |
References activeWindow(), Matrix::invert(), and MatrixWindow.
Referenced by createActions().
bool ApplicationWindow::isMdiAreaEnabled | ( | ) | [inline] |
References d_mdi_windows_area.
Referenced by ScriptWindow::initActions().
bool ApplicationWindow::isProjectFile | ( | const QString & | fn | ) | [private] |
Referenced by open(), and openRecentProject().
QString ApplicationWindow::listViewDate | ( | const QString & | caption | ) | [slot] |
References lv.
void ApplicationWindow::loadCustomActions | ( | ) |
References addCustomAction(), addCustomMenu(), customActionsDirPath, CustomMenuHandler::location(), CustomActionHandler::parentName(), and CustomMenuHandler::title().
Referenced by CustomActionDialog::chooseFolder(), and init().
void ApplicationWindow::loadImage | ( | ) | [slot] |
References getFileName(), imageFilter(), and imagesDirPath.
Referenced by createActions().
void ApplicationWindow::loadImage | ( | const QString & | fn | ) | [slot] |
ApplicationWindow * ApplicationWindow::loadScript | ( | const QString & | fn, | |
bool | execute = false , |
|||
bool | noGui = false | |||
) | [slot] |
Create a new project from a script file.
fn | is read as a Python script file and loaded in the command script window. | |
execute | specifies if the script should be executed after opening. |
References ScriptWindow::editor(), ScriptEdit::error(), ScriptWindow::executeAll(), ScriptEdit::executeAll(), ScriptEdit::importASCII(), ScriptWindow::open(), restoreApplicationGeometry(), scripted::scriptEnv, scriptWindow, setScriptingLanguage(), and showScriptWindow().
Referenced by open(), and parseCommandLineArguments().
void ApplicationWindow::lowerActiveEnrichment | ( | ) | [slot] |
References raiseActiveEnrichment().
Referenced by createActions().
void ApplicationWindow::lowPassFilterDialog | ( | ) | [slot] |
References FFTFilter::LowPass, and showFilterDialog().
Referenced by createActions().
void ApplicationWindow::magnify | ( | int | mode = 0 |
) | [slot] |
References activeWindow(), btnPointer, Graph::enablePanningMagnifier(), MultiLayer::isEmpty(), MultiLayer::layersList(), and MultiLayerWindow.
Referenced by createActions(), and pickDataTool().
Matrix * ApplicationWindow::matrix | ( | const QString & | name | ) | [slot] |
References d_is_appending_file, Folder::folderBelow(), projectFolder(), renamedTables, and Folder::windowsList().
Referenced by PlotDialog::acceptParams(), CurvesDialog::addCurve(), change3DMatrix(), Fit::covarianceMatrix(), FFTDialog::fftMatrix(), ImportOPJ::importGraph3D(), ImportOPJ::importGraphs(), insert3DMatrixPlot(), openGraph(), remove3DMatrixPlots(), Graph3D::restore(), and Graph::restoreSpectrogram().
void ApplicationWindow::matrixDeterminant | ( | ) | [slot] |
References activeWindow(), Folder::appendLogInfo(), current_folder, Matrix::determinant(), info, MatrixWindow, and showResults().
Referenced by createActions().
void ApplicationWindow::matrixDirectFFT | ( | ) | [slot] |
References activeWindow(), Matrix::fft(), and MatrixWindow.
Referenced by createActions().
void ApplicationWindow::matrixInverseFFT | ( | ) | [slot] |
References activeWindow(), Matrix::fft(), and MatrixWindow.
Referenced by createActions().
void ApplicationWindow::matrixMenuAboutToShow | ( | ) | [private, slot] |
References actionConvertMatrixDirect, actionConvertMatrixXYZ, actionConvertMatrixYXZ, actionFlipMatrixHorizontally, actionFlipMatrixVertically, actionGoToColumn, actionGoToRow, actionInvertMatrix, actionMatrixColumnRow, actionMatrixCustomScale, actionMatrixDefaultScale, actionMatrixDeterminant, actionMatrixGrayScale, actionMatrixRainbowScale, actionMatrixXY, actionRotateMatrix, actionRotateMatrixMinus, actionSetMatrixDimensions, actionSetMatrixProperties, actionSetMatrixValues, actionTableRecalculate, actionTransposeMatrix, actionViewMatrix, actionViewMatrixImage, activeWindow(), Matrix::colorMapType(), Matrix::headerViewType(), matrixMenu, MatrixWindow, reloadCustomActions(), and Matrix::viewType().
Referenced by customMenu(), and initMainMenu().
QStringList ApplicationWindow::matrixNames | ( | ) | [slot] |
Returns a list with the names of all the matrices in the project.
References Folder::folderBelow(), projectFolder(), and Folder::windowsList().
Referenced by add3DMatrixPlot(), CurvesDialog::addCurve(), change3DMatrix(), customMenu(), ExportDialog::initAdvancedOptions(), PlotDialog::initSpectrogramValuesPage(), FFTDialog::setMatrix(), and showWindowContextMenu().
Table * ApplicationWindow::matrixToTable | ( | Matrix * | m, | |
MatrixToTableConversion | conversionType = Direct | |||
) | [slot] |
References MdiSubWindow::captionPolicy(), MatrixModel::cell(), Matrix::cell(), Direct, generateUniqueName(), initTable(), Matrix::matrixModel(), Matrix::numCols(), Matrix::numRows(), scripted::scriptEnv, MdiSubWindow::setCaptionPolicy(), Table::setCell(), MdiSubWindow::setWindowLabel(), MdiSubWindow::windowLabel(), MatrixModel::x(), XYZ, MatrixModel::y(), and YXZ.
Referenced by convertMatrixToTableDirect(), convertMatrixToTableXYZ(), and convertMatrixToTableYXZ().
int ApplicationWindow::matrixUndoStackSize | ( | ) | [inline] |
References d_matrix_undo_stack_size.
Referenced by ConfigDialog::initAppPage().
void ApplicationWindow::maximizeWindow | ( | Q3ListViewItem * | lbi = 0 |
) | [slot] |
Referenced by createActions(), ImportOPJ::importGraph3D(), ImportOPJ::importNotes(), ImportOPJ::importTables(), and init().
void ApplicationWindow::maximizeWindow | ( | MdiSubWindow * | w | ) | [slot] |
void ApplicationWindow::memoryAllocationError | ( | ) | [static] |
Referenced by CreateBinMatrixDialog::accept().
QList< QMenu * > ApplicationWindow::menusList | ( | ) |
Referenced by CustomActionDialog::init().
void ApplicationWindow::minimizeWindow | ( | MdiSubWindow * | w = 0 |
) | [slot] |
References lv, modified(), MdiSubWindow::setMinimized(), updateWindowLists(), and window().
Referenced by createActions(), ImportOPJ::importGraph3D(), ImportOPJ::importNotes(), and ImportOPJ::importTables().
void ApplicationWindow::modified | ( | ) | [signal] |
Referenced by activateWindow(), change3DData(), change3DMatrix(), clearLogInfo(), clearSelection(), closeWindow(), connectSurfacePlot(), cutSelection(), defineErrorBars(), drawArrow(), drawLine(), hideWindow(), init(), initMatrix(), insert3DMatrixPlot(), insertNew3DData(), maximizeWindow(), minimizeWindow(), newPlot3D(), pasteSelection(), pickCoordSystem(), pickFloorStyle(), pickPlotStyle(), plot3DMatrix(), plotImage(), plotParametricSurface(), plotSurface(), plotXYZ(), showTable(), updateLog(), and windowActivated().
void ApplicationWindow::modifiedProject | ( | ) | [slot] |
Set the project status to modifed.
References actionSaveProject, and saved.
Referenced by RenameWindowDialog::accept(), addNoteTab(), DrawPointTool::appendPoint(), ConfigDialog::apply(), AxesDialog::applyAxisFormat(), AxesDialog::applyCanvasFormat(), PlotDialog::applyErrorBarFormat(), PlotDialog::applyLayerFormat(), PlotDialog::applyLineFormat(), PlotDialog::applySymbolsFormat(), cascade(), changeFolder(), EnrichmentDialog::chooseImageFile(), closeNoteTab(), connectMultilayerPlot(), connectTable(), decreaseNoteIndent(), EnrichmentDialog::frameApplyTo(), importASCII(), increaseNoteIndent(), init(), initMatrix(), modifiedProject(), DataPickerTool::movePoint(), newNote(), openRecentProject(), EnrichmentDialog::patternApplyTo(), renameCurrentNoteTab(), TranslateCurveTool::selectDestination(), showNoteLineNumbers(), EnrichmentDialog::textFormatApplyTo(), AxesDialog::updateGrid(), Plot3DDialog::updatePlot(), and updateWindowStatus().
void ApplicationWindow::modifiedProject | ( | MdiSubWindow * | w | ) | [slot] |
Set the project status to modified and save 'w' as the last modified widget.
References lv, modifiedProject(), and MdiSubWindow::sizeToString().
void ApplicationWindow::moveColumnFirst | ( | ) | [slot] |
References activeWindow(), Table::moveColumnBy(), Table::selectedColumn(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::moveColumnLast | ( | ) | [slot] |
References activeWindow(), Table::moveColumnBy(), Table::numCols(), Table::selectedColumn(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::moveColumnLeft | ( | ) | [slot] |
References activeWindow(), Table::moveColumnBy(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::moveColumnRight | ( | ) | [slot] |
References activeWindow(), Table::moveColumnBy(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::moveFolder | ( | FolderListItem * | src, | |
FolderListItem * | dest | |||
) | [slot] |
moves a folder item to another
src | source folder item | |
dest | destination folder item |
References copyFolder(), FolderListItem::folder(), and folders.
Referenced by dropFolderItems().
void ApplicationWindow::movePoints | ( | bool | wholeCurve = false |
) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), btnPointer, displayBar, info, MultiLayer::isEmpty(), Graph::isPiePlot(), DataPickerTool::Move, DataPickerTool::MoveCurve, MultiLayerWindow, Graph::setActiveTool(), DataPickerTool::setMode(), and Graph::validCurvesDataSize().
Referenced by pickDataTool().
void ApplicationWindow::moveTableRowDown | ( | ) | [slot] |
References activeWindow(), Table::moveRow(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::moveTableRowUp | ( | ) | [slot] |
References activeWindow(), Table::moveRow(), and TableWindow.
Referenced by createActions().
QStringList ApplicationWindow::multilayerDependencies | ( | QWidget * | w | ) | [slot] |
References Graph::curveNamesList(), and MultiLayer::layersList().
Referenced by saveWindow(), and showWindowPopupMenu().
MultiLayer * ApplicationWindow::multilayerPlot | ( | int | c, | |
int | r, | |||
int | style, | |||
const MultiLayer::AlignPolicy & | align = MultiLayer::AlignLayers | |||
) | [slot] |
References activeWindow(), Graph::addCurves(), MultiLayer::AlignCanvases, MultiLayer::arrangeLayers(), Table::colIndex(), Table::colPlotDesignation(), Graph::curveCount(), defaultCurveLineWidth, defaultSymbolSize, Table::drawableColumnSelection(), generateUniqueName(), MultiLayer::layersList(), Graph::newLegend(), MultiLayer::setAlignPolicy(), MultiLayer::setCommonLayerAxes(), setPreferences(), MultiLayer::setSpacing(), TableWindow, validFor2DPlot(), Table::xErr, and Table::yErr.
Referenced by appendProject(), LineProfileTool::calculateLineProfile(), clone(), extractGraphs(), fitLinear(), fitSlope(), generate2DGraph(), ImportOPJ::importGraphs(), loadImage(), multilayerPlot(), newGraph(), openProject(), openTemplate(), plot2HorizontalLayers(), plot2VerticalLayers(), plot4Layers(), plotDoubleYAxis(), plotFile(), plotHorizontalSharedAxisLayers(), plotImage(), plotImageProfiles(), plotPie(), plotSharedAxesLayers(), plotSpectrogram(), plotStackedHistograms(), plotStackedLayers(), plotStackSharedAxisLayers(), plotVectXYAM(), plotVectXYXY(), plotVerticalSharedAxisLayers(), showFitDialog(), LayerDialog::update(), and zoomRectanglePlot().
MultiLayer * ApplicationWindow::multilayerPlot | ( | Table * | w, | |
const QStringList & | colList, | |||
int | style, | |||
int | startRow = 0 , |
|||
int | endRow = -1 | |||
) | [slot] |
MultiLayer * ApplicationWindow::multilayerPlot | ( | const QString & | caption, | |
int | layers = 1 , |
|||
int | rows = 1 , |
|||
int | cols = 1 | |||
) | [slot] |
used when restoring a plot from a project file
References initMultilayerPlot().
MultiLayer * ApplicationWindow::newFunctionPlot | ( | QStringList & | formulas, | |
double | start, | |||
double | end, | |||
int | points = 100 , |
|||
const QString & | var = "x" , |
|||
int | type = 0 | |||
) | [slot] |
References MultiLayer::activeLayer(), Graph::addFunction(), newGraph(), and updateFunctionLists().
Referenced by FunctionDialog::acceptFunction(), FunctionDialog::acceptParametric(), and FunctionDialog::acceptPolar().
MultiLayer * ApplicationWindow::newGraph | ( | const QString & | caption = tr("Graph") |
) | [slot] |
Creates a new empty multilayer plot.
References MultiLayer::activeLayer(), MultiLayer::arrangeLayers(), generateUniqueName(), multilayerPlot(), Graph::newLegend(), and setPreferences().
Referenced by createActions(), initWindow(), newFunctionPlot(), and plotHistogram().
Table * ApplicationWindow::newHiddenTable | ( | const QString & | name, | |
const QString & | label, | |||
int | r, | |||
int | c, | |||
const QString & | text = QString() | |||
) | [slot] |
Create a Table which is initially hidden; used to return the result of an analysis operation.
name | window name (compare MdiSubWindow::MdiSubWindow) | |
label | window label (compare MdiSubWindow::MdiSubWindow) | |
r | number of rows | |
c | number of columns | |
text | tab/newline - seperated initial content; may be empty |
References hideWindow(), initTable(), scripted::scriptEnv, Table::setHeader(), and Table::setText().
Referenced by Filter::addResultCurve(), DrawPointTool::appendPoint(), MultiPeakFit::generateFitCurve(), ImportOPJ::importTables(), FFT::output(), Differentiation::output(), and plotImageProfiles().
void ApplicationWindow::newLegend | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), MultiLayer::isEmpty(), MultiLayerWindow, and Graph::newLegend().
Referenced by createActions().
Matrix * ApplicationWindow::newMatrix | ( | int | rows = 32 , |
|
int | columns = 32 | |||
) | [slot] |
Creates a new empty matrix.
References generateUniqueName(), initMatrix(), and scripted::scriptEnv.
Referenced by clone(), convertTableToMatrixRegularXYZ(), Fit::covarianceMatrix(), createActions(), FFTDialog::fftMatrix(), importASCII(), ImportOPJ::importTables(), initWindow(), openMatrix(), openTemplate(), and tableToMatrix().
Matrix * ApplicationWindow::newMatrix | ( | const QString & | caption, | |
int | r, | |||
int | c | |||
) | [slot] |
To be used when opening a project file only!
References d_inform_rename_table, d_is_appending_file, initMatrix(), renamedTables, and scripted::scriptEnv.
Note * ApplicationWindow::newNote | ( | const QString & | caption = QString() |
) | [slot] |
Creates a new empty note window.
References addListViewItem(), alreadyUsedName(), MdiSubWindow::askOnCloseEvent(), closeWindow(), confirmCloseNotes, d_mdi_windows_area, d_workspace, generateUniqueName(), hideWindow(), modifiedProject(), scripted::scriptEnv, scriptingMenuAboutToShow(), scriptsDirPathChanged(), Note::setName(), and updateWindowStatus().
Referenced by clone(), createActions(), ImportOPJ::importNotes(), initWindow(), newStemPlot(), and openNote().
Graph3D * ApplicationWindow::newPlot3D | ( | const QString & | title = QString() |
) | [slot] |
References alreadyUsedName(), generateUniqueName(), initPlot3D(), modified(), and MdiSubWindow::setName().
Referenced by addRibbon(), clone(), ImportOPJ::importGraph3D(), PlotWizard::plot3D(), plot3DMatrix(), PlotWizard::plot3DRibbon(), plotParametricSurface(), plotSurface(), plotXYZ(), and Graph3D::restore().
void ApplicationWindow::newProject | ( | ) | [slot] |
References ApplicationWindow(), closeProject(), initWindow(), restoreApplicationGeometry(), saveSettings(), and showSaveProjectMessage().
Referenced by createActions().
Note * ApplicationWindow::newStemPlot | ( | ) | [slot] |
References activeWindow(), Table::colName(), Note::currentEditor(), newNote(), Table::selectedColumns(), stemPlot(), Table::table(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::newSurfacePlot | ( | ) | [slot] |
Referenced by createActions().
Table * ApplicationWindow::newTable | ( | ) | [slot] |
Creates an empty table.
References generateUniqueName(), initTable(), and scripted::scriptEnv.
Referenced by FrequencyCountDialog::apply(), LineProfileTool::calculateLineProfile(), clone(), createActions(), BaselineDialog::createBaseline(), Graph::createTable(), OdsFileHandler::endElement(), Table::extractData(), fitLinear(), fitSlope(), importASCII(), ImportOPJ::importTables(), importWaveFile(), initWindow(), integrate(), BaselineDialog::modifyBaseline(), openTable(), openTemplate(), Fit::parametersTable(), plotFile(), Fit::showConfidenceLimits(), Fit::showPredictionLimits(), Fit::showResiduals(), and PlotDialog::showStatistics().
Table * ApplicationWindow::newTable | ( | const QString & | caption, | |
int | r, | |||
int | c | |||
) | [slot] |
Used when loading a table from a project file.
References d_inform_rename_table, d_is_appending_file, initTable(), renamedTables, and scripted::scriptEnv.
Table * ApplicationWindow::newTable | ( | int | r, | |
int | c, | |||
const QString & | name = QString() , |
|||
const QString & | legend = QString() | |||
) | [slot] |
References initTable(), and scripted::scriptEnv.
TableStatistics * ApplicationWindow::newTableStatistics | ( | Table * | base, | |
int | type, | |||
QList< int > | target, | |||
const QString & | caption = QString::null | |||
) | [slot] |
References initTable(), and scripted::scriptEnv.
Referenced by openTableStatistics(), showColStatistics(), and showRowStatistics().
void ApplicationWindow::normalizeActiveTable | ( | ) | [slot] |
References activeWindow(), Table::normalize(), Table::selectedColumns(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::normalizeSelection | ( | ) | [slot] |
References activeWindow(), Table::normalizeSelection(), Table::selectedColumns(), and TableWindow.
Referenced by createActions(), and showColMenu().
void ApplicationWindow::noteFindDialogue | ( | ) | [slot] |
References activeWindow(), Note::currentEditor(), NoteWindow, and ScriptEdit::showFindDialog().
Referenced by createActions().
void ApplicationWindow::noteFindNext | ( | ) | [slot] |
References activeWindow(), Note::currentEditor(), ScriptEdit::findNext(), and NoteWindow.
Referenced by createActions().
void ApplicationWindow::noteFindPrev | ( | ) | [slot] |
References activeWindow(), Note::currentEditor(), ScriptEdit::findPrevious(), and NoteWindow.
Referenced by createActions().
void ApplicationWindow::noteReplaceDialogue | ( | ) | [slot] |
References activeWindow(), Note::currentEditor(), NoteWindow, and ScriptEdit::showFindDialog().
Referenced by createActions().
void ApplicationWindow::open | ( | ) | [slot] |
References appendProject(), closeProject(), d_extended_open_dialog, isProjectFile(), OpenProjectDialog::NewFolder, OpenProjectDialog::NewProject, OpenProjectDialog::openMode(), projectname, saveSettings(), showSaveProjectMessage(), and workingDir.
Referenced by createActions(), dropEvent(), QtiPlotApplication::event(), open(), openProject(), openRecentProject(), and parseCommandLineArguments().
ApplicationWindow * ApplicationWindow::open | ( | const QString & | fn, | |
bool | factorySettings = false , |
|||
bool | newProject = true | |||
) | [slot] |
References d_file_version, file_uncompress(), importExcel(), importOdfSpreadsheet(), loadScript(), open(), openProject(), and plotFile().
Graph * ApplicationWindow::openGraph | ( | ApplicationWindow * | app, | |
MultiLayer * | plot, | |||
const QStringList & | list | |||
) | [slot] |
References CurveLayout::aCol, Graph::activeTool(), Graph::addArrow(), Graph::addErrorBars(), MultiLayer::addLayer(), CurveLayout::aStyle, autoscale2DPlots, autoScaleFonts, Graph::axisType(), Graph::Box, Table::colName(), CurveLayout::connectType, convertOldToNewColorIndex(), Graph::curve(), d_file_version, d_graph_axis_labeling, d_synchronize_graph_scales, ScaleDraw::Date, ScaleDraw::Day, ColorBox::defaultColor(), Graph::enableAutoscaling(), Graph::enableAxis(), Graph::enableAxisLabels(), Graph::enableDouglasPeukerSpeedMode(), CurveLayout::fillCol, CurveLayout::filledArea, format, Graph::getPenStyle(), Graph::grid(), Graph::Histogram, Graph::HorizontalBars, info, Graph::insertCurve(), Graph::insertFunctionCurve(), Graph::insertImageMarker(), Graph::insertLegend(), Graph::insertText(), CurveLayout::lCol, left, Graph::LineSymbols, Grid::load(), Graph::loadAxesLinewidth(), Graph::loadAxesOptions(), QwtHistogram::loadData(), CurveLayout::lStyle, CurveLayout::lWidth, matrix(), ScaleDraw::Month, ScaleDraw::Numeric, Table::numRows(), Graph::obsoleteSymbolStyle(), Graph::openBoxDiagram(), CurveLayout::penWidth, Graph::plotPie(), Graph::plotVectorCurve(), readColorFromProject(), renamedTables, EllipseWidget::restore(), RectangleWidget::restore(), LegendWidget::restore(), ImageWidget::restore(), TexWidget::restore(), PieLabel::restore(), FunctionCurve::restore(), Graph::restoreCurveLabels(), Graph::restoreHistogram(), Graph::restoreSpectrogram(), Graph::setActiveTool(), Graph::setAntialiasing(), Graph::setAutoscaleFonts(), Graph::setAxisColor(), Graph::setAxisFont(), Graph::setAxisFormula(), Graph::setAxisLabelRotation(), Graph::setAxisLabelsColor(), Graph::setAxisMargin(), Graph::setAxisTitleAlignment(), Graph::setAxisTitleColor(), Graph::setAxisTitleDistance(), Graph::setAxisTitleFont(), Graph::setAxisTitlePolicy(), Graph::setBackgroundColor(), Graph::setBarsGap(), QwtHistogram::setBinning(), Graph::setCanvasFrame(), Graph::setFrame(), Graph::setLabelsDateTimeFormat(), Graph::setLabelsDayFormat(), Graph::setLabelsMonthFormat(), Graph::setLabelsNumericFormat(), Graph::setLabelsTextFormat(), Graph::setMajorTicksType(), Graph::setMinorTicksType(), PlotCurve::setPlotStyle(), ScaleDraw::setPrefix(), Graph::setScale(), Graph::setScaleTitle(), ScaleDraw::setShowTicksPolicy(), PlotCurve::setSkipSymbolsCount(), ScaleDraw::setSuffix(), Graph::setSynchronizedScaleDivisions(), Graph::setTicksLength(), Graph::setTitleAlignment(), Graph::setTitleColor(), Graph::setTitleFont(), QwtBarCurve::setWhiteOut(), CurveLayout::sSize, CurveLayout::sType, CurveLayout::symCol, table(), ScaleDraw::Time, TRUE, Graph::updateAxesTitles(), Graph::updateCurveLayout(), Graph::updateLayout(), Graph::updateVectorsLayout(), Graph::VectXYAM, Graph::VectXYXY, and Graph::VerticalBars.
Referenced by appendProject(), openProject(), and openTemplate().
Matrix * ApplicationWindow::openMatrix | ( | ApplicationWindow * | app, | |
const QStringList & | flist | |||
) | [slot] |
References d_file_version, newMatrix(), Matrix::resetView(), restoreWindowGeometry(), MdiSubWindow::setBirthDate(), MdiSubWindow::setCaptionPolicy(), Matrix::setCell(), Matrix::setColorMap(), Matrix::setColorMapType(), Matrix::setColumnsWidth(), Matrix::setCoordinates(), Matrix::setFormula(), Matrix::setHeaderViewType(), setListViewDate(), Matrix::setText(), Matrix::setTextFormat(), Matrix::setViewType(), and MdiSubWindow::setWindowLabel().
Referenced by appendProject(), and openProject().
Note * ApplicationWindow::openNote | ( | ApplicationWindow * | app, | |
const QStringList & | flist | |||
) | [slot] |
References newNote(), restoreWindowGeometry(), MdiSubWindow::setBirthDate(), MdiSubWindow::setCaptionPolicy(), setListViewDate(), and MdiSubWindow::setWindowLabel().
Referenced by appendProject(), and openProject().
ApplicationWindow * ApplicationWindow::openProject | ( | const QString & | fn, | |
bool | factorySettings = false , |
|||
bool | newProject = true | |||
) | [slot] |
References addWindowsListToCompleter(), Folder::appendLogInfo(), ApplicationWindow(), changeFolder(), MultiLayer::createWaterfallBox(), current_folder, d_file_version, d_opening_file, d_workspace, executeNotes(), Folder::findSubfolder(), FolderListItem::folder(), Folder::folderListItem(), folders, goToParentFolder(), MultiLayer::linkXLayerAxes(), multilayerPlot(), open(), openGraph(), openMatrix(), openNote(), openTable(), openTableStatistics(), projectFolder(), projectname, renamedTables, Graph3D::restore(), Note::restore(), restoreApplicationGeometry(), restoreWindowGeometry(), saved, savedProject(), scripted::scriptEnv, MultiLayer::setAlignement(), MultiLayer::setAlignPolicy(), MdiSubWindow::setBirthDate(), Folder::setBirthDate(), MdiSubWindow::setCaptionPolicy(), Folder::setFolderListItem(), MultiLayer::setLayerCanvasSize(), setListViewDate(), MultiLayer::setMargins(), Folder::setModificationDate(), setScriptingLanguage(), MultiLayer::setSpacing(), MultiLayer::setWaterfallOffset(), MultiLayer::setWaterfallSideLines(), MdiSubWindow::setWindowLabel(), and updateRecentProjectsList().
Referenced by open().
void ApplicationWindow::openRecentProject | ( | int | index | ) | [slot] |
References closeProject(), isProjectFile(), modifiedProject(), open(), projectname, recent, recentProjects, saved, savedProject(), saveSettings(), showSaveProjectMessage(), and updateRecentProjectsList().
Referenced by init().
Table * ApplicationWindow::openTable | ( | ApplicationWindow * | app, | |
const QStringList & | flist | |||
) | [slot] |
References Table::columnType(), d_file_version, Table::hideColumn(), Table::loadHeader(), newTable(), Table::numCols(), restoreWindowGeometry(), MdiSubWindow::setBirthDate(), MdiSubWindow::setCaptionPolicy(), Table::setCell(), Table::setColComments(), Table::setColPlotDesignation(), Table::setColumnTypes(), Table::setColWidths(), Table::setCommand(), Table::setCommands(), Table::setHeader(), Table::setHeaderColType(), setListViewDate(), Table::setReadOnlyColumn(), Table::setText(), MdiSubWindow::setWindowLabel(), Table::table(), Table::X, and Table::Y.
Referenced by appendProject(), and openProject().
TableStatistics * ApplicationWindow::openTableStatistics | ( | const QStringList & | flist | ) | [slot] |
References TableStatistics::column, d_file_version, Table::loadHeader(), newTableStatistics(), Table::numCols(), restoreWindowGeometry(), TableStatistics::row, MdiSubWindow::setBirthDate(), MdiSubWindow::setCaptionPolicy(), Table::setColComments(), Table::setColPlotDesignation(), TableStatistics::setColumnStatsTypes(), Table::setColumnTypes(), Table::setColWidths(), Table::setCommand(), Table::setCommands(), Table::setHeader(), setListViewDate(), Table::setNumCols(), MdiSubWindow::setWindowLabel(), table(), Table::X, and Table::Y.
Referenced by openProject().
void ApplicationWindow::openTemplate | ( | ) | [slot] |
References getFileName(), and templatesDir.
Referenced by createActions().
MdiSubWindow * ApplicationWindow::openTemplate | ( | const QString & | fn | ) | [slot] |
References MultiLayer::createWaterfallBox(), customMenu(), customToolBars(), d_file_version, generateUniqueName(), MultiLayer::linkXLayerAxes(), multilayerPlot(), newMatrix(), newTable(), openGraph(), MdiSubWindow::restore(), Graph3D::restore(), restoreWindowGeometry(), MultiLayer::setAlignement(), MultiLayer::setAlignPolicy(), MultiLayer::setLayerCanvasSize(), MultiLayer::setMargins(), MultiLayer::setSpacing(), MultiLayer::setWaterfallOffset(), and MultiLayer::setWaterfallSideLines().
void ApplicationWindow::parseCommandLineArguments | ( | const QStringList & | args | ) | [slot] |
References copyright_string, d_mdi_windows_area, ScriptWindow::executeAll(), initWindow(), loadScript(), locales, open(), ScriptWindow::open(), release_date, savedProject(), saveSettings(), scriptWindow, setScriptingLanguage(), showScriptWindow(), switchToLanguage(), versionString(), and workingDir.
Referenced by QtiPlotApplication::QtiPlotApplication().
void ApplicationWindow::pasteSelection | ( | ) | [slot] |
References MultiLayer::activeLayer(), Graph::activeTool(), activeWindow(), Graph::add(), Graph::addArrow(), MultiLayer::addLayer(), MultiLayer::canvas(), Graph::copy(), d_arrow_copy, d_enrichement_copy, Graph::deselectMarker(), ArrowMarker::endPoint(), ArrowMarker::endPointCoord(), lastCopiedLayer, modified(), FrameWidget::move(), MultiLayer::numLayers(), Graph::rangeSelectorsEnabled(), Graph::rangeSelectorTool(), PlotToolInterface::rtti(), Graph::setCanvasGeometry(), ArrowMarker::setEndPoint(), ArrowMarker::setStartPoint(), ArrowMarker::startPoint(), and ArrowMarker::startPointCoord().
Referenced by connectMultilayerPlot(), createActions(), showColMenu(), showGraphContextMenu(), showTableContextMenu(), and showWindowContextMenu().
void ApplicationWindow::performCustomAction | ( | QAction * | action | ) | [private, slot] |
References d_user_actions, ScriptEdit::executeAll(), ScriptEdit::importASCII(), scripted::scriptEnv, and setScriptingLanguage().
Referenced by addCustomMenu(), initMainMenu(), and initToolBars().
void ApplicationWindow::pickCoordSystem | ( | QAction * | action | ) | [slot] |
References Box, Frame, grids, modified(), None, removeAxes3DPlot(), setBoxed3DPlot(), and setFramed3DPlot().
Referenced by initPlot3DToolBar().
void ApplicationWindow::pickDataTool | ( | QAction * | action | ) | [slot] |
References actionDragCurve, actionDrawPoints, actionMagnify, actionMagnifyHor, actionMagnifyVert, activeWindow(), btnArrow, btnCursor, btnLine, btnMovePoints, btnPicker, btnRemovePoints, btnSelect, btnZoomIn, btnZoomOut, Graph::disableTools(), drawArrow(), drawLine(), drawPoints(), MultiLayer::layersList(), magnify(), movePoints(), MultiLayerWindow, removePoints(), showCursor(), showRangeSelectors(), showScreenReader(), zoomIn(), and zoomOut().
Referenced by initToolBars().
void ApplicationWindow::pickFloorStyle | ( | QAction * | action | ) | [slot] |
References floordata, flooriso, modified(), setEmptyFloor3DPlot(), setFloorData3DPlot(), and setFloorIso3DPlot().
Referenced by initPlot3DToolBar().
void ApplicationWindow::pickPlotStyle | ( | QAction * | action | ) | [slot] |
References barstyle, conestyle, crossHairStyle, filledmesh, hiddenline, modified(), pointstyle, polygon, removeGrid3DPlot(), setBars3DPlot(), setCones3DPlot(), setCrosses3DPlot(), setFilledMesh3DPlot(), setHiddenLineGrid3DPlot(), setLineGrid3DPlot(), setPoints3DPlot(), and wireframe.
Referenced by initPlot3DToolBar().
void ApplicationWindow::pickPointerCursor | ( | ) | [slot] |
References btnPointer.
Referenced by AddWidgetTool::AddWidgetTool(), connectMultilayerPlot(), DataPickerTool::keyEventFilter(), and AddWidgetTool::~AddWidgetTool().
void ApplicationWindow::pixelLineProfile | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), MultiLayerWindow, and Graph::setActiveTool().
Referenced by createActions(), and showMarkerPopupMenu().
void ApplicationWindow::plot2HorizontalLayers | ( | ) | [slot] |
References defaultCurveStyle, and multilayerPlot().
Referenced by createActions().
void ApplicationWindow::plot2VerticalLayers | ( | ) | [slot] |
References defaultCurveStyle, and multilayerPlot().
Referenced by createActions().
void ApplicationWindow::plot3DBars | ( | ) | [slot] |
References activeWindow(), Graph3D::Bars, Table::colName(), plot3DMatrix(), plotXYZ(), Table::selectedColumn(), Table::selectedColumns(), table(), and validFor3DPlot().
Referenced by createActions().
void ApplicationWindow::plot3DHiddenLine | ( | ) | [slot] |
References plot3DMatrix().
Referenced by createActions().
References activeWindow(), Graph3D::addMatrixData(), Matrix::colorMap(), custom3DActions(), Graph3D::customPlotStyle(), MatrixWindow, modified(), newPlot3D(), Graph3D::setDataColorMap(), and Graph3D::update().
Referenced by plot3DBars(), plot3DHiddenLine(), plot3DPolygons(), plot3DScatter(), plot3DWireframe(), and plot3DWireSurface().
void ApplicationWindow::plot3DPolygons | ( | ) | [slot] |
References plot3DMatrix().
Referenced by createActions().
void ApplicationWindow::plot3DRibbon | ( | ) | [slot] |
References activeWindow(), Table::colName(), plotXYZ(), Graph3D::Ribbon, Table::selectedColumn(), Table::selectedColumns(), table(), TableWindow, and validFor3DPlot().
Referenced by createActions().
void ApplicationWindow::plot3DScatter | ( | ) | [slot] |
References activeWindow(), Table::colName(), plot3DMatrix(), plotXYZ(), Graph3D::Scatter, Table::selectedColumn(), Table::selectedColumns(), table(), and validFor3DPlot().
Referenced by createActions().
void ApplicationWindow::plot3DTrajectory | ( | ) | [slot] |
References activeWindow(), Table::colName(), plotXYZ(), Table::selectedColumn(), Table::selectedColumns(), table(), TableWindow, Graph3D::Trajectory, and validFor3DPlot().
Referenced by createActions().
void ApplicationWindow::plot3DWireframe | ( | ) | [slot] |
References plot3DMatrix().
Referenced by createActions().
void ApplicationWindow::plot3DWireSurface | ( | ) | [slot] |
References plot3DMatrix().
Referenced by createActions().
void ApplicationWindow::plot4Layers | ( | ) | [slot] |
References defaultCurveStyle, and multilayerPlot().
Referenced by createActions().
void ApplicationWindow::plotArea | ( | ) | [slot] |
References Graph::Area, and generate2DGraph().
Referenced by createActions().
void ApplicationWindow::plotBoxDiagram | ( | ) | [slot] |
References Graph::Box, and generate2DGraph().
Referenced by createActions().
MultiLayer * ApplicationWindow::plotColorMap | ( | Matrix * | m = 0 |
) | [slot] |
References activeWindow(), Graph::ColorMap, MatrixWindow, and plotSpectrogram().
Referenced by createActions().
MultiLayer * ApplicationWindow::plotContour | ( | Matrix * | m = 0 |
) | [slot] |
References activeWindow(), Graph::Contour, MatrixWindow, and plotSpectrogram().
Referenced by createActions().
void ApplicationWindow::plotCustomLayout | ( | bool | sharedAxes = false |
) | [slot] |
References activeWindow(), d_layer_canvas_height, d_layer_canvas_width, d_layer_geometry_unit, defaultCurveStyle, Table::drawableColumnSelection(), TableWindow, and validFor2DPlot().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::plotCustomLayoutSharedAxes | ( | ) | [inline, slot] |
References plotCustomLayout().
Referenced by createActions().
void ApplicationWindow::plotDataMenuAboutToShow | ( | ) | [private, slot] |
References actionDragCurve, actionDrawPoints, actionMagnify, actionMagnifyHor, actionMagnifyVert, actionUnzoom, btnCursor, btnMovePoints, btnPicker, btnPointer, btnRemovePoints, btnSelect, btnZoomIn, btnZoomOut, plotDataMenu, and reloadCustomActions().
Referenced by initMainMenu().
void ApplicationWindow::plotDoubleYAxis | ( | ) | [slot] |
ApplicationWindow * ApplicationWindow::plotFile | ( | const QString & | fn | ) | [slot] |
Create a new project from a data file.
fn | is read as a data file with the default column separator (as set by the user) and inserted as a table into a new, empty project. This table is then plotted with the Graph::LineSymbols style. |
References ApplicationWindow(), MdiSubWindow::Both, columnSeparator, d_ASCII_comment_string, d_ASCII_end_line, d_ASCII_import_comments, d_ASCII_import_locale, d_ASCII_import_read_only, defaultCurveStyle, Table::importASCII(), importImage(), multilayerPlot(), newTable(), Table::Overwrite, renameColumns, restoreApplicationGeometry(), savedProject(), MdiSubWindow::setCaptionPolicy(), simplify_spaces, strip_spaces, and Table::YColumns().
Referenced by open().
MultiLayer * ApplicationWindow::plotGrayScale | ( | Matrix * | m = 0 |
) | [slot] |
References activeWindow(), Graph::GrayScale, MatrixWindow, and plotSpectrogram().
Referenced by createActions().
MultiLayer * ApplicationWindow::plotHistogram | ( | ) | [slot] |
References generate2DGraph(), and Graph::Histogram.
Referenced by createActions(), generate2DGraph(), and plotSpectrogram().
MultiLayer * ApplicationWindow::plotHistogram | ( | Matrix * | m | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), Graph::addHistogram(), MatrixWindow, and newGraph().
void ApplicationWindow::plotHorizontalBars | ( | ) | [slot] |
References generate2DGraph(), and Graph::HorizontalBars.
Referenced by createActions().
void ApplicationWindow::plotHorizontalSharedAxisLayers | ( | ) | [slot] |
References MultiLayer::AlignCanvases, defaultCurveStyle, and multilayerPlot().
Referenced by createActions().
void ApplicationWindow::plotHorSteps | ( | ) | [slot] |
References generate2DGraph(), and Graph::HorizontalSteps.
Referenced by createActions().
MultiLayer * ApplicationWindow::plotImage | ( | Matrix * | m = 0 |
) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), MultiLayer::arrangeLayers(), Graph::enableAxis(), generateUniqueName(), Graph::GrayScale, Graph::Linear, MatrixWindow, modified(), multilayerPlot(), Graph::plotSpectrogram(), Graph::setAxisTitle(), setPreferences(), Graph::setScale(), Matrix::xEnd(), Matrix::xStart(), Matrix::yEnd(), and Matrix::yStart().
Referenced by createActions(), and plotSpectrogram().
MultiLayer * ApplicationWindow::plotImageProfiles | ( | Matrix * | m = 0 |
) | [slot] |
void ApplicationWindow::plotL | ( | ) | [slot] |
References generate2DGraph(), and Graph::Line.
Referenced by createActions().
void ApplicationWindow::plotLP | ( | ) | [slot] |
References generate2DGraph(), and Graph::LineSymbols.
Referenced by createActions().
void ApplicationWindow::plotMenuAboutToShow | ( | ) | [private, slot] |
References actionAddZoomPlot, actionBoxPlot, actionCustomLayout, actionCustomSharedAxisLayers, actionHorSharedAxisLayers, actionPlot2HorizontalLayers, actionPlot2VerticalLayers, actionPlot3DBars, actionPlot3DRibbon, actionPlot3DScatter, actionPlot3DTrajectory, actionPlot4Layers, actionPlotArea, actionPlotDoubleYAxis, actionPlotHistogram, actionPlotHorizontalBars, actionPlotHorSteps, actionPlotL, actionPlotLP, actionPlotP, actionPlotPie, actionPlotSpline, actionPlotStackedHistograms, actionPlotStackedLayers, actionPlotVectXYAM, actionPlotVectXYXY, actionPlotVerticalBars, actionPlotVerticalDropLines, actionPlotVertSteps, actionSharedAxesLayers, actionStackBars, actionStackColumns, actionStackSharedAxisLayers, actionStemPlot, actionVertSharedAxisLayers, actionWaterfallPlot, plot2DMenu, and reloadCustomActions().
Referenced by initMainMenu().
void ApplicationWindow::plotP | ( | ) | [slot] |
References generate2DGraph(), and Graph::Scatter.
Referenced by createActions().
Graph3D * ApplicationWindow::plotParametricSurface | ( | const QString & | xFormula, | |
const QString & | yFormula, | |||
const QString & | zFormula, | |||
double | ul, | |||
double | ur, | |||
double | vl, | |||
double | vr, | |||
int | columns, | |||
int | rows, | |||
bool | uPeriodic, | |||
bool | vPeriodic | |||
) | [slot] |
References Graph3D::addParametricSurface(), d_3D_color_map, modified(), newPlot3D(), Graph3D::setDataColorMap(), and Graph3D::update().
Referenced by SurfaceDialog::acceptParametricSurface().
void ApplicationWindow::plotPie | ( | ) | [slot] |
References activeWindow(), Table::getSelection(), multilayerPlot(), Graph::Pie, Table::selectedColumns(), table(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::plotSharedAxesLayers | ( | ) | [slot] |
References MultiLayer::AlignCanvases, defaultCurveStyle, and multilayerPlot().
Referenced by createActions().
MultiLayer * ApplicationWindow::plotSpectrogram | ( | Matrix * | m, | |
Graph::CurveType | type | |||
) | [slot] |
Creates a new spectrogram graph.
References MultiLayer::activeLayer(), MultiLayer::arrangeLayers(), generateUniqueName(), Graph::Histogram, Graph::ImagePlot, multilayerPlot(), plotHistogram(), plotImage(), Graph::plotSpectrogram(), and setPreferences().
Referenced by plotColorMap(), plotContour(), and plotGrayScale().
void ApplicationWindow::plotSpline | ( | ) | [slot] |
References generate2DGraph(), and Graph::Spline.
Referenced by createActions().
void ApplicationWindow::plotStackBar | ( | ) | [slot] |
References generate2DGraph(), and Graph::StackBar.
Referenced by createActions().
void ApplicationWindow::plotStackColumn | ( | ) | [slot] |
References generate2DGraph(), and Graph::StackColumn.
Referenced by createActions().
void ApplicationWindow::plotStackedHistograms | ( | ) | [slot] |
References Graph::Histogram, and multilayerPlot().
Referenced by createActions().
void ApplicationWindow::plotStackedLayers | ( | ) | [slot] |
References defaultCurveStyle, and multilayerPlot().
Referenced by createActions().
void ApplicationWindow::plotStackSharedAxisLayers | ( | ) | [slot] |
References MultiLayer::AlignCanvases, defaultCurveStyle, and multilayerPlot().
Referenced by createActions().
Graph3D * ApplicationWindow::plotSurface | ( | const QString & | formula, | |
double | xl, | |||
double | xr, | |||
double | yl, | |||
double | yr, | |||
double | zl, | |||
double | zr, | |||
int | columns = 40 , |
|||
int | rows = 30 | |||
) | [slot] |
References Graph3D::addFunction(), d_3D_color_map, modified(), newPlot3D(), Graph3D::setDataColorMap(), and Graph3D::update().
Referenced by SurfaceDialog::acceptFunction().
void ApplicationWindow::plotVectXYAM | ( | ) | [slot] |
References activeWindow(), Table::getSelection(), multilayerPlot(), Table::selectedColumns(), table(), TableWindow, validFor2DPlot(), and Graph::VectXYAM.
Referenced by createActions().
void ApplicationWindow::plotVectXYXY | ( | ) | [slot] |
References activeWindow(), Table::getSelection(), multilayerPlot(), Table::selectedColumns(), table(), TableWindow, validFor2DPlot(), and Graph::VectXYXY.
Referenced by createActions().
void ApplicationWindow::plotVerticalBars | ( | ) | [slot] |
References generate2DGraph(), and Graph::VerticalBars.
Referenced by createActions().
void ApplicationWindow::plotVerticalDropLines | ( | ) | [slot] |
References generate2DGraph(), and Graph::VerticalDropLines.
Referenced by createActions().
void ApplicationWindow::plotVerticalSharedAxisLayers | ( | ) | [slot] |
References MultiLayer::AlignCanvases, defaultCurveStyle, and multilayerPlot().
Referenced by createActions().
void ApplicationWindow::plotVertSteps | ( | ) | [slot] |
References generate2DGraph(), and Graph::VerticalSteps.
Referenced by createActions().
References Graph3D::addData(), Graph3D::addRibbon(), Table::colIndex(), Table::colName(), Table::colX(), Table::colY(), d_3D_color_map, modified(), newPlot3D(), Graph3D::Ribbon, Graph3D::setDataColorMap(), and Graph3D::update().
Referenced by plot3DBars(), plot3DRibbon(), plot3DScatter(), and plot3DTrajectory().
void ApplicationWindow::print | ( | ) | [slot] |
References activeWindow(), and MdiSubWindow::print().
Referenced by createActions(), init(), printPreview(), setScriptingLanguage(), showGraphContextMenu(), and showWindowPopupMenu().
void ApplicationWindow::printAllPlots | ( | ) | [slot] |
References windowsList().
Referenced by createActions().
void ApplicationWindow::printPreview | ( | ) | [slot] |
References activeWindow(), d_print_paper_size, d_printer_orientation, print(), and setPrintPreviewOptions().
Referenced by createActions().
Folder * ApplicationWindow::projectFolder | ( | ) | [slot] |
returns a pointer to the root project folder
References folders.
Referenced by addFolder(), addWindowsListToCompleter(), alreadyUsedName(), closeProject(), ImportOPJ::createProjectTree(), deleteFolder(), dropFolderItems(), enableCompletion(), executeNotes(), foldersMenuActivated(), generateUniqueName(), goToParentFolder(), hasTable(), initCompleter(), matrix(), matrixNames(), openProject(), projectHas2DPlots(), renameFolder(), savedProject(), saveProject(), setAutoUpdateTableValues(), setMatrixUndoStackSize(), CurvesDialog::showCurrentFolder(), table(), tableList(), tableNames(), windowsList(), and windowsMenuAboutToShow().
bool ApplicationWindow::projectHas2DPlots | ( | ) | [slot] |
References Folder::folderBelow(), projectFolder(), and Folder::windowsList().
Referenced by customMenu().
void ApplicationWindow::projectProperties | ( | ) | [slot] |
pops up information about the current project
References Folder::birthDate(), current_folder, projectname, Folder::subfolders(), and windowsList().
Referenced by folderProperties().
void ApplicationWindow::raiseActiveEnrichment | ( | bool | on = true |
) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), MultiLayerWindow, and Graph::selectionMoveResizer().
Referenced by createActions(), and lowerActiveEnrichment().
QColor ApplicationWindow::readColorFromProject | ( | const QString & | name | ) |
References convertOldToNewColorIndex(), d_file_version, and ColorBox::defaultColor().
Referenced by openGraph().
void ApplicationWindow::readSettings | ( | ) | [slot] |
References ActiveFolder, antialiasing2DPlots, appFont, appLanguage, appStyle, asciiDirPath, autoResizeLayers, autoSave, autoSaveTime, autoscale2DPlots, autoScaleFonts, autoSearchUpdates, axesLineWidth, PatternBox::brushStyle(), canvasFrameWidth, changeAppStyle(), columnSeparator, confirmCloseFolder, confirmCloseMatrix, confirmCloseNotes, confirmClosePlot2D, confirmClosePlot3D, confirmCloseTable, customActionsDirPath, d_2_linear_fit_points, d_3D_autoscale, d_3D_axes_color, d_3D_axes_font, d_3D_background_color, d_3D_color_map, d_3D_export_sort, d_3D_export_text_mode, d_3D_grid_color, d_3D_labels_color, d_3D_legend, d_3D_major_grids, d_3D_major_style, d_3D_major_width, d_3D_mesh_color, d_3D_minor_grid_color, d_3D_minor_grids, d_3D_minor_style, d_3D_minor_width, d_3D_numbers_color, d_3D_numbers_font, d_3D_orthogonal, d_3D_projection, d_3D_resolution, d_3D_smooth_mesh, d_3D_title_font, d_add_curves_dialog_size, d_app_rect, d_ASCII_comment_string, d_ASCII_end_line, d_ASCII_file_filter, d_ASCII_import_comments, d_ASCII_import_first_row_role, d_ASCII_import_locale, d_ASCII_import_mode, d_ASCII_import_preview, d_ASCII_import_read_only, d_auto_update_table_values, d_backup_files, d_canvas_frame_color, d_class_highlight_color, d_clipboard_locale, d_column_tool_bar, d_comment_highlight_color, d_completion, d_confirm_overwrite, d_curve_line_style, d_decimal_digits, d_display_tool_bar, d_edit_tool_bar, d_eol, d_export_ASCII_file_filter, d_export_bitmap_resolution, d_export_col_comment, d_export_col_names, d_export_col_separator, d_export_color, d_export_escape_tex_strings, d_export_quality, d_export_raster_size, d_export_size_unit, d_export_table_selection, d_export_tex_font_sizes, d_export_transparency, d_export_vector_resolution, d_extended_export_dialog, d_extended_import_ASCII_dialog, d_extended_open_dialog, d_extended_plot_dialog, d_file_tool_bar, d_fill_symbols, d_force_muParser, d_format_tool_bar, d_frame_geometry_unit, d_frame_widget_pen, d_function_highlight_color, d_graph_axes_labels_dist, d_graph_axis_labeling, d_graph_background_color, d_graph_background_opacity, d_graph_border_color, d_graph_border_width, d_graph_canvas_color, d_graph_canvas_opacity, d_graph_legend_display, d_graph_tick_labels_dist, d_image_export_filter, d_import_ASCII_dialog_size, d_in_place_editing, d_indexed_color_names, d_indexed_colors, d_indexed_symbols, d_inform_rename_table, d_init_window_type, d_keep_aspect_ration, d_keyword_highlight_color, d_latex_compiler, d_latex_compiler_path, d_layer_canvas_height, d_layer_canvas_width, d_layer_geometry_unit, d_legend_default_angle, d_matrix_tool_bar, d_matrix_undo_stack_size, d_multi_peak_messages, d_muparser_c_locale, d_note_line_numbers, d_notes_font, d_notes_tab_length, d_notes_tool_bar, d_numeric_highlight_color, d_open_project_filter, d_param_surface_func, d_plot3D_tool_bar, d_plot_tool_bar, d_preview_lines, d_print_cropmarks, d_print_paper_size, d_printer_orientation, d_python_config_folder, d_quotation_highlight_color, d_recent_functions, d_rect_default_background, d_rect_default_brush, d_scale_fonts_factor, d_scale_plots_on_print, d_script_win_on_top, d_script_win_rect, d_show_axes, d_show_axes_labels, d_show_current_folder, d_show_table_comments, d_symbol_style, d_symbols_list, d_synchronize_graph_scales, d_table_tool_bar, d_translations_folder, defaultArrowColor, defaultArrowHeadAngle, defaultArrowHeadFill, defaultArrowHeadLength, defaultArrowLineStyle, defaultArrowLineWidth, defaultCurveAlpha, defaultCurveBrush, defaultCurveLineWidth, defaultCurveStyle, defaultPlotMargin, defaultScriptingLang, defaultSymbolEdge, defaultSymbolSize, drawBackbones, explorerSplitter, fit_output_precision, fit_scale_errors, fitModelsPath, fitPluginsPath, fitPoints, generatePeakCurves, generateUniformFitPoints, Graph::getPenStyle(), helpFilePath, ignoredLines, imagesDirPath, legendBackground, legendFrameStyle, legendTextColor, FrameWidget::Line, Graph::LineSymbols, maj_version, majTicksLength, majTicksStyle, min_version, minTicksLength, minTicksStyle, ImportASCIIDialog::NewTables, ScaleDraw::Out, panelsColor, panelsTextColor, pasteFitResultsToPlot, patch_version, peakCurvesColor, PenStyleBox::penStyle(), plotAxesFont, plotLegendFont, plotNumbersFont, plotTitleFont, recentProjects, renameColumns, rFunctions, saveFitFunctions(), FrameWidget::Scale, scriptsDirPath, show_windows_policy, simplify_spaces, strip_spaces, surfaceFunc, tableBkgdColor, tableHeaderColor, tableHeaderFont, tableTextColor, tableTextFont, TableWindow, templatesDir, thetaFunctions, titleOn, updateRecentProjectsList(), workingDir, workspaceColor, writeFitResultsToLog, xFunctions, and yFunctions.
Referenced by init().
void ApplicationWindow::recalculateTable | ( | ) | [slot] |
recalculate selected cells of current table
References activeWindow().
Referenced by createActions().
void ApplicationWindow::receivedVersionFile | ( | bool | error | ) | [slot] |
connected to the done(bool) signal of the http object
References autoSearchUpdatesRequest, extra_version, http, maj_version, min_version, patch_version, and version_buffer.
Referenced by searchForUpdates().
void ApplicationWindow::redo | ( | ) | [slot] |
References activeWindow().
Referenced by createActions().
void ApplicationWindow::reloadCustomActions | ( | ) |
References customizableMenusList(), d_user_actions, and reloadCustomMenus().
Referenced by analysisMenuAboutToShow(), customMenu(), fileMenuAboutToShow(), matrixMenuAboutToShow(), plotDataMenuAboutToShow(), plotMenuAboutToShow(), scriptingMenuAboutToShow(), tableMenuAboutToShow(), and windowsMenuAboutToShow().
void ApplicationWindow::reloadCustomMenus | ( | ) |
References d_user_menus.
Referenced by reloadCustomActions().
void ApplicationWindow::remove3DMatrixPlots | ( | Matrix * | m | ) | [slot] |
References Graph::curvesList(), Graph::Histogram, matrix(), Graph::removeCurve(), Graph::updatePlot(), and windowsList().
Referenced by removeWindowFromLists().
void ApplicationWindow::removeAxes3DPlot | ( | ) | [slot] |
References actionShowAxisDialog, activeWindow(), Plot3DWindow, and Graph3D::setNoAxes().
Referenced by pickCoordSystem().
void ApplicationWindow::removeCurve | ( | ) | [slot] |
Removes the curve identified by a key stored in the data() of actionRemoveCurve.
References actionRemoveCurve, MultiLayer::activeLayer(), activeWindow(), MultiLayerWindow, Graph::removeCurve(), and Graph::updatePlot().
Referenced by createActions().
void ApplicationWindow::removeCurves | ( | const QString & | name | ) | [slot] |
References Graph::removeCurves(), and windowsList().
Referenced by connectTable(), and removeWindowFromLists().
void ApplicationWindow::removeCustomAction | ( | QAction * | action | ) |
void ApplicationWindow::removeCustomMenu | ( | const QString & | title | ) |
References d_user_menus.
Referenced by CustomActionDialog::removeMenu().
void ApplicationWindow::removeGrid3DPlot | ( | ) | [slot] |
References activeWindow(), Plot3DWindow, and Graph3D::setPolygonStyle().
Referenced by pickPlotStyle().
void ApplicationWindow::removePoints | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), btnPointer, displayBar, info, MultiLayer::isEmpty(), Graph::isPiePlot(), MultiLayerWindow, DataPickerTool::Remove, Graph::setActiveTool(), and Graph::validCurvesDataSize().
Referenced by pickDataTool().
void ApplicationWindow::removeWindowFromLists | ( | MdiSubWindow * | w | ) | [slot] |
Does all the cleaning work before actually deleting a window!
References MultiLayer::activeLayer(), btnPointer, Table::colName(), hiddenWindows, Table::numCols(), remove3DMatrixPlots(), removeCurves(), and updateCompleter().
Referenced by closeProject(), closeWindow(), and deleteFolder().
void ApplicationWindow::rename | ( | ) | [slot] |
References activeWindow(), and RenameWindowDialog::setWidget().
Referenced by createActions().
void ApplicationWindow::renameCurrentNoteTab | ( | ) | [slot] |
References activeWindow(), modifiedProject(), NoteWindow, and Note::renameCurrentTab().
Referenced by createActions().
void ApplicationWindow::renameFolder | ( | Q3ListViewItem * | it, | |
int | col, | |||
const QString & | text | |||
) | [slot] |
checks weather the new folder name is valid and modifies the name
References current_folder, folderItemChanged(), Folder::folderListItem(), folders, projectFolder(), and Folder::subfolders().
Referenced by init().
void ApplicationWindow::renameListViewItem | ( | const QString & | oldName, | |
const QString & | newName | |||
) | [slot] |
References lv.
Referenced by setWindowName().
void ApplicationWindow::renameWindow | ( | ) | [slot] |
References lv, RenameWindowDialog::setWidget(), and WindowListItem::window().
Referenced by init(), and showWindowPopupMenu().
void ApplicationWindow::renameWindow | ( | Q3ListViewItem * | item, | |
int | , | |||
const QString & | s | |||
) | [slot] |
Called when the user presses F2 and an item is selected in lv.
References setWindowName().
void ApplicationWindow::resetRotation | ( | ) | [slot] |
Resets rotation of 3D plots to default values.
Resets rotation of 3D plots to default values
References activeWindow(), Plot3DWindow, and Graph3D::setRotation().
Referenced by initPlot3DToolBar().
void ApplicationWindow::resizeActiveWindow | ( | ) | [slot] |
References activeWindow(), EnrichmentDialog::MDIWindow, and EnrichmentDialog::setWidget().
Referenced by createActions().
void ApplicationWindow::resizeWindow | ( | ) | [slot] |
References d_workspace, lv, EnrichmentDialog::MDIWindow, EnrichmentDialog::setWidget(), and WindowListItem::window().
Referenced by createActions().
void ApplicationWindow::restartScriptingEnv | ( | ) | [slot] |
create a new environment for the current scripting language
References executeNotes(), scripted::scriptEnv, and setScriptingLanguage().
Referenced by createActions().
void ApplicationWindow::restoreApplicationGeometry | ( | ) | [slot] |
References d_app_rect.
Referenced by loadScript(), newProject(), openProject(), plotFile(), and QtiPlotApplication::QtiPlotApplication().
void ApplicationWindow::restoreWindowGeometry | ( | ApplicationWindow * | app, | |
MdiSubWindow * | w, | |||
const QString | s | |||
) | [static, slot] |
References MdiSubWindow::folder(), hideWindow(), MdiSubWindow::Minimized, MdiSubWindow::Normal, Folder::setActiveWindow(), setListView(), MdiSubWindow::setMaximized(), and MdiSubWindow::setStatus().
Referenced by appendProject(), openMatrix(), openNote(), openProject(), openTable(), openTableStatistics(), openTemplate(), and Graph3D::restore().
QTextEdit* ApplicationWindow::resultsLog | ( | ) | [inline] |
References results.
void ApplicationWindow::rotateMatrix90 | ( | ) | [slot] |
References activeWindow(), MatrixWindow, and Matrix::rotate90().
Referenced by createActions().
void ApplicationWindow::rotateMatrixMinus90 | ( | ) | [slot] |
References activeWindow(), MatrixWindow, and Matrix::rotate90().
Referenced by createActions().
void ApplicationWindow::saveAsProject | ( | ) | [slot] |
References current_folder, and saveFolderAsProject().
Referenced by showFolderPopupMenu().
void ApplicationWindow::saveAsTemplate | ( | MdiSubWindow * | w = 0 , |
|
const QString & | fileName = QString() | |||
) | [slot] |
References activeWindow(), d_confirm_overwrite, getFileName(), maj_version, min_version, patch_version, MdiSubWindow::save(), templatesDir, and windowGeometryInfo().
Referenced by createActions().
void ApplicationWindow::savedProject | ( | ) | [slot] |
Set the project status to saved (not modified).
References actionSaveProject, Folder::folderBelow(), projectFolder(), saved, and Folder::windowsList().
Referenced by closeProject(), initWindow(), openProject(), openRecentProject(), parseCommandLineArguments(), plotFile(), saveProject(), and showSaveProjectMessage().
void ApplicationWindow::saveFitFunctions | ( | const QStringList & | lst | ) |
References fitModelsPath, Fit::save(), and NonLinearFit::setFormula().
Referenced by readSettings().
void ApplicationWindow::saveFolder | ( | Folder * | folder, | |
const QString & | fn, | |||
bool | compress = false | |||
) | [slot] |
References about(), Folder::birthDate(), current_folder, d_backup_files, Folder::depth(), file_compress(), Folder::folderBelow(), Folder::folderListItem(), Folder::logInfo(), maj_version, min_version, Folder::modificationDate(), patch_version, projectname, MdiSubWindow::save(), scripted::scriptEnv, windowGeometryInfo(), and Folder::windowsList().
Referenced by saveFolderAsProject(), and saveProject().
void ApplicationWindow::saveFolderAsProject | ( | Folder * | f | ) | [slot] |
References d_confirm_overwrite, getFileName(), saveFolder(), and workingDir.
Referenced by saveAsProject().
void ApplicationWindow::saveNoteAs | ( | ) | [slot] |
References activeWindow(), Note::exportASCII(), and NoteWindow.
Referenced by createActions().
bool ApplicationWindow::saveProject | ( | bool | compress = false |
) | [slot] |
References autoSave, autoSaveTime, projectFolder(), projectname, savedProject(), saveFolder(), saveProjectAs(), and savingTimerId.
Referenced by closeEvent(), createActions(), saveProjectAs(), showSaveProjectMessage(), and timerEvent().
void ApplicationWindow::saveProjectAs | ( | const QString & | fileName = QString() , |
|
bool | compress = false | |||
) | [slot] |
References d_confirm_overwrite, FolderListItem::folder(), folders, getFileName(), projectname, saveProject(), updateRecentProjectsList(), and workingDir.
Referenced by createActions(), and saveProject().
void ApplicationWindow::saveSettings | ( | ) | [slot] |
References antialiasing2DPlots, appFont, appLanguage, appStyle, asciiDirPath, autoResizeLayers, autoSave, autoSaveTime, autoscale2DPlots, autoScaleFonts, autoSearchUpdates, axesLineWidth, canvasFrameWidth, columnSeparator, confirmCloseFolder, confirmCloseMatrix, confirmCloseNotes, confirmClosePlot2D, confirmClosePlot3D, confirmCloseTable, customActionsDirPath, d_2_linear_fit_points, d_3D_autoscale, d_3D_axes_color, d_3D_axes_font, d_3D_background_color, d_3D_color_map, d_3D_export_sort, d_3D_export_text_mode, d_3D_grid_color, d_3D_labels_color, d_3D_legend, d_3D_major_grids, d_3D_major_style, d_3D_major_width, d_3D_mesh_color, d_3D_minor_grid_color, d_3D_minor_grids, d_3D_minor_style, d_3D_minor_width, d_3D_numbers_color, d_3D_numbers_font, d_3D_orthogonal, d_3D_projection, d_3D_resolution, d_3D_smooth_mesh, d_3D_title_font, d_add_curves_dialog_size, d_app_rect, d_ASCII_comment_string, d_ASCII_end_line, d_ASCII_file_filter, d_ASCII_import_comments, d_ASCII_import_first_row_role, d_ASCII_import_locale, d_ASCII_import_mode, d_ASCII_import_preview, d_ASCII_import_read_only, d_auto_update_table_values, d_backup_files, d_canvas_frame_color, d_class_highlight_color, d_clipboard_locale, d_column_tool_bar, d_comment_highlight_color, d_completion, d_confirm_overwrite, d_curve_line_style, d_decimal_digits, d_display_tool_bar, d_edit_tool_bar, d_eol, d_export_ASCII_file_filter, d_export_bitmap_resolution, d_export_col_comment, d_export_col_names, d_export_col_separator, d_export_color, d_export_escape_tex_strings, d_export_quality, d_export_raster_size, d_export_size_unit, d_export_table_selection, d_export_tex_font_sizes, d_export_transparency, d_export_vector_resolution, d_extended_export_dialog, d_extended_import_ASCII_dialog, d_extended_open_dialog, d_extended_plot_dialog, d_file_tool_bar, d_fill_symbols, d_force_muParser, d_format_tool_bar, d_frame_geometry_unit, d_frame_widget_pen, d_function_highlight_color, d_graph_axes_labels_dist, d_graph_axis_labeling, d_graph_background_color, d_graph_background_opacity, d_graph_border_color, d_graph_border_width, d_graph_canvas_color, d_graph_canvas_opacity, d_graph_legend_display, d_graph_tick_labels_dist, d_image_export_filter, d_import_ASCII_dialog_size, d_in_place_editing, d_indexed_color_names, d_indexed_colors, d_indexed_symbols, d_inform_rename_table, d_init_window_type, d_keep_aspect_ration, d_keyword_highlight_color, d_latex_compiler, d_latex_compiler_path, d_layer_canvas_height, d_layer_canvas_width, d_layer_geometry_unit, d_legend_default_angle, d_matrix_tool_bar, d_matrix_undo_stack_size, d_multi_peak_messages, d_muparser_c_locale, d_note_line_numbers, d_notes_font, d_notes_tab_length, d_notes_tool_bar, d_numeric_highlight_color, d_open_project_filter, d_param_surface_func, d_plot3D_tool_bar, d_plot_tool_bar, d_preview_lines, d_print_cropmarks, d_print_paper_size, d_printer_orientation, d_python_config_folder, d_quotation_highlight_color, d_recent_functions, d_rect_default_background, d_rect_default_brush, d_scale_fonts_factor, d_scale_plots_on_print, d_script_win_on_top, d_script_win_rect, d_show_axes, d_show_axes_labels, d_show_current_folder, d_show_table_comments, d_symbol_style, d_symbols_list, d_synchronize_graph_scales, d_table_tool_bar, d_translations_folder, defaultArrowColor, defaultArrowHeadAngle, defaultArrowHeadFill, defaultArrowHeadLength, defaultArrowLineStyle, defaultArrowLineWidth, defaultCurveAlpha, defaultCurveBrush, defaultCurveLineWidth, defaultCurveStyle, defaultPlotMargin, defaultScriptingLang, defaultSymbolEdge, defaultSymbolSize, drawBackbones, explorerSplitter, fit_output_precision, fit_scale_errors, fitModelsPath, fitPluginsPath, fitPoints, generatePeakCurves, generateUniformFitPoints, helpFilePath, ignoredLines, imagesDirPath, legendBackground, legendFrameStyle, legendTextColor, majTicksLength, majTicksStyle, minTicksLength, minTicksStyle, panelsColor, panelsTextColor, pasteFitResultsToPlot, PatternBox::patternIndex(), peakCurvesColor, Graph::penStyleName(), plotAxesFont, plotLegendFont, plotNumbersFont, plotTitleFont, recentProjects, renameColumns, rFunctions, scriptsDirPath, show_windows_policy, simplify_spaces, strip_spaces, PenStyleBox::styleIndex(), surfaceFunc, tableBkgdColor, tableHeaderColor, tableHeaderFont, tableTextColor, tableTextFont, templatesDir, thetaFunctions, titleOn, workingDir, workspaceColor, writeFitResultsToLog, xFunctions, and yFunctions.
Referenced by ConfigDialog::apply(), FitDialog::applyChanges(), closeEvent(), importASCII(), newProject(), open(), openRecentProject(), parseCommandLineArguments(), setArrowDefaultSettings(), EnrichmentDialog::setFrameDefaultValues(), AxesDialog::setFrameDefaultValues(), PlotDialog::setLayerDefaultValues(), EnrichmentDialog::setRectangleDefaultValues(), EnrichmentDialog::setTextDefaultValues(), and showHelp().
bool ApplicationWindow::saveWindow | ( | MdiSubWindow * | w, | |
const QString & | fileName = QString() , |
|||
bool | compress = false | |||
) | [slot] |
References about(), file_compress(), maj_version, Graph3D::matrix(), min_version, multilayerDependencies(), patch_version, MdiSubWindow::save(), Matrix::save(), Table::save(), scripted::scriptEnv, table(), Graph3D::table(), and windowGeometryInfo().
Referenced by saveWindowAs().
void ApplicationWindow::saveWindowAs | ( | const QString & | fileName = QString() , |
|
bool | compress = false | |||
) | [slot] |
References activeWindow(), d_confirm_overwrite, getFileName(), saveWindow(), updateRecentProjectsList(), and workingDir.
Referenced by createActions().
void ApplicationWindow::scriptError | ( | const QString & | message, | |
const QString & | scriptName, | |||
int | lineNumber | |||
) | [slot] |
notify the user that an error occured in the scripting system
Referenced by init(), and setScriptingLanguage().
void ApplicationWindow::scriptingMenuAboutToShow | ( | ) | [private, slot] |
References actionAddNoteTab, actionCloseNoteTab, actionCustomActionDialog, actionDecreaseIndent, actionFind, actionFindNext, actionFindPrev, actionIncreaseIndent, actionNoteEvaluate, actionNoteExecute, actionNoteExecuteAll, actionRenameNoteTab, actionReplace, actionRestartScripting, actionScriptingLang, actionShowNoteLineNumbers, activeWindow(), Note::currentEditor(), Note::hasLineNumbers(), noteTools, NoteWindow, reloadCustomActions(), scripted::scriptEnv, scriptingMenu, Note::tabs(), and Note::text().
Referenced by initMainMenu(), and newNote().
void ApplicationWindow::scriptPrint | ( | const QString & | text | ) | [slot] |
print to scripting console (if available) or to stdout
Referenced by init(), and setScriptingLanguage().
void ApplicationWindow::scriptsDirPathChanged | ( | const QString & | path | ) | [slot] |
References scriptsDirPath, and windowsList().
Referenced by newNote().
void ApplicationWindow::searchForUpdates | ( | ) | [slot] |
called when the user presses the actionCheckUpdates
References http, receivedVersionFile(), and version_buffer.
Referenced by createActions(), and QtiPlotApplication::QtiPlotApplication().
void ApplicationWindow::setActiveWindow | ( | MdiSubWindow * | w | ) | [inline] |
References d_active_window.
Referenced by MdiSubWindow::eventFilter().
void ApplicationWindow::setAppColors | ( | const QColor & | wc, | |
const QColor & | pc, | |||
const QColor & | tpc, | |||
bool | force = false | |||
) | [slot] |
References d_workspace, folders, lv, panelsColor, panelsTextColor, results, and workspaceColor.
Referenced by ConfigDialog::apply(), and init().
void ApplicationWindow::setArrowDefaultSettings | ( | double | lineWidth, | |
const QColor & | c, | |||
Qt::PenStyle | style, | |||
int | headLength, | |||
int | headAngle, | |||
bool | fillHead | |||
) | [slot] |
References defaultArrowColor, defaultArrowHeadAngle, defaultArrowHeadFill, defaultArrowHeadLength, defaultArrowLineStyle, defaultArrowLineWidth, and saveSettings().
Referenced by LineDialog::setDefaultValues().
void ApplicationWindow::setAscValues | ( | ) | [slot] |
References activeWindow(), Table::setAscValues(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::setAutoScale | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), MultiLayer::isEmpty(), MultiLayerWindow, and Graph::setAutoScale().
Referenced by createActions().
void ApplicationWindow::setAutoUpdateTableValues | ( | bool | on = true |
) |
References d_auto_update_table_values, Folder::folderBelow(), projectFolder(), and Folder::windowsList().
Referenced by ConfigDialog::apply().
void ApplicationWindow::setBackGrid3DPlot | ( | bool | on | ) | [slot] |
References activeWindow(), Plot3DWindow, and Graph3D::setBackGrid().
Referenced by initPlot3DToolBar().
void ApplicationWindow::setBars3DPlot | ( | ) | [slot] |
References activeWindow(), Plot3DWindow, and Graph3D::setBarStyle().
Referenced by pickPlotStyle().
void ApplicationWindow::setBoldFont | ( | bool | bold | ) | [private, slot] |
References actionFontBox, actionFontItalic, actionFontSize, MultiLayer::activeLayer(), activeWindow(), d_notes_font, formatToolBar, MultiLayerWindow, NoteWindow, Graph::setCurrentFont(), Note::setFont(), and windowsList().
Referenced by createActions().
void ApplicationWindow::setBoxed3DPlot | ( | ) | [slot] |
References actionShowAxisDialog, activeWindow(), Plot3DWindow, Graph3D::setBoxed(), and TRUE.
Referenced by pickCoordSystem().
void ApplicationWindow::setCeilGrid3DPlot | ( | bool | on | ) | [slot] |
References activeWindow(), Plot3DWindow, and Graph3D::setCeilGrid().
Referenced by initPlot3DToolBar().
void ApplicationWindow::setClipboardLocale | ( | const QLocale & | locale | ) | [inline] |
References d_clipboard_locale.
Referenced by ConfigDialog::apply().
void ApplicationWindow::setCones3DPlot | ( | ) | [slot] |
References activeWindow(), Plot3DWindow, and Graph3D::setConeStyle().
Referenced by pickPlotStyle().
void ApplicationWindow::setCrosses3DPlot | ( | ) | [slot] |
References activeWindow(), Plot3DWindow, and Graph3D::setCrossStyle().
Referenced by pickPlotStyle().
void ApplicationWindow::setCurveFullRange | ( | ) | [slot] |
References actionCurveFullRange, MultiLayer::activeLayer(), activeWindow(), MultiLayerWindow, and Graph::setCurveFullRange().
Referenced by createActions().
void ApplicationWindow::setEmptyFloor3DPlot | ( | ) | [slot] |
References activeWindow(), Plot3DWindow, and Graph3D::setEmptyFloor().
Referenced by pickFloorStyle().
void ApplicationWindow::setFilledMesh3DPlot | ( | ) | [slot] |
References activeWindow(), Plot3DWindow, and Graph3D::setFilledMeshStyle().
Referenced by pickPlotStyle().
void ApplicationWindow::setFloorData3DPlot | ( | ) | [slot] |
References activeWindow(), Plot3DWindow, and Graph3D::setFloorData().
Referenced by pickFloorStyle().
void ApplicationWindow::setFloorGrid3DPlot | ( | bool | on | ) | [slot] |
References activeWindow(), Plot3DWindow, and Graph3D::setFloorGrid().
Referenced by initPlot3DToolBar().
void ApplicationWindow::setFloorIso3DPlot | ( | ) | [slot] |
References activeWindow(), Plot3DWindow, and Graph3D::setFloorIsolines().
Referenced by pickFloorStyle().
void ApplicationWindow::setFontFamily | ( | const QFont & | font | ) | [private, slot] |
References actionFontBold, actionFontItalic, actionFontSize, MultiLayer::activeLayer(), activeWindow(), d_notes_font, formatToolBar, MultiLayerWindow, NoteWindow, Graph::setCurrentFont(), Note::setFont(), and windowsList().
Referenced by initToolBars().
void ApplicationWindow::setFontSize | ( | int | size | ) | [private, slot] |
References actionFontBold, actionFontBox, actionFontItalic, MultiLayer::activeLayer(), activeWindow(), d_notes_font, formatToolBar, MultiLayerWindow, NoteWindow, Graph::setCurrentFont(), Note::setFont(), and windowsList().
Referenced by initToolBars().
void ApplicationWindow::setFormatBarFont | ( | const QFont & | font | ) | [slot] |
References actionFontBold, actionFontBox, actionFontItalic, actionFontSize, actionGreekMajSymbol, actionGreekSymbol, actionMathSymbol, actionSubscript, actionSuperscript, actionUnderline, and formatToolBar.
Referenced by TextDialog::apply(), EnrichmentDialog::apply(), connectMultilayerPlot(), ConfigDialog::customizeNotes(), and customToolBars().
void ApplicationWindow::setFramed3DPlot | ( | ) | [slot] |
References actionShowAxisDialog, activeWindow(), Plot3DWindow, Graph3D::setFramed(), and TRUE.
Referenced by pickCoordSystem().
void ApplicationWindow::setFrontGrid3DPlot | ( | bool | on | ) | [slot] |
References activeWindow(), Plot3DWindow, and Graph3D::setFrontGrid().
Referenced by initPlot3DToolBar().
void ApplicationWindow::setGraphDefaultSettings | ( | bool | autoscale, | |
bool | scaleFonts, | |||
bool | resizeLayers, | |||
bool | antialiasing | |||
) | [slot] |
void ApplicationWindow::setHiddenLineGrid3DPlot | ( | ) | [slot] |
References activeWindow(), Plot3DWindow, and Graph3D::setHiddenLineStyle().
Referenced by pickPlotStyle().
void ApplicationWindow::setIndexedColorNames | ( | const QStringList & | lst | ) | [inline] |
References d_indexed_color_names.
Referenced by ConfigDialog::apply().
void ApplicationWindow::setIndexedColors | ( | const QList< QColor > & | lst | ) | [inline] |
References d_indexed_colors.
Referenced by ConfigDialog::apply(), and showGraphContextMenu().
void ApplicationWindow::setIndexedSymbols | ( | const QList< int > & | lst | ) | [inline] |
References d_symbols_list.
Referenced by ConfigDialog::apply().
void ApplicationWindow::setItalicFont | ( | bool | italic | ) | [private, slot] |
References actionFontBold, actionFontBox, actionFontSize, MultiLayer::activeLayer(), activeWindow(), d_notes_font, formatToolBar, MultiLayerWindow, NoteWindow, Graph::setCurrentFont(), Note::setFont(), and windowsList().
Referenced by createActions().
void ApplicationWindow::setLabelCol | ( | ) | [slot] |
References activeWindow(), Table::Label, Table::setPlotDesignation(), and TableWindow.
Referenced by createActions(), and showColMenu().
void ApplicationWindow::setLeftGrid3DPlot | ( | bool | on | ) | [slot] |
References activeWindow(), Plot3DWindow, and Graph3D::setLeftGrid().
Referenced by initPlot3DToolBar().
void ApplicationWindow::setLineGrid3DPlot | ( | ) | [slot] |
References activeWindow(), Plot3DWindow, and Graph3D::setWireframeStyle().
Referenced by pickPlotStyle().
void ApplicationWindow::setListView | ( | const QString & | caption, | |
const QString & | view | |||
) | [slot] |
References lv.
Referenced by restoreWindowGeometry(), setShowWindowsPolicy(), updateWindowStatus(), and windowsMenuActivated().
void ApplicationWindow::setListViewDate | ( | const QString & | caption, | |
const QString & | date | |||
) | [slot] |
References lv.
Referenced by appendProject(), openMatrix(), openNote(), openProject(), openTable(), openTableStatistics(), and Graph3D::restore().
void ApplicationWindow::setListViewLabel | ( | const QString & | caption, | |
const QString & | label | |||
) | [slot] |
References lv.
Referenced by MdiSubWindow::updateCaption().
void ApplicationWindow::setListViewSize | ( | const QString & | caption, | |
const QString & | size | |||
) | [slot] |
void ApplicationWindow::setMatrixDefaultScale | ( | ) | [slot] |
References activeWindow(), Matrix::colorMap(), Matrix::colorMapType(), MatrixWindow, Matrix::setDefaultColorMap(), and Matrix::undoStack().
Referenced by createActions().
void ApplicationWindow::setMatrixGrayScale | ( | ) | [slot] |
References activeWindow(), Matrix::colorMap(), Matrix::colorMapType(), MatrixWindow, Matrix::setGrayScale(), and Matrix::undoStack().
Referenced by createActions().
void ApplicationWindow::setMatrixRainbowScale | ( | ) | [slot] |
References activeWindow(), Matrix::colorMap(), Matrix::colorMapType(), MatrixWindow, Matrix::setRainbowColorMap(), and Matrix::undoStack().
Referenced by createActions().
void ApplicationWindow::setMatrixUndoStackSize | ( | int | size | ) |
References d_matrix_undo_stack_size, Folder::folderBelow(), projectFolder(), and Folder::windowsList().
Referenced by ConfigDialog::apply().
void ApplicationWindow::setPlot3DOptions | ( | ) |
References d_3D_autoscale, d_3D_orthogonal, d_3D_smooth_mesh, Graph3D::setAntialiasing(), Graph3D::setAutoscale(), Graph3D::setOrthogonal(), and windowsList().
Referenced by ConfigDialog::apply().
void ApplicationWindow::setPoints3DPlot | ( | ) | [slot] |
References activeWindow(), Plot3DWindow, and Graph3D::setDotStyle().
Referenced by pickPlotStyle().
void ApplicationWindow::setPreferences | ( | Graph * | g | ) | [slot] |
References antialiasing2DPlots, autoscale2DPlots, autoScaleFonts, axesLineWidth, canvasFrameWidth, d_canvas_frame_color, d_graph_axes_labels_dist, d_graph_axis_labeling, d_graph_background_color, d_graph_background_opacity, d_graph_border_color, d_graph_border_width, d_graph_canvas_color, d_graph_canvas_opacity, d_graph_tick_labels_dist, d_show_axes, d_show_axes_labels, d_synchronize_graph_scales, defaultPlotMargin, Graph::drawAxesBackbones(), drawBackbones, Graph::enableAutoscaling(), Graph::enableAxis(), Graph::initFonts(), Graph::initTitle(), Graph::isPiePlot(), majTicksLength, majTicksStyle, minTicksLength, minTicksStyle, plotAxesFont, plotNumbersFont, plotTitleFont, Graph::setAntialiasing(), Graph::setAutoscaleFonts(), Graph::setAxesLinewidth(), Graph::setAxisTitle(), Graph::setAxisTitleDistance(), Graph::setAxisTitlePolicy(), Graph::setBackgroundColor(), Graph::setCanvasFrame(), Graph::setFrame(), Graph::setMajorTicksType(), Graph::setMinorTicksType(), Graph::setSynchronizedScaleDivisions(), Graph::setTicksLength(), titleOn, and Graph::updateSecondaryAxis().
Referenced by MultiLayer::addLayer(), addLayer(), multilayerPlot(), newGraph(), FFT::output(), PlotWizard::plot2D(), plotImage(), plotSpectrogram(), LayerDialog::update(), waterfallPlot(), and zoomRectanglePlot().
void ApplicationWindow::setPrintPreviewOptions | ( | QPrinter * | printer | ) | [slot] |
References d_print_paper_size, and d_printer_orientation.
Referenced by printPreview().
void ApplicationWindow::setRandomValues | ( | ) | [slot] |
References activeWindow(), Table::setRandomValues(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::setReadOnlyCol | ( | ) | [slot] |
References actionReadOnlyCol, activeWindow(), Table::colIndex(), Table::selectedColumns(), Table::setReadOnlyColumn(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::setReadOnlyColumns | ( | ) | [slot] |
References activeWindow(), Table::colIndex(), Table::selectedColumns(), Table::setReadOnlyColumn(), and TableWindow.
Referenced by showColMenu(), and tableMenuAboutToShow().
void ApplicationWindow::setReadWriteColumns | ( | ) | [slot] |
References activeWindow(), Table::colIndex(), Table::selectedColumns(), Table::setReadOnlyColumn(), and TableWindow.
Referenced by showColMenu(), and tableMenuAboutToShow().
void ApplicationWindow::setRightGrid3DPlot | ( | bool | on | ) | [slot] |
References activeWindow(), Plot3DWindow, and Graph3D::setRightGrid().
Referenced by initPlot3DToolBar().
void ApplicationWindow::setSaveSettings | ( | bool | autoSaving, | |
int | min | |||
) | [slot] |
References autoSave, autoSaveTime, and savingTimerId.
Referenced by ConfigDialog::apply().
bool ApplicationWindow::setScriptingLanguage | ( | const QString & | lang, | |
bool | force = false | |||
) | [slot] |
switches to the given scripting language; if this is the same as the current one and force is true, restart it
References initCompleter(), ScriptingEnv::initialize(), ScriptingLangManager::newEnv(), print(), scripted::scriptEnv, scriptError(), scriptPrint(), and scriptWindow.
Referenced by ScriptingLangDialog::accept(), init(), loadScript(), openProject(), parseCommandLineArguments(), performCustomAction(), and restartScriptingEnv().
void ApplicationWindow::setShowWindowsPolicy | ( | int | p | ) | [slot] |
hides or shows windows in the current folder and changes the view windows policy
References hiddenWindows, HideAll, setListView(), show_windows_policy, showAllFolderWindows(), and windowsList().
Referenced by showFolderPopupMenu().
bool ApplicationWindow::setWindowName | ( | MdiSubWindow * | w, | |
const QString & | text | |||
) | [slot] |
Checks weather the new window name is valid and modifies the name.
References alreadyUsedName(), changeMatrixName(), renameListViewItem(), MdiSubWindow::setName(), updateCompleter(), and updateTableNames().
Referenced by RenameWindowDialog::accept(), BaselineDialog::createBaseline(), FFTDialog::fftMatrix(), importASCII(), BaselineDialog::modifyBaseline(), and renameWindow().
void ApplicationWindow::setXCol | ( | ) | [slot] |
References activeWindow(), Table::setPlotDesignation(), TableWindow, and Table::X.
Referenced by createActions(), and showColMenu().
void ApplicationWindow::setXErrCol | ( | ) | [slot] |
References activeWindow(), Table::setPlotDesignation(), TableWindow, and Table::xErr.
Referenced by createActions(), and showColMenu().
void ApplicationWindow::setYCol | ( | ) | [slot] |
References activeWindow(), Table::setPlotDesignation(), TableWindow, and Table::Y.
Referenced by createActions(), and showColMenu().
void ApplicationWindow::setYErrCol | ( | ) | [slot] |
References activeWindow(), Table::setPlotDesignation(), TableWindow, and Table::yErr.
Referenced by createActions(), and showColMenu().
void ApplicationWindow::setZCol | ( | ) | [slot] |
References activeWindow(), Table::setPlotDesignation(), TableWindow, and Table::Z.
Referenced by createActions(), and showColMenu().
void ApplicationWindow::showAllColumns | ( | ) | [private, slot] |
References activeWindow(), Table::showAllColumns(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::showAllCurves | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), Graph::curveCount(), MultiLayerWindow, and Graph::showCurve().
Referenced by createActions().
void ApplicationWindow::showAllFolderWindows | ( | ) | [slot] |
forces showing all windows in the current folder and subfolders, depending on the user's viewing policy
References current_folder, FolderListItem::folder(), Folder::folderListItem(), MdiSubWindow::Hidden, MdiSubWindow::Maximized, MdiSubWindow::Minimized, MdiSubWindow::Normal, show_windows_policy, MdiSubWindow::status(), SubFolders, updateWindowLists(), windowsList(), and Folder::windowsList().
Referenced by setShowWindowsPolicy(), and showFolderPopupMenu().
void ApplicationWindow::showAxisDialog | ( | ) | [slot] |
References activeWindow(), and showScaleDialog().
Referenced by createActions().
AxesDialog * ApplicationWindow::showAxisPageFromAxisDialog | ( | int | axisPos | ) | [slot] |
References AxesDialog::setCurrentScale(), AxesDialog::showAxesPage(), and showScaleDialog().
void ApplicationWindow::showAxisTitleDialog | ( | ) | [slot] |
References activeWindow(), TextDialog::AxisTitle, MultiLayerWindow, and TextDialog::setGraph().
void ApplicationWindow::showBinMatrixDialog | ( | ) | [slot] |
References activeWindow(), Table::colIndex(), Table::colX(), Table::getSelection(), Table::isEmptyColumn(), Table::selectedYColumns(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::showBugTracker | ( | ) | [slot] |
Open bug tracking system at berliOS in external browser.
Referenced by createActions().
void ApplicationWindow::showColMenu | ( | int | c | ) | [slot] |
References actionAddColToTable, actionAddZoomPlot, actionAdjustColumnWidth, actionBoxPlot, actionCustomLayout, actionCustomSharedAxisLayers, actionDisregardCol, actionFrequencyCount, actionHideSelectedColumns, actionHorSharedAxisLayers, actionNormalizeSelection, actionNormalizeTable, actionPlot2HorizontalLayers, actionPlot2VerticalLayers, actionPlot3DBars, actionPlot3DRibbon, actionPlot3DScatter, actionPlot3DTrajectory, actionPlot4Layers, actionPlotArea, actionPlotDoubleYAxis, actionPlotHistogram, actionPlotHorizontalBars, actionPlotHorSteps, actionPlotL, actionPlotLP, actionPlotP, actionPlotPie, actionPlotSpline, actionPlotStackedHistograms, actionPlotStackedLayers, actionPlotVectXYAM, actionPlotVectXYXY, actionPlotVerticalBars, actionPlotVerticalDropLines, actionPlotVertSteps, actionReadOnlyCol, actionSetAscValues, actionSetLabelCol, actionSetRandomValues, actionSetXCol, actionSetXErrCol, actionSetYCol, actionSetYErrCol, actionSetZCol, actionSharedAxesLayers, actionShowAllColumns, actionShowColStatistics, actionShowColumnOptionsDialog, actionShowColumnValuesDialog, actionSortSelection, actionSortTable, actionStackBars, actionStackColumns, actionStackSharedAxisLayers, actionStemPlot, actionTableRecalculate, actionVertSharedAxisLayers, actionWaterfallPlot, activeWindow(), clearSelection(), Table::colPlotDesignation(), copySelection(), cutSelection(), disregardCol(), Table::isReadOnlyColumn(), normalizeSelection(), pasteSelection(), Table::selectedColumns(), setLabelCol(), setReadOnlyColumns(), setReadWriteColumns(), Table::setSelectedCol(), setXCol(), setXErrCol(), setYCol(), setYErrCol(), setZCol(), and TableWindow.
Referenced by showTableContextMenu().
void ApplicationWindow::showColorMapDialog | ( | ) | [slot] |
References activeWindow(), MatrixWindow, and ColorMapDialog::setMatrix().
Referenced by createActions().
void ApplicationWindow::showColsDialog | ( | ) | [slot] |
References activeWindow(), Table::numCols(), Table::resizeCols(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::showColStatistics | ( | ) | [slot] |
References activeWindow(), TableStatistics::column, Table::isColumnSelected(), newTableStatistics(), Table::numCols(), Table::selectedColumns(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::showColumnOptionsDialog | ( | ) | [slot] |
References activeWindow(), Table::selectedColumns(), and TableWindow.
Referenced by connectTable(), and createActions().
void ApplicationWindow::showColumnValuesDialog | ( | ) | [slot] |
References activeWindow(), d_completer, d_completion, scripted::scriptEnv, Table::selectedColumns(), SetColValuesDialog::setCompleter(), SetColValuesDialog::setTable(), Table::table(), and TableWindow.
Referenced by connectTable(), and createActions().
void ApplicationWindow::showCursor | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), btnPointer, Graph::curveCount(), DataPickerTool::Display, displayBar, info, MultiLayer::isEmpty(), Graph::isPiePlot(), MultiLayer::layersList(), MultiLayerWindow, Graph::setActiveTool(), and Graph::validCurvesDataSize().
Referenced by pickDataTool().
void ApplicationWindow::showCurveContextMenu | ( | QwtPlotItem * | cv | ) | [slot] |
References actionClearSelection, actionCopySelection, actionCurveFullRange, actionCutSelection, actionEditCurveRange, actionHideCurve, actionHideOtherCurves, actionPasteSelection, actionRemoveCurve, actionSetMatrixValues, actionShowAllCurves, actionShowCurvePlotDialog, actionShowCurveWorksheet, MultiLayer::activeLayer(), Graph::activeTool(), activeWindow(), Graph::curveCount(), Graph::curveIndex(), Graph::ErrorBars, Graph::Function, MultiLayerWindow, Graph::rangeSelectorsEnabled(), Graph::rangeSelectorTool(), PlotToolInterface::rtti(), showCurvePlotDialog(), and Graph::visibleCurves().
void ApplicationWindow::showCurvePlotDialog | ( | ) | [slot] |
References actionShowCurvePlotDialog, and showPlotDialog().
Referenced by createActions(), and showCurveContextMenu().
void ApplicationWindow::showCurveRangeDialog | ( | ) | [slot] |
References actionEditCurveRange, MultiLayer::activeLayer(), activeWindow(), and MultiLayerWindow.
Referenced by createActions(), and CurvesDialog::showCurveRangeDialog().
CurveRangeDialog * ApplicationWindow::showCurveRangeDialog | ( | Graph * | g, | |
int | curve | |||
) | [slot] |
References CurveRangeDialog::setCurveToModify().
void ApplicationWindow::showCurvesDialog | ( | ) | [slot] |
References activeWindow(), d_add_curves_dialog_size, Graph::isPiePlot(), MultiLayerWindow, and CurvesDialog::setGraph().
Referenced by connectMultilayerPlot(), and createActions().
void ApplicationWindow::showCurveWorksheet | ( | Graph * | g, | |
int | curveIndex | |||
) | [slot] |
void ApplicationWindow::showCurveWorksheet | ( | ) | [slot] |
References actionShowCurveWorksheet, MultiLayer::activeLayer(), activeWindow(), and MultiLayerWindow.
Referenced by createActions(), and PlotDialog::showWorksheet().
void ApplicationWindow::showCustomActionDialog | ( | ) | [private, slot] |
Referenced by createActions().
void ApplicationWindow::showDataSetDialog | ( | Analysis | operation | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), Graph::analysableCurvesList(), analyzeCurve(), and MultiLayerWindow.
Referenced by analysis().
void ApplicationWindow::showDeleteRowsDialog | ( | ) | [slot] |
References activeWindow(), Table::deleteRows(), Table::numRows(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::showDonationsPage | ( | ) | [slot] |
Open donation page in external browser.
Referenced by createActions().
void ApplicationWindow::showEnrichementDialog | ( | ) | [slot] |
void ApplicationWindow::showExpDecay3Dialog | ( | ) | [slot] |
References showExpDecayDialog().
Referenced by createActions().
void ApplicationWindow::showExpDecayDialog | ( | int | type | ) | [slot] |
void ApplicationWindow::showExpDecayDialog | ( | ) | [slot] |
Referenced by createActions(), showExpDecay3Dialog(), showExpGrowthDialog(), and showTwoExpDecayDialog().
void ApplicationWindow::showExpGrowthDialog | ( | ) | [slot] |
References showExpDecayDialog().
Referenced by createActions().
ExportDialog * ApplicationWindow::showExportASCIIDialog | ( | ) | [slot] |
References activeWindow().
Referenced by createActions().
void ApplicationWindow::showExtractDataDialog | ( | ) | [slot] |
References activeWindow(), d_completer, d_completion, scripted::scriptEnv, ExtractDataDialog::setCompleter(), ExtractDataDialog::setTable(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::showFFTDialog | ( | ) | [slot] |
References activeWindow(), FFTDialog::onGraph, FFTDialog::onMatrix, FFTDialog::onTable, FFTDialog::setGraph(), FFTDialog::setMatrix(), FFTDialog::setTable(), and Graph::validCurvesDataSize().
Referenced by createActions().
void ApplicationWindow::showFilterDialog | ( | int | filter | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), MultiLayerWindow, FilterDialog::setGraph(), and Graph::validCurvesDataSize().
Referenced by bandBlockFilterDialog(), bandPassFilterDialog(), highPassFilterDialog(), and lowPassFilterDialog().
void ApplicationWindow::showFindDialogue | ( | ) | [slot] |
Referenced by createActions().
void ApplicationWindow::showFitDialog | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), Graph::LineSymbols, multilayerPlot(), FitDialog::setSrcTables(), tableList(), and Graph::validCurvesDataSize().
Referenced by createActions().
void ApplicationWindow::showFitPolynomDialog | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), MultiLayerWindow, PolynomFitDialog::setGraph(), and Graph::validCurvesDataSize().
Referenced by createActions().
void ApplicationWindow::showFolderPopupMenu | ( | Q3ListViewItem * | it, | |
const QPoint & | p, | |||
int | ||||
) | [slot] |
connected to the SIGNAL contextMenuRequested from the list views
References showFolderPopupMenu().
void ApplicationWindow::showFolderPopupMenu | ( | Q3ListViewItem * | it, | |
const QPoint & | p, | |||
bool | fromFolders | |||
) | [slot] |
creates and opens the context menu of a folder list view item
it | list view item | |
p | mouse global position | |
fromFolders,: | true means that the user clicked right mouse buttom on an item from QListView "folders" false means that the user clicked right mouse buttom on an item from QListView "lv" |
References actionAppendProject, actionFindWindow, actionNewFolder, actionNewFunctionPlot, actionNewGraph, actionNewMatrix, actionNewNote, actionNewSurfacePlot, actionNewTable, actionSaveProjectAs, deleteFolder(), folderProperties(), folders, HideAll, hideAllFolderWindows(), saveAsProject(), setShowWindowsPolicy(), show_windows_policy, showAllFolderWindows(), startRenameFolder(), and window().
Referenced by init(), showFolderPopupMenu(), and showWindowPopupMenu().
void ApplicationWindow::showForums | ( | ) | [slot] |
Open forums page at berliOS in external browser.
Referenced by createActions().
void ApplicationWindow::showFrequencyCountDialog | ( | ) | [slot] |
References activeWindow(), Table::table(), TableWindow, and Table::text().
Referenced by createActions().
FunctionDialog * ApplicationWindow::showFunctionDialog | ( | Graph * | g, | |
int | curve | |||
) | [slot] |
References functionDialog(), and FunctionDialog::setCurveToModify().
Referenced by PlotDialog::editCurve(), and CurvesDialog::showFunctionDialog().
void ApplicationWindow::showGeneralPlotDialog | ( | ) | [slot] |
References activeWindow(), showPlotDialog(), and showScaleDialog().
Referenced by createActions(), and showGraphContextMenu().
void ApplicationWindow::showGraphContextMenu | ( | ) | [slot] |
References actionAddEllipse, actionAddErrorBars, actionAddFormula, actionAddFunctionCurve, actionAddImage, actionAddInsetCurveLayer, actionAddInsetLayer, actionAddLayer, actionAddRectangle, actionAddText, actionDeleteLayer, actionNewLegend, actionShowAllCurves, actionShowCurvesDialog, actionTimeStamp, MultiLayer::activeLayer(), activeWindow(), analysisMenu, btnArrow, btnLine, copyActiveLayer(), Graph::curveCount(), d_arrow_copy, d_enrichement_copy, exportGraph(), exportLayer(), Graph::isPiePlot(), lastCopiedLayer, MultiLayerWindow, pasteSelection(), plotDataMenu, print(), setIndexedColors(), showGeneralPlotDialog(), and Graph::visibleCurves().
void ApplicationWindow::showGridDialog | ( | ) | [slot] |
References AxesDialog::showGridPage(), and showScaleDialog().
Referenced by createActions().
void ApplicationWindow::showHelp | ( | ) | [slot] |
References assistant, getFileName(), helpFilePath, and saveSettings().
Referenced by createActions().
void ApplicationWindow::showHomePage | ( | ) | [slot] |
Open QtiPlot homepage in external browser.
Referenced by createActions().
void ApplicationWindow::showIntegrationDialog | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), and MultiLayerWindow.
Referenced by createActions().
void ApplicationWindow::showInterpolationDialog | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), MultiLayerWindow, and Graph::validCurvesDataSize().
Referenced by createActions().
void ApplicationWindow::showLayerDialog | ( | ) | [slot] |
References activeWindow(), MultiLayer::isEmpty(), and MultiLayerWindow.
Referenced by createActions().
void ApplicationWindow::showLineDialog | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), Graph::deselectMarker(), MultiLayerWindow, and Graph::selectedArrow().
Referenced by connectMultilayerPlot(), createActions(), and showMarkerPopupMenu().
void ApplicationWindow::showListViewPopupMenu | ( | const QPoint & | p | ) | [slot] |
Connected to the context menu signal from lv; it's called when there are no items selected in the list.
References actionNewFolder, actionNewFunctionPlot, actionNewGraph, actionNewMatrix, actionNewNote, actionNewSurfacePlot, actionNewTable, lv, and window().
Referenced by showWindowPopupMenu().
void ApplicationWindow::showListViewSelectionMenu | ( | const QPoint & | p | ) | [slot] |
Connected to the context menu signal from lv; it's called when there are several items selected in the list.
References deleteSelectedItems(), hideSelectedWindows(), and showSelectedWindows().
Referenced by showWindowPopupMenu().
void ApplicationWindow::showMarkerPopupMenu | ( | ) | [slot] |
References actionLowerEnrichment, actionRaiseEnrichment, Graph::activeEnrichment(), MultiLayer::activeLayer(), activeWindow(), Graph::arrowMarkerSelected(), clearSelection(), copySelection(), cutSelection(), Graph::imageMarkerSelected(), intensityTable(), MultiLayerWindow, pixelLineProfile(), showEnrichementDialog(), and showLineDialog().
Referenced by connectMultilayerPlot().
void ApplicationWindow::showMatrixDialog | ( | ) | [slot] |
References activeWindow(), MatrixWindow, and MatrixDialog::setMatrix().
Referenced by createActions().
void ApplicationWindow::showMatrixSizeDialog | ( | ) | [slot] |
References activeWindow(), and MatrixWindow.
Referenced by createActions().
void ApplicationWindow::showMatrixValuesDialog | ( | ) | [slot] |
References actionSetMatrixValues, MultiLayer::activeLayer(), activeWindow(), d_completer, d_completion, Spectrogram::matrix(), MatrixWindow, MultiLayerWindow, Graph::plotItem(), scripted::scriptEnv, MatrixValuesDialog::setCompleter(), and MatrixValuesDialog::setMatrix().
Referenced by createActions().
void ApplicationWindow::showMoreWindows | ( | ) | [slot] |
References explorerWindow.
Referenced by createActions(), and windowsMenuAboutToShow().
void ApplicationWindow::showNoteLineNumbers | ( | bool | show = true |
) | [slot] |
References activeWindow(), modifiedProject(), NoteWindow, and Note::showLineNumbers().
Referenced by createActions().
QDialog * ApplicationWindow::showPlot3dDialog | ( | ) | [slot] |
References activeWindow(), Graph3D::hasData(), Plot3DWindow, and Plot3DDialog::setPlot().
Referenced by connectSurfacePlot(), showScaleDialog(), and showTitleDialog().
AssociationsDialog * ApplicationWindow::showPlotAssociations | ( | int | curve | ) | [slot] |
void ApplicationWindow::showPlotDialog | ( | int | curveKey = -1 |
) | [slot] |
Show plot style dialog for the active MultiLayer / activeLayer / specified curve or the activeLayer options dialog if no curve is specified (curveKey = -1).
References MultiLayer::activeLayer(), activeWindow(), Table::All, columnsList(), d_extended_plot_dialog, PlotDialog::initFonts(), PlotDialog::insertColumnsList(), MultiLayerWindow, plotAxesFont, plotLegendFont, plotNumbersFont, plotTitleFont, PlotDialog::selectCurve(), PlotDialog::setMultiLayer(), and PlotDialog::showAll().
Referenced by showCurvePlotDialog(), and showGeneralPlotDialog().
void ApplicationWindow::showPlotWizard | ( | ) | [slot] |
References Table::All, PlotWizard::changeColumnsList(), columnsList(), PlotWizard::insertTablesList(), PlotWizard::setColumnsList(), and tableNames().
Referenced by createActions().
void ApplicationWindow::showPreferencesDialog | ( | ) | [slot] |
References columnSeparator, and ConfigDialog::setColumnSeparator().
Referenced by createActions().
void ApplicationWindow::showRangeSelectors | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), btnPointer, Graph::curveCount(), displayBar, Graph::enableRangeSelectors(), info, MultiLayer::isEmpty(), Graph::isPiePlot(), and MultiLayerWindow.
Referenced by pickDataTool().
void ApplicationWindow::showResults | ( | const QString & | s, | |
bool | ok = true | |||
) | [slot] |
References Folder::appendLogInfo(), current_folder, Folder::logInfo(), results, and showResults().
void ApplicationWindow::showResults | ( | bool | ok | ) | [slot] |
References current_folder, Folder::logInfo(), logWindow, and results.
Referenced by ImportOPJ::ImportOPJ(), importWaveFile(), integrate(), matrixDeterminant(), showResults(), PlotDialog::showStatistics(), and updateLog().
void ApplicationWindow::showRowsDialog | ( | ) | [slot] |
References activeWindow(), Table::numRows(), Table::resizeRows(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::showRowStatistics | ( | ) | [slot] |
References activeWindow(), Table::isRowSelected(), newTableStatistics(), Table::numRows(), Table::numSelectedRows(), TableStatistics::row, and TableWindow.
Referenced by createActions().
QMessageBox::StandardButton ApplicationWindow::showSaveProjectMessage | ( | ) | [private] |
References projectname, saved, savedProject(), and saveProject().
Referenced by closeEvent(), closeProject(), newProject(), open(), and openRecentProject().
QDialog * ApplicationWindow::showScaleDialog | ( | ) | [slot] |
AxesDialog * ApplicationWindow::showScalePageFromAxisDialog | ( | int | axisPos | ) | [slot] |
References AxesDialog::setCurrentScale(), and showScaleDialog().
void ApplicationWindow::showScreenReader | ( | ) | [slot] |
References activeWindow(), btnPointer, displayBar, info, MultiLayer::isEmpty(), MultiLayer::layersList(), MultiLayerWindow, and Graph::setActiveTool().
Referenced by pickDataTool().
void ApplicationWindow::showScriptingLangDialog | ( | ) | [slot] |
show scripting language selection dialog
References scripted::scriptEnv.
Referenced by createActions().
void ApplicationWindow::showScriptWindow | ( | bool | parent = true |
) | [slot] |
References actionShowScriptWindow, d_completer, d_completion, d_note_line_numbers, d_notes_font, d_notes_tab_length, d_script_win_on_top, d_script_win_rect, ScriptWindow::editor(), scripted::scriptEnv, scriptWindow, ScriptEdit::setCompleter(), and ScriptWindow::showLineNumbers().
Referenced by createActions(), loadScript(), and parseCommandLineArguments().
void ApplicationWindow::showSelectedWindows | ( | ) | [slot] |
Show the currently selected windows from the list view lv.
References activateWindow(), folders, and lv.
Referenced by showListViewSelectionMenu().
void ApplicationWindow::showSmoothAverageDialog | ( | ) | [slot] |
References SmoothFilter::Average, and showSmoothDialog().
Referenced by createActions().
void ApplicationWindow::showSmoothDialog | ( | int | m | ) | [slot] |
void ApplicationWindow::showSmoothFFTDialog | ( | ) | [slot] |
References SmoothFilter::FFT, and showSmoothDialog().
Referenced by createActions().
void ApplicationWindow::showSmoothLowessDialog | ( | ) | [slot] |
References SmoothFilter::Lowess, and showSmoothDialog().
Referenced by createActions().
void ApplicationWindow::showSmoothSavGolDialog | ( | ) | [slot] |
References SmoothFilter::SavitzkyGolay, and showSmoothDialog().
Referenced by createActions().
void ApplicationWindow::showStandAloneHelp | ( | ) | [static, slot] |
Referenced by QtiPlotApplication::QtiPlotApplication().
void ApplicationWindow::showSupportPage | ( | ) | [slot] |
Open support page in external browser.
Referenced by createActions().
void ApplicationWindow::showTable | ( | int | i | ) | [slot] |
References lv, table(), tablesDepend, and updateWindowLists().
void ApplicationWindow::showTable | ( | Table * | w, | |
const QString & | curve | |||
) | [slot] |
References Table::colIndex(), lv, modified(), Table::setSelectedCol(), Table::table(), and updateWindowLists().
Referenced by init(), and showCurveWorksheet().
void ApplicationWindow::showTableContextMenu | ( | bool | selection | ) | [slot] |
References actionAddColToTable, actionClearTable, actionGoToColumn, actionGoToRow, actionMoveRowDown, actionMoveRowUp, actionShowColumnValuesDialog, actionShowExportASCIIDialog, actionShowRowStatistics, actionTableRecalculate, activeWindow(), clearSelection(), copySelection(), cutSelection(), Table::firstSelectedColumn(), Table::numCols(), Table::numRows(), Table::numSelectedRows(), pasteSelection(), Table::selectedColumns(), showColMenu(), and TableWindow.
Referenced by connectTable().
void ApplicationWindow::showTitleDialog | ( | ) | [slot] |
References activeWindow(), TextDialog::LayerTitle, TextDialog::setGraph(), showPlot3dDialog(), and Plot3DDialog::showTitleTab().
Referenced by createActions().
void ApplicationWindow::showToolBarsMenu | ( | ) | [slot] |
References activeWindow(), columnTools, d_column_tool_bar, d_display_tool_bar, d_edit_tool_bar, d_file_tool_bar, d_format_tool_bar, d_matrix_tool_bar, d_notes_tool_bar, d_plot3D_tool_bar, d_plot_tool_bar, d_table_tool_bar, displayBar, editTools, fileTools, formatToolBar, noteTools, plot3DTools, plotMatrixBar, plotTools, and tableTools.
Referenced by createActions().
void ApplicationWindow::showTwoExpDecayDialog | ( | ) | [slot] |
References showExpDecayDialog().
Referenced by createActions().
void ApplicationWindow::showWindowContextMenu | ( | ) | [slot] |
References actionAdd3DData, actionAddLayer, actionCloseWindow, actionCopyWindow, actionDeleteLayer, actionEditSurfacePlot, actionExportMatrix, actionFlipMatrixHorizontally, actionFlipMatrixVertically, actionImportImage, actionInvertMatrix, actionPrint, actionRename, actionRotateMatrix, actionRotateMatrixMinus, actionSetMatrixDimensions, actionSetMatrixProperties, actionSetMatrixValues, actionShowLayerDialog, actionTableRecalculate, actionTransposeMatrix, actionViewMatrix, actionViewMatrixImage, activeWindow(), add3DMatrixPlot(), change3DData(), change3DMatrix(), clearSelection(), copySelection(), cutSelection(), exportGraph(), format, Graph3D::hasData(), hasTable(), lastCopiedLayer, Graph3D::matrix(), matrixNames(), MultiLayer::numLayers(), Matrix::numSelectedColumns(), Matrix::numSelectedRows(), Graph3D::parametricSurface(), pasteSelection(), plot3DMenu, Graph3D::table(), Graph3D::userFunction(), and Matrix::viewType().
Referenced by connectMultilayerPlot(), connectSurfacePlot(), and initMatrix().
void ApplicationWindow::showWindowPopupMenu | ( | Q3ListViewItem * | it, | |
const QPoint & | p, | |||
int | ||||
) | [slot] |
References actionActivateWindow, actionHideWindow, actionMaximizeWindow, actionMinimizeWindow, actionResizeWindow, current_folder, depending3DPlots(), dependingPlots(), folders, Graph3D::formula(), hidden(), lv, Graph3D::matrix(), multilayerDependencies(), print(), renameWindow(), showFolderPopupMenu(), showListViewPopupMenu(), showListViewSelectionMenu(), Graph3D::table(), tablesDepend, window(), and windowProperties().
Referenced by init().
void ApplicationWindow::sortActiveTable | ( | ) | [slot] |
References activeWindow(), Table::selectedColumns(), Table::sortTableDialog(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::sortSelection | ( | ) | [slot] |
References activeWindow(), Table::sortColumnsDialog(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::startRenameFolder | ( | Q3ListViewItem * | item | ) | [slot] |
starts renaming the selected folder by creating a built-in text editor
References current_folder, folderItemChanged(), Folder::folderListItem(), folders, and lv.
void ApplicationWindow::startRenameFolder | ( | ) | [slot] |
starts renaming the selected folder by creating a built-in text editor
References current_folder, folderItemChanged(), Folder::folderListItem(), and folders.
Referenced by init(), and showFolderPopupMenu().
QString ApplicationWindow::stemPlot | ( | Table * | t = 0 , |
|
const QString & | colName = QString() , |
|||
int | power = 0 , |
|||
int | startRow = 0 , |
|||
int | endRow = -1 | |||
) | [slot] |
References ceil, Table::cell(), Table::colIndex(), Table::numRows(), and Table::text().
Referenced by newStemPlot().
void ApplicationWindow::subtractReferenceData | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), MultiLayerWindow, SubtractDataDialog::setGraph(), and Graph::validCurvesDataSize().
Referenced by createActions().
void ApplicationWindow::subtractStraightLine | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), btnPointer, displayBar, info, MultiLayer::isEmpty(), Graph::isPiePlot(), MultiLayerWindow, Graph::setActiveTool(), and Graph::validCurvesDataSize().
Referenced by createActions().
void ApplicationWindow::swapColumns | ( | ) | [slot] |
References activeWindow(), Table::colIndex(), Table::selectedColumns(), Table::swapColumns(), and TableWindow.
Referenced by createActions().
void ApplicationWindow::switchToLanguage | ( | int | param | ) | [slot] |
References locales.
Referenced by parseCommandLineArguments(), and ConfigDialog::switchToLanguage().
void ApplicationWindow::switchToLanguage | ( | const QString & | locale | ) | [slot] |
References appLanguage, appTranslator, d_translations_folder, insertTranslatedStrings(), locales, and qtTranslator.
Table * ApplicationWindow::table | ( | const QString & | name | ) | [slot] |
References Folder::folderBelow(), projectFolder(), and Folder::windowsList().
Referenced by PlotDialog::acceptParams(), CurvesDialog::addCurve(), CurvesDialog::addCurves(), addRibbon(), change3DData(), BaselineDialog::createBaseline(), defineErrorBars(), Table::extractData(), ImportOPJ::importGraph3D(), ImportOPJ::importGraphs(), insertNew3DData(), SubtractDataDialog::interpolate(), openGraph(), openTableStatistics(), Fit::parametersTable(), LegendWidget::parse(), PlotWizard::plot2D(), PlotWizard::plot3D(), plot3DBars(), PlotWizard::plot3DRibbon(), plot3DRibbon(), plot3DScatter(), plot3DTrajectory(), plotPie(), plotVectXYAM(), plotVectXYXY(), Graph3D::restore(), saveWindow(), TranslateCurveTool::selectDestination(), AxesDialog::showAxis(), showCurveWorksheet(), showTable(), SubtractDataDialog::updateTableColumns(), and BaselineDialog::updateTableColumns().
QList< MdiSubWindow * > ApplicationWindow::tableList | ( | ) | [slot] |
References Folder::folderBelow(), projectFolder(), and Folder::windowsList().
Referenced by addErrorBars(), showFitDialog(), and showPlotAssociations().
void ApplicationWindow::tableMenuAboutToShow | ( | ) | [private, slot] |
References actionAddColToTable, actionAdjustColumnWidth, actionClearTable, actionConvertTableBinning, actionConvertTableDirect, actionConvertTableRegularXYZ, actionDeleteRows, actionDisregardCol, actionExtractTableData, actionGoToColumn, actionGoToRow, actionHideSelectedColumns, actionMoveColFirst, actionMoveColLast, actionMoveColLeft, actionMoveColRight, actionMoveRowDown, actionMoveRowUp, actionSetAscValues, actionSetLabelCol, actionSetRandomValues, actionSetXCol, actionSetXErrCol, actionSetYCol, actionSetYErrCol, actionSetZCol, actionShowAllColumns, actionShowColsDialog, actionShowColumnOptionsDialog, actionShowColumnValuesDialog, actionShowRowsDialog, actionSwapColumns, actionTableRecalculate, fillMenu, reloadCustomActions(), setReadOnlyColumns(), setReadWriteColumns(), and tableMenu.
Referenced by customMenu(), and initMainMenu().
QStringList ApplicationWindow::tableNames | ( | ) | [slot] |
Returns a list containing the names of all tables in the project.
References Folder::folderBelow(), projectFolder(), and Folder::windowsList().
Referenced by BaselineDialog::BaselineDialog(), customMenu(), ExportDialog::initAdvancedOptions(), SubtractDataDialog::setCurrentFolder(), AxesDialog::setGraph(), showPlotWizard(), and SubtractDataDialog::SubtractDataDialog().
References Table::cell(), Table::isEmptyColumn(), newMatrix(), Table::numCols(), Table::numRows(), and Matrix::setCell().
Referenced by convertTableToMatrix().
void ApplicationWindow::timerEvent | ( | QTimerEvent * | e | ) | [slot] |
References saveProject(), and savingTimerId.
void ApplicationWindow::toggle3DAnimation | ( | bool | on = true |
) | [slot] |
Turns 3D animation on or off
References activeWindow(), Graph3D::animate(), and Plot3DWindow.
Referenced by initPlot3DToolBar().
void ApplicationWindow::togglePerspective | ( | bool | on = true |
) | [slot] |
Turns perspective mode on or off.
Turns perspective mode on or off
References activeWindow(), Plot3DWindow, and Graph3D::setOrthogonal().
Referenced by initPlot3DToolBar().
QList< QToolBar * > ApplicationWindow::toolBarsList | ( | ) |
Referenced by addCustomAction(), CustomActionDialog::init(), and initToolBars().
void ApplicationWindow::translateActionsStrings | ( | ) | [private] |
References actionAbout, actionActivateWindow, actionAdd3DData, actionAddColToTable, actionAddEllipse, actionAddErrorBars, actionAddFormula, actionAddFunctionCurve, actionAddImage, actionAddLayer, actionAddNoteTab, actionAddRectangle, actionAddText, actionAddZoomPlot, actionAdjustColumnWidth, actionAnimate, actionAppendProject, actionAutoCorrelate, actionAutomaticLayout, actionBandBlockFilter, actionBandPassFilter, actionBoxPlot, actionCheckUpdates, actionChooseHelpFolder, actionClearLogInfo, actionClearSelection, actionClearTable, actionCloseAllWindows, actionCloseNoteTab, actionCloseProject, actionCloseWindow, actionColorMap, actionContourMap, actionConvertMatrixDirect, actionConvertMatrixXYZ, actionConvertMatrixYXZ, actionConvertTableBinning, actionConvertTableDirect, actionConvertTableRegularXYZ, actionConvolute, actionCopySelection, actionCopyWindow, actionCorrelate, actionCurveFullRange, actionCustomActionDialog, actionCustomLayout, actionCustomSharedAxisLayers, actionCutSelection, actionDeconvolute, actionDecreaseIndent, actionDeleteFitTables, actionDeleteLayer, actionDeleteRows, actionDifferentiate, actionDisregardCol, actionDonate, actionDownloadManual, actionDragCurve, actionDrawPoints, actionEditCurveRange, actionEditSurfacePlot, actionExportAllGraphs, actionExportGraph, actionExportMatrix, actionExportPDF, actionExtractGraphs, actionExtractLayers, actionExtractTableData, actionFFT, actionFind, actionFindNext, actionFindPrev, actionFindWindow, actionFitExpGrowth, actionFitFrame, actionFitGauss, actionFitLinear, actionFitLorentz, actionFitSigmoidal, actionFitSlope, actionFlipMatrixHorizontally, actionFlipMatrixVertically, actionFontBold, actionFontItalic, actionFrequencyCount, actionGoToColumn, actionGoToRow, actionGrayMap, actionGreekMajSymbol, actionGreekSymbol, actionHelpBugReports, actionHelpForums, actionHideActiveWindow, actionHideCurve, actionHideOtherCurves, actionHideSelectedColumns, actionHideWindow, actionHighPassFilter, actionHomePage, actionHorSharedAxisLayers, actionImagePlot, actionImageProfilesPlot, actionImportImage, actionImportSound, actionIncreaseIndent, actionIntegrate, actionIntensityTable, actionInterpolate, actionInvertMatrix, actionLoad, actionLoadImage, actionLowerEnrichment, actionLowPassFilter, actionMagnify, actionMagnifyHor, actionMagnifyVert, actionMathSymbol, actionMatrixColumnRow, actionMatrixCustomScale, actionMatrixDefaultScale, actionMatrixDeterminant, actionMatrixGrayScale, actionMatrixRainbowScale, actionMatrixXY, actionMaximizeWindow, actionMinimizeWindow, actionMoveColFirst, actionMoveColLast, actionMoveColLeft, actionMoveColRight, actionMoveRowDown, actionMoveRowUp, actionMultiPeakGauss, actionMultiPeakLorentz, actionNewFolder, actionNewFunctionPlot, actionNewGraph, actionNewLegend, actionNewMatrix, actionNewNote, actionNewProject, actionNewSurfacePlot, actionNewTable, actionNormalizeSelection, actionNormalizeTable, actionNoteEvaluate, actionNoteExecute, actionNoteExecuteAll, actionOpen, actionOpenTemplate, actionPasteSelection, actionPerspective, actionPixelLineProfile, actionPlot2HorizontalLayers, actionPlot2VerticalLayers, actionPlot3DBars, actionPlot3DHiddenLine, actionPlot3DPolygons, actionPlot3DRibbon, actionPlot3DScatter, actionPlot3DTrajectory, actionPlot3DWireFrame, actionPlot3DWireSurface, actionPlot4Layers, actionPlotArea, actionPlotDoubleYAxis, actionPlotHistogram, actionPlotHorizontalBars, actionPlotHorSteps, actionPlotL, actionPlotLP, actionPlotP, actionPlotPie, actionPlotSpline, actionPlotStackedHistograms, actionPlotStackedLayers, actionPlotVectXYAM, actionPlotVectXYXY, actionPlotVerticalBars, actionPlotVerticalDropLines, actionPlotVertSteps, actionPresentationODF, actionPrint, actionPrintAllPlots, actionPrintPreview, actionRaiseEnrichment, actionReadOnlyCol, actionRedo, actionRemoveCurve, actionRename, actionRenameNoteTab, actionReplace, actionResetRotation, actionResizeActiveWindow, actionResizeWindow, actionRestartScripting, actionRotateMatrix, actionRotateMatrixMinus, actionSaveProject, actionSaveProjectAs, actionSaveTemplate, actionSaveWindow, actionScriptingLang, actionSetAscValues, actionSetLabelCol, actionSetMatrixDimensions, actionSetMatrixProperties, actionSetMatrixValues, actionSetRandomValues, actionSetXCol, actionSetXErrCol, actionSetYCol, actionSetYErrCol, actionSetZCol, actionSharedAxesLayers, actionShowAllColumns, actionShowAllCurves, actionShowAxisDialog, actionShowColsDialog, actionShowColStatistics, actionShowColumnOptionsDialog, actionShowColumnValuesDialog, actionShowConfigureDialog, actionShowCurvePlotDialog, actionShowCurvesDialog, actionShowCurveWorksheet, actionShowExpDecay3Dialog, actionShowExpDecayDialog, actionShowExplorer, actionShowExportASCIIDialog, actionShowFitDialog, actionShowFitPolynomDialog, actionShowGridDialog, actionShowHelp, actionShowIntDialog, actionShowLayerDialog, actionShowLineDialog, actionShowLog, actionShowMoreWindows, actionShowNoteLineNumbers, actionShowPlotDialog, actionShowPlotWizard, actionShowRowsDialog, actionShowRowStatistics, actionShowScaleDialog, actionShowScriptWindow, actionShowTextDialog, actionShowTitleDialog, actionShowTwoExpDecayDialog, actionShowUndoStack, actionSmoothAverage, actionSmoothFFT, actionSmoothLowess, actionSmoothSavGol, actionSortSelection, actionSortTable, actionStackBars, actionStackColumns, actionStackSharedAxisLayers, actionStemPlot, actionSubtractLine, actionSubtractReference, actionSwapColumns, actionTableRecalculate, actionTechnicalSupport, actionTimeStamp, actionToolBars, actionTranslateHor, actionTranslateVert, actionTranslations, actionTransposeMatrix, actionUnderline, actionUndo, actionUnzoom, actionVertSharedAxisLayers, actionViewMatrix, actionViewMatrixImage, actionWaterfallPlot, back, barstyle, Box, btnArrow, btnCursor, btnLine, btnMovePoints, btnPicker, btnPointer, btnRemovePoints, btnSelect, btnZoomIn, btnZoomOut, ceil, conestyle, crossHairStyle, filledmesh, floor, floordata, flooriso, floornone, Frame, front, hiddenline, left, None, pointstyle, polygon, right, and wireframe.
Referenced by insertTranslatedStrings().
void ApplicationWindow::translateCurve | ( | TranslateCurveTool::Direction | direction = TranslateCurveTool::Vertical |
) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), btnPointer, displayBar, info, MultiLayer::isEmpty(), Graph::isPiePlot(), MultiLayerWindow, Graph::setActiveTool(), and Graph::validCurvesDataSize().
Referenced by createActions(), and translateCurveHor().
void ApplicationWindow::translateCurveHor | ( | ) | [slot] |
References TranslateCurveTool::Horizontal, and translateCurve().
Referenced by createActions().
void ApplicationWindow::transposeMatrix | ( | ) | [slot] |
References activeWindow(), MatrixWindow, and Matrix::transpose().
Referenced by createActions().
void ApplicationWindow::uncommentSelection | ( | ) | [slot] |
References activeWindow(), Note::currentEditor(), NoteWindow, and ScriptEdit::uncommentSelection().
Referenced by createActions().
void ApplicationWindow::underline | ( | ) | [private, slot] |
References d_text_editor, and TextEditor::formatText().
Referenced by createActions().
void ApplicationWindow::undo | ( | ) | [slot] |
References activeWindow().
Referenced by createActions().
void ApplicationWindow::updateAppFonts | ( | ) | [slot] |
Referenced by changeAppFont(), and init().
void ApplicationWindow::updateColNames | ( | const QString & | oldName, | |
const QString & | newName | |||
) | [slot] |
References Graph::updateCurveNames(), and windowsList().
Referenced by connectTable().
void ApplicationWindow::updateCompleter | ( | const QString & | windowName, | |
bool | remove = false , |
|||
const QString & | newName = QString::null | |||
) | [private] |
References d_completer, d_is_appending_file, d_opening_file, and scripted::scriptEnv.
Referenced by addListViewItem(), removeWindowFromLists(), and setWindowName().
void ApplicationWindow::updateConfirmOptions | ( | bool | askTables, | |
bool | askMatrixes, | |||
bool | askPlots2D, | |||
bool | askPlots3D, | |||
bool | askNotes | |||
) | [slot] |
References MdiSubWindow::askOnCloseEvent(), confirmCloseMatrix, confirmCloseNotes, confirmClosePlot2D, confirmClosePlot3D, confirmCloseTable, and windowsList().
Referenced by ConfigDialog::apply().
void ApplicationWindow::updateCurves | ( | Table * | t, | |
const QString & | name | |||
) | [slot] |
References Graph3D::formula(), Graph::updateCurvesData(), Graph3D::updateData(), and windowsList().
Referenced by connectTable(), DataPickerTool::movePoint(), and TranslateCurveTool::selectDestination().
void ApplicationWindow::updateExplorerWindowLayout | ( | Qt::DockWidgetArea | area | ) | [private, slot] |
References explorerSplitter.
Referenced by init().
void ApplicationWindow::updateFunctionLists | ( | int | type, | |
QStringList & | formulas | |||
) | [slot] |
References d_recent_functions, rFunctions, thetaFunctions, xFunctions, and yFunctions.
Referenced by FunctionDialog::acceptFunction(), FunctionDialog::acceptParametric(), FunctionDialog::acceptPolar(), ImportOPJ::importGraphs(), and newFunctionPlot().
void ApplicationWindow::updateLog | ( | const QString & | result | ) | [slot] |
References Folder::appendLogInfo(), current_folder, modified(), and showResults().
Referenced by LinearSlopeFit::fit(), LinearFit::fit(), PolynomialFit::fit(), Fit::fit(), and FrequencyCountDialog::FrequencyCountDialog().
void ApplicationWindow::updateMatrixPlots | ( | Matrix * | m | ) | [slot] |
References Graph::curvesList(), Graph::Histogram, QwtHistogram::loadData(), QwtHistogram::matrix(), Spectrogram::matrix(), Spectrogram::updateData(), Graph::updatePlot(), and windowsList().
Referenced by initMatrix().
void ApplicationWindow::updateRecentProjectsList | ( | const QString & | fn = QString::null |
) | [slot] |
References recent, and recentProjects.
Referenced by appendProject(), importOdfSpreadsheet(), openProject(), openRecentProject(), readSettings(), saveProjectAs(), and saveWindowAs().
void ApplicationWindow::updateSurfaceFuncList | ( | const QString & | s | ) | [slot] |
References surfaceFunc.
Referenced by SurfaceDialog::acceptFunction().
void ApplicationWindow::updateTableNames | ( | const QString & | oldName, | |
const QString & | newName | |||
) | [slot] |
References Graph::updateCurveNames(), and windowsList().
Referenced by setWindowName().
void ApplicationWindow::updateWindowLists | ( | MdiSubWindow * | w | ) | [slot] |
References hiddenWindows.
Referenced by activateWindow(), maximizeWindow(), minimizeWindow(), showAllFolderWindows(), and showTable().
void ApplicationWindow::updateWindowStatus | ( | MdiSubWindow * | w | ) | [slot] |
References MdiSubWindow::aspect(), current_folder, modifiedProject(), MdiSubWindow::Normal, setListView(), MdiSubWindow::setStatus(), MdiSubWindow::status(), and Folder::windowsList().
Referenced by connectMultilayerPlot(), connectSurfacePlot(), connectTable(), initMatrix(), and newNote().
bool ApplicationWindow::validFor2DPlot | ( | Table * | table, | |
Graph::CurveType | type | |||
) | [slot] |
Check whether a table is valid for a 2D plot and display an appropriate error if not.
References Graph::Box, Graph::Histogram, Table::noXColumn(), Table::numCols(), Graph::Pie, and Table::selectedYColumns().
Referenced by generate2DGraph(), multilayerPlot(), plotCustomLayout(), plotVectXYAM(), and plotVectXYXY().
bool ApplicationWindow::validFor3DPlot | ( | Table * | table | ) | [slot] |
Check whether a table is valid for a 3D plot and display an appropriate error if not.
References Table::colPlotDesignation(), Table::noXColumn(), Table::noYColumn(), Table::numCols(), Table::selectedColumn(), and Table::Z.
Referenced by plot3DBars(), plot3DRibbon(), plot3DScatter(), and plot3DTrajectory().
QString ApplicationWindow::versionString | ( | ) | [static, slot] |
Return a version string ("QtiPlot x.y.z").
References extra_version, maj_version, min_version, and patch_version.
Referenced by about(), and parseCommandLineArguments().
void ApplicationWindow::viewMatrixColumnRow | ( | ) | [slot] |
References activeWindow(), Matrix::ColumnRow, Matrix::headerViewType(), MatrixWindow, Matrix::setHeaderViewType(), and Matrix::undoStack().
Referenced by createActions().
void ApplicationWindow::viewMatrixImage | ( | ) | [slot] |
References activeWindow(), Matrix::ImageView, MatrixWindow, Matrix::setViewType(), Matrix::undoStack(), and Matrix::viewType().
Referenced by createActions().
void ApplicationWindow::viewMatrixTable | ( | ) | [slot] |
References activeWindow(), MatrixWindow, Matrix::setViewType(), Matrix::TableView, Matrix::undoStack(), and Matrix::viewType().
Referenced by createActions().
void ApplicationWindow::viewMatrixXY | ( | ) | [slot] |
References activeWindow(), Matrix::headerViewType(), MatrixWindow, Matrix::setHeaderViewType(), Matrix::undoStack(), and Matrix::XY.
Referenced by createActions().
MultiLayer * ApplicationWindow::waterfallPlot | ( | ) | [slot] |
References activeWindow(), Table::selectedYColumns(), and TableWindow.
Referenced by createActions().
MultiLayer * ApplicationWindow::waterfallPlot | ( | Table * | t, | |
const QStringList & | list | |||
) | [slot] |
MdiSubWindow * ApplicationWindow::window | ( | const QString & | name | ) | [slot] |
Returns a pointer to the window named "name".
References windowsList().
Referenced by deleteSelectedItems(), maximizeWindow(), minimizeWindow(), showFolderPopupMenu(), showListViewPopupMenu(), showWindowPopupMenu(), ExportDialog::updateOptions(), windowActivated(), and ImageWidget::windowPixmap().
void ApplicationWindow::windowActivated | ( | QMdiSubWindow * | w | ) | [private, slot] |
References current_folder, customMenu(), customToolBars(), d_active_window, d_opening_file, MdiSubWindow::folder(), modified(), Folder::setActiveWindow(), MdiSubWindow::setNormal(), MdiSubWindow::status(), window(), and Folder::windowsList().
Referenced by changeFolder(), and init().
QString ApplicationWindow::windowGeometryInfo | ( | MdiSubWindow * | w | ) | [slot] |
References Folder::activeWindow(), MdiSubWindow::folder(), hidden(), MdiSubWindow::Hidden, MdiSubWindow::minRestoreSize(), and MdiSubWindow::status().
Referenced by saveAsTemplate(), saveFolder(), and saveWindow().
void ApplicationWindow::windowProperties | ( | ) | [slot] |
pops up information about the selected window item
References MdiSubWindow::birthDate(), current_folder, lv, Folder::path(), MdiSubWindow::sizeToString(), and WindowListItem::window().
Referenced by showWindowPopupMenu().
QList< MdiSubWindow * > ApplicationWindow::windowsList | ( | ) | [slot] |
References Folder::folderBelow(), projectFolder(), and Folder::windowsList().
Referenced by PlotDialog::acceptParams(), TextDialog::apply(), ConfigDialog::apply(), AxesDialog::applyAxisFormat(), AxesDialog::applyCanvasFormat(), PlotDialog::applyCanvasSize(), PlotDialog::applyErrorBarFormat(), PlotDialog::applyLayerFormat(), PlotDialog::applyLineFormat(), PlotDialog::applySymbolsFormat(), changeMatrixName(), columnsList(), ConfigDialog::customizeNotes(), deleteFitTables(), depending3DPlots(), dependingPlots(), disableTools(), enableMdiArea(), exportAllGraphs(), exportAllTables(), exportPresentationODF(), EnrichmentDialog::frameApplyTo(), EnrichmentDialog::patternApplyTo(), printAllPlots(), projectProperties(), ConfigDialog::rehighlight(), remove3DMatrixPlots(), removeCurves(), scriptsDirPathChanged(), setBoldFont(), setFontFamily(), setFontSize(), setGraphDefaultSettings(), setItalicFont(), setPlot3DOptions(), setShowWindowsPolicy(), showAllFolderWindows(), EnrichmentDialog::textFormatApplyTo(), updateColNames(), updateConfirmOptions(), updateCurves(), AxesDialog::updateGrid(), updateMatrixPlots(), updateTableNames(), window(), and ~ApplicationWindow().
void ApplicationWindow::windowsMenuAboutToShow | ( | ) | [private, slot] |
References actionCopyWindow, actionFindWindow, actionHideActiveWindow, actionNextWindow, actionPrevWindow, actionRename, actionResizeActiveWindow, actionShowScriptWindow, Folder::activeWindow(), cascade(), closeActiveWindow(), current_folder, d_workspace, Folder::folderBelow(), foldersMenu, foldersMenuActivated(), Folder::path(), projectFolder(), reloadCustomActions(), showMoreWindows(), Folder::windowsList(), windowsMenu, and windowsMenuActivated().
Referenced by customMenu(), and initMainMenu().
void ApplicationWindow::windowsMenuActivated | ( | int | id | ) | [private, slot] |
References current_folder, d_workspace, hidden(), hiddenWindows, setListView(), and Folder::windowsList().
Referenced by windowsMenuAboutToShow().
QMdiArea* ApplicationWindow::workspace | ( | ) | [inline] |
References d_workspace.
void ApplicationWindow::zoomIn | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), btnPointer, btnZoomIn, MultiLayer::isEmpty(), Graph::isPiePlot(), MultiLayer::layersList(), MultiLayerWindow, and Graph::zoom().
Referenced by pickDataTool().
void ApplicationWindow::zoomOut | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), btnPointer, MultiLayer::isEmpty(), Graph::isPiePlot(), and MultiLayerWindow.
Referenced by pickDataTool().
void ApplicationWindow::zoomRectanglePlot | ( | ) | [slot] |
References MultiLayer::activeLayer(), activeWindow(), Graph::add(), MultiLayer::addLayer(), MultiLayer::arrangeLayers(), FrameWidget::boundingRect(), Graph::copyCurves(), Graph::drawAxesBackbones(), Table::getSelection(), Graph::LineSymbols, multilayerPlot(), Graph::removeLegend(), Table::selectedYColumns(), Graph::setAxisTitle(), FrameWidget::setBackgroundColor(), Graph::setCanvasCoordinates(), Graph::setCanvasFrame(), MultiLayer::setCols(), FrameWidget::setFrameColor(), RectangleWidget::setLinkedLayer(), setPreferences(), FrameWidget::setRect(), MultiLayer::setRows(), Graph::showGrid(), and TableWindow.
Referenced by createActions().
QAction* ApplicationWindow::actionAbout [private] |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionActivateWindow [private] |
Referenced by createActions(), showWindowPopupMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionAdd3DData [private] |
Referenced by createActions(), showWindowContextMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionAddColToTable [private] |
Referenced by createActions(), customMenu(), initToolBars(), showColMenu(), showTableContextMenu(), tableMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionAddEllipse [private] |
Referenced by addEllipse(), custom2DPlotTools(), initMainMenu(), initToolBars(), showGraphContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionAddErrorBars [private] |
Referenced by createActions(), initMainMenu(), initToolBars(), showGraphContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionAddFormula [private] |
Referenced by addTexFormula(), custom2DPlotTools(), customMenu(), initMainMenu(), initToolBars(), showGraphContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionAddFunctionCurve [private] |
Referenced by createActions(), customMenu(), initMainMenu(), initToolBars(), showGraphContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionAddImage [private] |
Referenced by createActions(), initMainMenu(), initToolBars(), showGraphContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionAddInsetCurveLayer [private] |
Referenced by createActions(), initMainMenu(), initToolBars(), and showGraphContextMenu().
QAction * ApplicationWindow::actionAddInsetLayer [private] |
Referenced by createActions(), initMainMenu(), initToolBars(), and showGraphContextMenu().
QAction * ApplicationWindow::actionAddLayer [private] |
Referenced by createActions(), initMainMenu(), initToolBars(), showGraphContextMenu(), showWindowContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionAddNoteTab [private] |
Referenced by createActions(), scriptingMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionAddRectangle [private] |
Referenced by addRectangle(), custom2DPlotTools(), initMainMenu(), initToolBars(), showGraphContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionAddText [private] |
Referenced by addText(), custom2DPlotTools(), initMainMenu(), initToolBars(), showGraphContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionAddZoomPlot [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionAdjustColumnWidth [private] |
Referenced by createActions(), customColumnActions(), initToolBars(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
QAction* ApplicationWindow::actionAnimate [private] |
Referenced by custom3DActions(), initPlot3DToolBar(), and translateActionsStrings().
QAction * ApplicationWindow::actionAppendProject [private] |
Referenced by createActions(), fileMenuAboutToShow(), initToolBars(), showFolderPopupMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionAutoCorrelate [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionAutomaticLayout [private] |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
QAction * ApplicationWindow::actionBandBlockFilter [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionBandPassFilter [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionBaseline [private] |
Referenced by analysisMenuAboutToShow(), and createActions().
QAction* ApplicationWindow::actionBoxPlot [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionCheckUpdates [private] |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionChooseHelpFolder [private] |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionClearLogInfo [private] |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionClearSelection [private] |
Referenced by createActions(), customMenu(), disableActions(), initMainMenu(), initToolBars(), showCurveContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionClearTable [private] |
Referenced by createActions(), showTableContextMenu(), tableMenuAboutToShow(), and translateActionsStrings().
QAction* ApplicationWindow::actionCloseAllWindows [private] |
Referenced by createActions(), fileMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionCloseNoteTab [private] |
Referenced by createActions(), scriptingMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionCloseProject [private] |
Referenced by createActions(), fileMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionCloseWindow [private] |
Referenced by createActions(), showWindowContextMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionColorMap [private] |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
QAction * ApplicationWindow::actionContourMap [private] |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
QAction * ApplicationWindow::actionConvertMatrixDirect [private] |
Referenced by createActions(), matrixMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionConvertMatrixXYZ [private] |
Referenced by createActions(), matrixMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionConvertMatrixYXZ [private] |
Referenced by createActions(), matrixMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionConvertTableBinning [private] |
Referenced by createActions(), tableMenuAboutToShow(), and translateActionsStrings().
QAction* ApplicationWindow::actionConvertTableDirect [private] |
Referenced by createActions(), tableMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionConvertTableRegularXYZ [private] |
Referenced by createActions(), tableMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionConvolute [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionCopySelection [private] |
Referenced by createActions(), customMenu(), disableActions(), initMainMenu(), initToolBars(), showCurveContextMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionCopyWindow [private] |
QAction * ApplicationWindow::actionCorrelate [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionCurveFullRange [private] |
Referenced by createActions(), setCurveFullRange(), showCurveContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionCustomActionDialog [private] |
Referenced by createActions(), scriptingMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionCustomLayout [private] |
Referenced by createActions(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionCustomSharedAxisLayers [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionCutSelection [private] |
Referenced by createActions(), customMenu(), disableActions(), initToolBars(), showCurveContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionDeconvolute [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionDecreaseIndent [private] |
Referenced by createActions(), initToolBars(), scriptingMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionDecreasePrecision [private] |
Referenced by createActions(), and initToolBars().
QAction* ApplicationWindow::actionDeleteFitTables [private] |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionDeleteLayer [private] |
Referenced by createActions(), initMainMenu(), showGraphContextMenu(), showWindowContextMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionDeleteRows [private] |
Referenced by createActions(), tableMenuAboutToShow(), and translateActionsStrings().
QAction* ApplicationWindow::actionDifferentiate [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionDisregardCol [private] |
Referenced by createActions(), customColumnActions(), initToolBars(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
QAction* ApplicationWindow::actionDonate [private] |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionDownloadManual [private] |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionDragCurve [private] |
Referenced by custom2DPlotTools(), initToolBars(), pickDataTool(), plotDataMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionDrawPoints [private] |
Referenced by custom2DPlotTools(), initToolBars(), pickDataTool(), plotDataMenuAboutToShow(), and translateActionsStrings().
QAction* ApplicationWindow::actionEditCurveRange [private] |
Referenced by createActions(), showCurveContextMenu(), showCurveRangeDialog(), and translateActionsStrings().
QAction* ApplicationWindow::actionEditSurfacePlot [private] |
Referenced by createActions(), showWindowContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionExportAllGraphs [private] |
Referenced by createActions(), fileMenuAboutToShow(), and translateActionsStrings().
QAction* ApplicationWindow::actionExportGraph [private] |
Referenced by createActions(), customMenu(), fileMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionExportMatrix [private] |
Referenced by createActions(), fileMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionExportPDF [private] |
Referenced by createActions(), customMenu(), fileMenuAboutToShow(), initToolBars(), and translateActionsStrings().
QAction * ApplicationWindow::actionExtractGraphs [private] |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
QAction * ApplicationWindow::actionExtractLayers [private] |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
QAction * ApplicationWindow::actionExtractTableData [private] |
Referenced by createActions(), tableMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionFFT [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionFind [private] |
Referenced by createActions(), customMenu(), initToolBars(), scriptingMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionFindNext [private] |
Referenced by createActions(), initToolBars(), scriptingMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionFindPrev [private] |
Referenced by createActions(), initToolBars(), scriptingMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionFindWindow [private] |
Referenced by createActions(), showFolderPopupMenu(), translateActionsStrings(), and windowsMenuAboutToShow().
QAction* ApplicationWindow::actionFitExpGrowth [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionFitFrame [private] |
Referenced by initPlot3DToolBar(), and translateActionsStrings().
QAction * ApplicationWindow::actionFitGauss [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionFitLinear [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionFitLorentz [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionFitSigmoidal [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionFitSlope [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionFlipMatrixHorizontally [private] |
Referenced by createActions(), initToolBars(), matrixMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionFlipMatrixVertically [private] |
Referenced by createActions(), initToolBars(), matrixMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionFontBold [private] |
Referenced by createActions(), initToolBars(), setFontFamily(), setFontSize(), setFormatBarFont(), setItalicFont(), and translateActionsStrings().
QAction * ApplicationWindow::actionFontBox [private] |
Referenced by initToolBars(), setBoldFont(), setFontSize(), setFormatBarFont(), and setItalicFont().
QAction * ApplicationWindow::actionFontItalic [private] |
Referenced by createActions(), initToolBars(), setBoldFont(), setFontFamily(), setFontSize(), setFormatBarFont(), and translateActionsStrings().
QAction * ApplicationWindow::actionFontSize [private] |
Referenced by initToolBars(), setBoldFont(), setFontFamily(), setFormatBarFont(), and setItalicFont().
QAction * ApplicationWindow::actionFrequencyCount [private] |
Referenced by analysisMenuAboutToShow(), createActions(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionGoToColumn [private] |
Referenced by createActions(), matrixMenuAboutToShow(), showTableContextMenu(), tableMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionGoToRow [private] |
QAction * ApplicationWindow::actionGrayMap [private] |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
QAction* ApplicationWindow::actionGreekMajSymbol [private] |
Referenced by createActions(), enableTextEditor(), initToolBars(), setFormatBarFont(), and translateActionsStrings().
QAction * ApplicationWindow::actionGreekSymbol [private] |
Referenced by createActions(), enableTextEditor(), initToolBars(), setFormatBarFont(), and translateActionsStrings().
QAction * ApplicationWindow::actionHelpBugReports [private] |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionHelpForums [private] |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionHideActiveWindow [private] |
Referenced by createActions(), customWindowTitleBarMenu(), translateActionsStrings(), and windowsMenuAboutToShow().
QAction * ApplicationWindow::actionHideCurve [private] |
Referenced by createActions(), hideCurve(), showCurveContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionHideOtherCurves [private] |
Referenced by createActions(), hideOtherCurves(), showCurveContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionHideSelectedColumns [private] |
Referenced by createActions(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionHideWindow [private] |
Referenced by createActions(), showWindowPopupMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionHighPassFilter [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionHomePage [private] |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionHorSharedAxisLayers [private] |
Referenced by createActions(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionImagePlot [private] |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
QAction * ApplicationWindow::actionImageProfilesPlot [private] |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
QAction * ApplicationWindow::actionImportImage [private] |
Referenced by createActions(), fileMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionImportSound [private] |
Referenced by createActions(), fileMenuAboutToShow(), and translateActionsStrings().
QAction* ApplicationWindow::actionIncreaseIndent [private] |
Referenced by createActions(), initToolBars(), scriptingMenuAboutToShow(), and translateActionsStrings().
QAction* ApplicationWindow::actionIncreasePrecision [private] |
Referenced by createActions(), and initToolBars().
QAction * ApplicationWindow::actionIntegrate [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionIntensityTable [private] |
Referenced by createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionInterpolate [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionInvertMatrix [private] |
Referenced by createActions(), matrixMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionLoad [private] |
Referenced by createActions(), customWindowTitleBarMenu(), fileMenuAboutToShow(), initToolBars(), and translateActionsStrings().
QAction * ApplicationWindow::actionLoadImage [private] |
Referenced by createActions(), fileMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionLowerEnrichment [private] |
Referenced by createActions(), graphSelectionChanged(), initToolBars(), showMarkerPopupMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionLowPassFilter [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction* ApplicationWindow::actionMagnify [private] |
Referenced by createActions(), custom2DPlotTools(), initToolBars(), pickDataTool(), plotDataMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionMagnifyHor [private] |
Referenced by createActions(), custom2DPlotTools(), initToolBars(), pickDataTool(), plotDataMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionMagnifyVert [private] |
Referenced by createActions(), custom2DPlotTools(), initToolBars(), pickDataTool(), plotDataMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionMathSymbol [private] |
Referenced by createActions(), enableTextEditor(), initToolBars(), setFormatBarFont(), and translateActionsStrings().
QAction * ApplicationWindow::actionMatrixColumnRow [private] |
Referenced by createActions(), matrixMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionMatrixCustomScale [private] |
Referenced by createActions(), matrixMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionMatrixDefaultScale [private] |
Referenced by createActions(), matrixMenuAboutToShow(), and translateActionsStrings().
QAction* ApplicationWindow::actionMatrixDeterminant [private] |
Referenced by createActions(), matrixMenuAboutToShow(), and translateActionsStrings().
QAction* ApplicationWindow::actionMatrixFFTDirect [private] |
Referenced by analysisMenuAboutToShow(), and createActions().
QAction * ApplicationWindow::actionMatrixFFTInverse [private] |
Referenced by analysisMenuAboutToShow(), and createActions().
QAction* ApplicationWindow::actionMatrixGrayScale [private] |
Referenced by createActions(), matrixMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionMatrixRainbowScale [private] |
Referenced by createActions(), matrixMenuAboutToShow(), and translateActionsStrings().
QAction* ApplicationWindow::actionMatrixXY [private] |
Referenced by createActions(), matrixMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionMaximizeWindow [private] |
Referenced by createActions(), showWindowPopupMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionMinimizeWindow [private] |
Referenced by createActions(), showWindowPopupMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionMoveColFirst [private] |
Referenced by createActions(), customColumnActions(), initToolBars(), tableMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionMoveColLast [private] |
Referenced by createActions(), customColumnActions(), initToolBars(), tableMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionMoveColLeft [private] |
Referenced by createActions(), customColumnActions(), initToolBars(), tableMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionMoveColRight [private] |
Referenced by createActions(), customColumnActions(), initToolBars(), tableMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionMoveRowDown [private] |
Referenced by createActions(), initToolBars(), showTableContextMenu(), tableMenuAboutToShow(), and translateActionsStrings().
QAction* ApplicationWindow::actionMoveRowUp [private] |
Referenced by createActions(), initToolBars(), showTableContextMenu(), tableMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionMultiPeakGauss [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionMultiPeakLorentz [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionNewFolder [private] |
QAction * ApplicationWindow::actionNewFunctionPlot [private] |
QAction * ApplicationWindow::actionNewGraph [private] |
QAction * ApplicationWindow::actionNewLegend [private] |
Referenced by createActions(), initMainMenu(), initToolBars(), showGraphContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionNewMatrix [private] |
QAction * ApplicationWindow::actionNewNote [private] |
QAction* ApplicationWindow::actionNewProject [private] |
Referenced by createActions(), fileMenuAboutToShow(), initToolBars(), and translateActionsStrings().
QAction* ApplicationWindow::actionNewSurfacePlot [private] |
QAction * ApplicationWindow::actionNewTable [private] |
QAction* ApplicationWindow::actionNextWindow [private] |
Referenced by init(), and windowsMenuAboutToShow().
QAction * ApplicationWindow::actionNormalizeSelection [private] |
Referenced by analysisMenuAboutToShow(), createActions(), showColMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionNormalizeTable [private] |
Referenced by analysisMenuAboutToShow(), createActions(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionNoteEvaluate [private] |
Referenced by createActions(), customMenu(), scriptingMenuAboutToShow(), and translateActionsStrings().
QAction* ApplicationWindow::actionNoteExecute [private] |
Referenced by createActions(), initToolBars(), scriptingMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionNoteExecuteAll [private] |
Referenced by createActions(), initToolBars(), scriptingMenuAboutToShow(), and translateActionsStrings().
QAction* ApplicationWindow::actionOpen [private] |
Referenced by createActions(), fileMenuAboutToShow(), initToolBars(), and translateActionsStrings().
QAction * ApplicationWindow::actionOpenTemplate [private] |
Referenced by createActions(), fileMenuAboutToShow(), initToolBars(), and translateActionsStrings().
QAction * ApplicationWindow::actionPasteSelection [private] |
Referenced by createActions(), customMenu(), disableActions(), initMainMenu(), initToolBars(), showCurveContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionPerspective [private] |
Referenced by custom3DActions(), initPlot3DToolBar(), and translateActionsStrings().
QAction * ApplicationWindow::actionPixelLineProfile [private] |
Referenced by createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionPlot2HorizontalLayers [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionPlot2VerticalLayers [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionPlot3DBars [private] |
Referenced by createActions(), initMainMenu(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionPlot3DHiddenLine [private] |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
QAction * ApplicationWindow::actionPlot3DPolygons [private] |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
QAction* ApplicationWindow::actionPlot3DRibbon [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionPlot3DScatter [private] |
Referenced by createActions(), initMainMenu(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionPlot3DTrajectory [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionPlot3DWireFrame [private] |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
QAction * ApplicationWindow::actionPlot3DWireSurface [private] |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
QAction * ApplicationWindow::actionPlot4Layers [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionPlotArea [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionPlotDoubleYAxis [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionPlotHistogram [private] |
Referenced by createActions(), initMainMenu(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionPlotHorizontalBars [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionPlotHorSteps [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionPlotL [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionPlotLP [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionPlotP [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionPlotPie [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionPlotSpline [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionPlotStackedHistograms [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionPlotStackedLayers [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionPlotVectXYAM [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionPlotVectXYXY [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionPlotVerticalBars [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionPlotVerticalDropLines [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionPlotVertSteps [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionPresentationODF [private] |
Referenced by createActions(), fileMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionPrevWindow [private] |
Referenced by init(), and windowsMenuAboutToShow().
QAction * ApplicationWindow::actionPrint [private] |
QAction * ApplicationWindow::actionPrintAllPlots [private] |
Referenced by createActions(), customMenu(), disableActions(), fileMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionPrintPreview [private] |
Referenced by createActions(), customMenu(), fileMenuAboutToShow(), initToolBars(), and translateActionsStrings().
QAction* ApplicationWindow::actionRaiseEnrichment [private] |
Referenced by createActions(), graphSelectionChanged(), initToolBars(), showMarkerPopupMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionReadOnlyCol [private] |
Referenced by createActions(), setReadOnlyCol(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionRedo [private] |
QAction* ApplicationWindow::actionRemoveCurve [private] |
Referenced by createActions(), removeCurve(), showCurveContextMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionRename [private] |
QAction * ApplicationWindow::actionRenameNoteTab [private] |
Referenced by createActions(), scriptingMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionReplace [private] |
Referenced by createActions(), initToolBars(), scriptingMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionResetRotation [private] |
Referenced by initPlot3DToolBar(), and translateActionsStrings().
QAction* ApplicationWindow::actionResizeActiveWindow [private] |
Referenced by createActions(), translateActionsStrings(), and windowsMenuAboutToShow().
QAction * ApplicationWindow::actionResizeWindow [private] |
Referenced by createActions(), showWindowPopupMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionRestartScripting [private] |
Referenced by createActions(), scriptingMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionRotateMatrix [private] |
Referenced by createActions(), initToolBars(), matrixMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionRotateMatrixMinus [private] |
Referenced by createActions(), initToolBars(), matrixMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionSaveNote [private] |
Referenced by createActions(), and customWindowTitleBarMenu().
QAction * ApplicationWindow::actionSaveProject [private] |
Referenced by createActions(), fileMenuAboutToShow(), init(), initToolBars(), modifiedProject(), savedProject(), and translateActionsStrings().
QAction * ApplicationWindow::actionSaveProjectAs [private] |
Referenced by createActions(), fileMenuAboutToShow(), showFolderPopupMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionSaveTemplate [private] |
QAction * ApplicationWindow::actionSaveWindow [private] |
Referenced by createActions(), customMenu(), customWindowTitleBarMenu(), disableActions(), fileMenuAboutToShow(), and translateActionsStrings().
QAction* ApplicationWindow::actionScriptingLang [private] |
Referenced by createActions(), scriptingMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionSetAscValues [private] |
Referenced by createActions(), customColumnActions(), initToolBars(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionSetLabelCol [private] |
Referenced by createActions(), customColumnActions(), initToolBars(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
QAction* ApplicationWindow::actionSetMatrixDimensions [private] |
Referenced by createActions(), matrixMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionSetMatrixProperties [private] |
Referenced by createActions(), matrixMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionSetMatrixValues [private] |
QAction * ApplicationWindow::actionSetRandomValues [private] |
Referenced by createActions(), customColumnActions(), initToolBars(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
QAction* ApplicationWindow::actionSetXCol [private] |
Referenced by createActions(), customColumnActions(), initToolBars(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionSetXErrCol [private] |
Referenced by createActions(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionSetYCol [private] |
Referenced by createActions(), customColumnActions(), initToolBars(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionSetYErrCol [private] |
Referenced by createActions(), customColumnActions(), initToolBars(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionSetZCol [private] |
Referenced by createActions(), customColumnActions(), initToolBars(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionSharedAxesLayers [private] |
Referenced by createActions(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionShowAllColumns [private] |
Referenced by createActions(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionShowAllCurves [private] |
Referenced by createActions(), showCurveContextMenu(), showGraphContextMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionShowAxisDialog [private] |
Referenced by createActions(), customMenu(), removeAxes3DPlot(), setBoxed3DPlot(), setFramed3DPlot(), and translateActionsStrings().
QAction * ApplicationWindow::actionShowColsDialog [private] |
Referenced by createActions(), tableMenuAboutToShow(), and translateActionsStrings().
QAction* ApplicationWindow::actionShowColStatistics [private] |
Referenced by analysisMenuAboutToShow(), createActions(), initToolBars(), showColMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionShowColumnOptionsDialog [private] |
Referenced by createActions(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionShowColumnValuesDialog [private] |
Referenced by createActions(), customMenu(), initToolBars(), showColMenu(), showTableContextMenu(), tableMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionShowConfigureDialog [private] |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionShowCurvePlotDialog [private] |
Referenced by createActions(), showCurveContextMenu(), showCurvePlotDialog(), and translateActionsStrings().
QAction* ApplicationWindow::actionShowCurvesDialog [private] |
Referenced by createActions(), customMenu(), initMainMenu(), initToolBars(), showGraphContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionShowCurveWorksheet [private] |
Referenced by createActions(), showCurveContextMenu(), showCurveWorksheet(), and translateActionsStrings().
QAction * ApplicationWindow::actionShowExpDecay3Dialog [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction* ApplicationWindow::actionShowExpDecayDialog [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction* ApplicationWindow::actionShowExplorer [private] |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
QAction * ApplicationWindow::actionShowExportASCIIDialog [private] |
QAction * ApplicationWindow::actionShowFitDialog [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionShowFitPolynomDialog [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionShowGridDialog [private] |
Referenced by createActions(), customMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionShowHelp [private] |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionShowIntDialog [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionShowLayerDialog [private] |
Referenced by createActions(), initMainMenu(), initToolBars(), showWindowContextMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionShowLineDialog [private] |
Referenced by createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionShowLog [private] |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
QAction* ApplicationWindow::actionShowMoreWindows [private] |
Referenced by createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionShowNoteLineNumbers [private] |
Referenced by createActions(), scriptingMenuAboutToShow(), and translateActionsStrings().
QAction* ApplicationWindow::actionShowPlotDialog [private] |
Referenced by createActions(), customMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionShowPlotWizard [private] |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionShowRowsDialog [private] |
Referenced by createActions(), tableMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::actionShowRowStatistics [private] |
Referenced by analysisMenuAboutToShow(), createActions(), initToolBars(), showTableContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionShowScaleDialog [private] |
Referenced by createActions(), customMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionShowScriptWindow [private] |
Referenced by createActions(), initToolBars(), showScriptWindow(), translateActionsStrings(), and windowsMenuAboutToShow().
QAction * ApplicationWindow::actionShowTextDialog [private] |
Referenced by createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionShowTitleDialog [private] |
Referenced by createActions(), customMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionShowTwoExpDecayDialog [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction* ApplicationWindow::actionShowUndoStack [private] |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionSmoothAverage [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionSmoothFFT [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionSmoothLowess [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction* ApplicationWindow::actionSmoothSavGol [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionSortSelection [private] |
Referenced by analysisMenuAboutToShow(), createActions(), showColMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionSortTable [private] |
Referenced by analysisMenuAboutToShow(), createActions(), initToolBars(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionStackBars [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionStackColumns [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionStackSharedAxisLayers [private] |
Referenced by createActions(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionStemPlot [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionSubscript [private] |
Referenced by createActions(), enableTextEditor(), initToolBars(), and setFormatBarFont().
QAction * ApplicationWindow::actionSubtractLine [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionSubtractReference [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction* ApplicationWindow::actionSuperscript [private] |
Referenced by createActions(), enableTextEditor(), initToolBars(), and setFormatBarFont().
QAction* ApplicationWindow::actionSwapColumns [private] |
Referenced by createActions(), customColumnActions(), initToolBars(), tableMenuAboutToShow(), and translateActionsStrings().
QAction* ApplicationWindow::actionTableRecalculate [private] |
QAction * ApplicationWindow::actionTechnicalSupport [private] |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionTimeStamp [private] |
Referenced by createActions(), initMainMenu(), initToolBars(), showGraphContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionToolBars [private] |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionTranslateHor [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionTranslateVert [private] |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
QAction * ApplicationWindow::actionTranslations [private] |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionTransposeMatrix [private] |
Referenced by createActions(), matrixMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionUnderline [private] |
Referenced by createActions(), enableTextEditor(), initToolBars(), setFormatBarFont(), and translateActionsStrings().
QAction * ApplicationWindow::actionUndo [private] |
QAction * ApplicationWindow::actionUnzoom [private] |
Referenced by createActions(), initToolBars(), plotDataMenuAboutToShow(), and translateActionsStrings().
QAction* ApplicationWindow::actionVertSharedAxisLayers [private] |
Referenced by createActions(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionViewMatrix [private] |
Referenced by createActions(), matrixMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
QAction* ApplicationWindow::actionViewMatrixImage [private] |
Referenced by createActions(), matrixMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::actionWaterfallPlot [private] |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
QMenu * ApplicationWindow::analysisMenu [private] |
Referenced by changeAppFont(), ConfigDialog::ConfigDialog(), createActions(), initGlobalConstants(), readSettings(), saveSettings(), and updateAppFonts().
QString ApplicationWindow::appLanguage |
QString ApplicationWindow::appStyle |
Referenced by changeAppStyle(), ConfigDialog::initAppPage(), initGlobalConstants(), readSettings(), and saveSettings().
QTranslator* ApplicationWindow::appTranslator [private] |
Referenced by createLanguagesList(), and switchToLanguage().
QString ApplicationWindow::asciiDirPath |
Referenced by ExportDialog::accept(), importASCII(), initGlobalConstants(), readSettings(), and saveSettings().
QAssistantClient* ApplicationWindow::assistant [private] |
Referenced by init(), and showHelp().
Referenced by ConfigDialog::initAppPage(), initGlobalConstants(), readSettings(), saveProject(), saveSettings(), and setSaveSettings().
Referenced by ConfigDialog::initAppPage(), initGlobalConstants(), readSettings(), saveProject(), saveSettings(), and setSaveSettings().
Equals true if an automatical search for updates was performed on start-up otherwise is set to false;.
Referenced by initGlobalConstants(), QtiPlotApplication::QtiPlotApplication(), and receivedVersionFile().
Default axes linewidth.
Referenced by ConfigDialog::apply(), ConfigDialog::initAxesPage(), initGlobalConstants(), readSettings(), saveSettings(), AxesDialog::setFrameDefaultValues(), and setPreferences().
QAction * ApplicationWindow::back [private] |
Referenced by custom3DGrids(), initPlot3DToolBar(), and translateActionsStrings().
QAction * ApplicationWindow::barstyle [private] |
Referenced by custom3DActions(), initPlot3DToolBar(), pickPlotStyle(), and translateActionsStrings().
QAction* ApplicationWindow::Box [private] |
Referenced by custom3DActions(), initPlot3DToolBar(), pickCoordSystem(), and translateActionsStrings().
QAction * ApplicationWindow::btnArrow [private] |
Referenced by custom2DPlotTools(), initMainMenu(), initToolBars(), pickDataTool(), showGraphContextMenu(), and translateActionsStrings().
QAction* ApplicationWindow::btnCursor [private] |
Referenced by custom2DPlotTools(), initToolBars(), pickDataTool(), plotDataMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::btnLine [private] |
Referenced by custom2DPlotTools(), initMainMenu(), initToolBars(), pickDataTool(), showGraphContextMenu(), and translateActionsStrings().
QAction * ApplicationWindow::btnMovePoints [private] |
Referenced by custom2DPlotTools(), initToolBars(), pickDataTool(), plotDataMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::btnPicker [private] |
Referenced by custom2DPlotTools(), initToolBars(), pickDataTool(), plotDataMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::btnPointer [private] |
Referenced by addEllipse(), addRectangle(), addTexFormula(), addText(), connectMultilayerPlot(), custom2DPlotTools(), drawArrow(), drawLine(), drawPoints(), fitMultiPeak(), initToolBars(), magnify(), movePoints(), pickPointerCursor(), plotDataMenuAboutToShow(), removePoints(), removeWindowFromLists(), showCursor(), showRangeSelectors(), showScreenReader(), subtractStraightLine(), translateActionsStrings(), translateCurve(), zoomIn(), and zoomOut().
QAction * ApplicationWindow::btnRemovePoints [private] |
Referenced by custom2DPlotTools(), initToolBars(), pickDataTool(), plotDataMenuAboutToShow(), and translateActionsStrings().
QToolButton* ApplicationWindow::btnResults [private] |
QAction * ApplicationWindow::btnSelect [private] |
Referenced by custom2DPlotTools(), initToolBars(), pickDataTool(), plotDataMenuAboutToShow(), and translateActionsStrings().
QAction* ApplicationWindow::btnZoomIn [private] |
Referenced by custom2DPlotTools(), initToolBars(), pickDataTool(), plotDataMenuAboutToShow(), translateActionsStrings(), and zoomIn().
QAction * ApplicationWindow::btnZoomOut [private] |
Referenced by initToolBars(), pickDataTool(), plotDataMenuAboutToShow(), and translateActionsStrings().
QAction * ApplicationWindow::ceil [private] |
Referenced by custom3DGrids(), initPlot3DToolBar(), stemPlot(), and translateActionsStrings().
QToolBar * ApplicationWindow::columnTools [private] |
Referenced by customToolBars(), disableToolbars(), initToolBars(), insertTranslatedStrings(), and showToolBarsMenu().
QAction * ApplicationWindow::conestyle [private] |
Referenced by custom3DActions(), initPlot3DToolBar(), pickPlotStyle(), and translateActionsStrings().
QActionGroup* ApplicationWindow::coord [private] |
Referenced by initPlot3DToolBar().
QAction * ApplicationWindow::crossHairStyle [private] |
Referenced by custom3DActions(), initPlot3DToolBar(), pickPlotStyle(), and translateActionsStrings().
pointer to the current folder in the project
Referenced by activeWindow(), addFolder(), appendProject(), changeFolder(), clearLogInfo(), closeProject(), closeWindow(), currentFolder(), deleteFolder(), dropFolderItems(), find(), folderProperties(), goToParentFolder(), hideAllFolderWindows(), init(), integrate(), matrixDeterminant(), maximizeWindow(), openProject(), projectProperties(), renameFolder(), saveAsProject(), saveFolder(), FindDialog::setStartPath(), showAllFolderWindows(), showResults(), PlotDialog::showStatistics(), showWindowPopupMenu(), startRenameFolder(), updateLog(), updateWindowStatus(), windowActivated(), windowProperties(), windowsMenuAboutToShow(), and windowsMenuActivated().
Calculate only 2 points in a generated linear fit function curve.
Referenced by analyzeCurve(), ConfigDialog::apply(), fitLinear(), fitSlope(), ConfigDialog::initFittingPage(), initGlobalConstants(), readSettings(), and saveSettings().
QwtLinearColorMap ApplicationWindow::d_3D_color_map |
Referenced by addRibbon(), ConfigDialog::apply(), initGlobalConstants(), Matrix::initGlobals(), Graph3D::initPlot(), ConfigDialog::initPlots3DPage(), PlotWizard::plot3DRibbon(), plotParametricSurface(), plotSurface(), plotXYZ(), readSettings(), saveSettings(), Spectrogram::setDefaultColorMap(), and Matrix::setDefaultColorMap().
MdiSubWindow* ApplicationWindow::d_active_window [private] |
Referenced by activeWindow(), changeFolder(), closeWindow(), initGlobalConstants(), setActiveWindow(), and windowActivated().
User defined size for the Add/Remove curves dialog.
Referenced by CurvesDialog::closeEvent(), initGlobalConstants(), readSettings(), saveSettings(), and showCurvesDialog().
Referenced by initGlobalConstants(), readSettings(), restoreApplicationGeometry(), and saveSettings().
Referenced by copyMarker(), initGlobalConstants(), pasteSelection(), and showGraphContextMenu().
Referenced by dropEvent(), importASCII(), ImportASCIIDialog::ImportASCIIDialog(), initGlobalConstants(), plotFile(), readSettings(), and saveSettings().
End of line convention used to import ASCII files.
Referenced by dropEvent(), importASCII(), ImportASCIIDialog::ImportASCIIDialog(), initGlobalConstants(), plotFile(), readSettings(), and saveSettings().
Last selected filter in import ASCII dialog.
Referenced by ImportASCIIDialog::closeEvent(), importASCII(), initGlobalConstants(), readSettings(), and saveSettings().
Referenced by dropEvent(), importASCII(), ImportASCIIDialog::ImportASCIIDialog(), initGlobalConstants(), plotFile(), readSettings(), and saveSettings().
Locale used to specify the decimal separators in imported ASCII files.
Referenced by dropEvent(), importASCII(), ImportASCIIDialog::ImportASCIIDialog(), initGlobalConstants(), plotFile(), readSettings(), and saveSettings().
Referenced by importASCII(), ImportASCIIDialog::ImportASCIIDialog(), initGlobalConstants(), readSettings(), and saveSettings().
Referenced by dropEvent(), importASCII(), ImportASCIIDialog::ImportASCIIDialog(), initGlobalConstants(), plotFile(), readSettings(), and saveSettings().
bool ApplicationWindow::d_auto_update_table_values [private] |
Referenced by autoUpdateTableValues(), initGlobalConstants(), readSettings(), saveSettings(), and setAutoUpdateTableValues().
Referenced by ConfigDialog::apply(), ConfigDialog::initAppPage(), initGlobalConstants(), readSettings(), saveFolder(), and saveSettings().
Referenced by initGlobalConstants(), readSettings(), saveSettings(), AxesDialog::setFrameDefaultValues(), and setPreferences().
Locale used to specify the decimal separators in imported ASCII files.
Referenced by clipboardLocale(), readSettings(), saveSettings(), and setClipboardLocale().
Referenced by customToolBars(), initGlobalConstants(), readSettings(), saveSettings(), and showToolBarsMenu().
User custom colors used for Python syntax highlighting.
Referenced by initGlobalConstants(), ConfigDialog::initNotesPage(), readSettings(), ConfigDialog::rehighlight(), saveSettings(), and SyntaxHighlighter::SyntaxHighlighter().
QCompleter* ApplicationWindow::d_completer [private] |
Completer used in notes and in the script window.
Referenced by addWindowsListToCompleter(), completer(), enableCompletion(), initCompleter(), initGlobalConstants(), showColumnValuesDialog(), showExtractDataDialog(), showMatrixValuesDialog(), showScriptWindow(), and updateCompleter().
Flag telling if completion hints are enabled.
Referenced by enableCompletion(), ConfigDialog::initAppPage(), initGlobalConstants(), readSettings(), saveSettings(), showColumnValuesDialog(), showExtractDataDialog(), showMatrixValuesDialog(), and showScriptWindow().
Referenced by ExportDialog::accept(), ImageExportDialog::accept(), ConfigDialog::apply(), exportAllGraphs(), exportAllTables(), ScriptEdit::exportASCII(), exportPDF(), ConfigDialog::initConfirmationsPage(), initGlobalConstants(), readSettings(), saveAsTemplate(), saveFolderAsProject(), FitDialog::saveInitialGuesses(), saveProjectAs(), saveSettings(), FitDialog::saveUserFunction(), and saveWindowAs().
default precision to be used for all other operations than fitting
Referenced by Filter::addResultCurve(), Correlation::addResultCurve(), Convolution::addResultCurve(), ImageProfilesTool::append(), DrawPointTool::appendPoint(), ConfigDialog::apply(), RangeSelectorTool::copySelectedCurve(), customTable(), ArrowMarker::displayInfo(), RangeSelectorTool::emitStatusText(), FFT::fftCurve(), FFT::fftTable(), FilterDialog::FilterDialog(), FrequencyCountDialog::FrequencyCountDialog(), FunctionDialog::FunctionDialog(), ConfigDialog::initAppPage(), Plot3DDialog::initAxesPage(), FitDialog::initFitPage(), initGlobalConstants(), initMatrix(), SurfaceDialog::initParametricSurfacePage(), Plot3DDialog::initPointsOptionsStack(), ImportASCIIDialog::initPreview(), Plot3DDialog::initScalesPage(), AxesDialog::initScalesPage(), InterpolationDialog::InterpolationDialog(), Integration::logInfo(), DataPickerTool::movePoint(), Differentiation::output(), DataPickerTool::pasteSelection(), PolynomFitDialog::PolynomFitDialog(), PreviewMatrix::PreviewMatrix(), readSettings(), saveSettings(), DataPickerTool::setSelection(), Plot3DDialog::showBarsTab(), and SubtractDataDialog::SubtractDataDialog().
Referenced by initGlobalConstants(), readSettings(), saveSettings(), and showToolBarsMenu().
Referenced by initGlobalConstants(), readSettings(), saveSettings(), and showToolBarsMenu().
Referenced by copyMarker(), initGlobalConstants(), pasteSelection(), and showGraphContextMenu().
End of line convention used for copy/paste operations and when exporting tables/matrices to ASCII files.
Referenced by ConfigDialog::apply(), endOfLine(), ConfigDialog::initAppPage(), initGlobalConstants(), readSettings(), and saveSettings().
Referenced by ExportDialog::closeEvent(), initGlobalConstants(), readSettings(), and saveSettings().
Referenced by ImportASCIIDialog::closeEvent(), importASCII(), initGlobalConstants(), readSettings(), and saveSettings().
Referenced by OpenProjectDialog::closeEvent(), initGlobalConstants(), open(), readSettings(), and saveSettings().
Referenced by PlotDialog::closeEvent(), initGlobalConstants(), readSettings(), saveSettings(), and showPlotDialog().
Referenced by initGlobalConstants(), readSettings(), saveSettings(), and showToolBarsMenu().
File version code used when opening project files (= maj * 100 + min * 10 + patch).
Referenced by appendProject(), open(), openGraph(), openMatrix(), openProject(), openTable(), openTableStatistics(), openTemplate(), and readColorFromProject().
Referenced by customToolBars(), initGlobalConstants(), readSettings(), saveSettings(), and showToolBarsMenu().
Default geometry unit to be displayed in the EnrichmentDialog.
Referenced by initGlobalConstants(), readSettings(), saveSettings(), EnrichmentDialog::setCoordinates(), and EnrichmentDialog::setWidget().
Distance between the axes title and the backbone.
Referenced by ConfigDialog::apply(), ConfigDialog::initAxesPage(), initGlobalConstants(), readSettings(), saveSettings(), and setPreferences().
Default distance between the ticks and the tick labels.
Referenced by ConfigDialog::apply(), ConfigDialog::initAxesPage(), initGlobalConstants(), readSettings(), saveSettings(), and setPreferences().
Last selected filter in export image dialog.
Referenced by ImageExportDialog::closeEvent(), exportAllGraphs(), exportGraph(), exportLayer(), exportMatrix(), initGlobalConstants(), readSettings(), and saveSettings().
Referenced by ImportASCIIDialog::closeEvent(), importASCII(), initGlobalConstants(), readSettings(), and saveSettings().
Flag telling if the in-place editing of 2D plot labels is enabled.
Referenced by ConfigDialog::apply(), Graph::enableTextEditor(), initGlobalConstants(), ConfigDialog::initPlotsPage(), readSettings(), saveSettings(), and LegendWidget::showTextEditor().
QStringList ApplicationWindow::d_indexed_color_names [private] |
Referenced by indexedColorNames(), initGlobalConstants(), readSettings(), saveSettings(), and setIndexedColorNames().
QList<QColor> ApplicationWindow::d_indexed_colors [private] |
Referenced by differentiate(), indexedColors(), initGlobalConstants(), readSettings(), saveSettings(), setIndexedColors(), and waterfallPlot().
Referenced by ConfigDialog::apply(), initGlobalConstants(), initWindow(), ConfigDialog::languageChange(), readSettings(), and saveSettings().
Flag telling if the application is appending a project file or not.
Referenced by appendProject(), initGlobalConstants(), matrix(), newMatrix(), newTable(), and updateCompleter().
Referenced by EnrichmentDialog::apply(), ConfigDialog::apply(), PlotDialog::closeEvent(), LayerDialog::closeEvent(), ImageExportDialog::closeEvent(), ImageExportDialog::initAdvancedOptions(), EnrichmentDialog::initGeometryPage(), initGlobalConstants(), PlotDialog::initLayerGeometryPage(), ConfigDialog::initLayerGeometryPage(), PlotDialog::initPlotGeometryPage(), readSettings(), and saveSettings().
Referenced by initGlobalConstants(), readSettings(), and saveSettings().
Default geometry unit to be displayed in the PlotDialog.
Referenced by PlotDialog::acceptParams(), ConfigDialog::apply(), initGlobalConstants(), PlotDialog::initLayerGeometryPage(), ConfigDialog::initLayerGeometryPage(), PlotDialog::initPlotGeometryPage(), ConfigDialog::languageChange(), plotCustomLayout(), readSettings(), saveSettings(), PlotDialog::setMultiLayer(), LayerDialog::setMultiLayer(), and LayerDialog::update().
Referenced by customToolBars(), initGlobalConstants(), readSettings(), saveSettings(), and showToolBarsMenu().
int ApplicationWindow::d_matrix_undo_stack_size [private] |
Referenced by initGlobalConstants(), matrixUndoStackSize(), readSettings(), saveSettings(), and setMatrixUndoStackSize().
bool ApplicationWindow::d_mdi_windows_area [private] |
Referenced by ConfigDialog::apply(), ConfigDialog::initFittingPage(), initGlobalConstants(), readSettings(), and saveSettings().
Referenced by ConfigDialog::apply(), ConfigDialog::initAppPage(), initGlobalConstants(), readSettings(), and saveSettings().
Flag telling if line numbers are displayed in note windows.
Referenced by ConfigDialog::customizeNotes(), ScriptWindow::initActions(), initGlobalConstants(), ConfigDialog::initNotesPage(), readSettings(), saveSettings(), and showScriptWindow().
Referenced by customToolBars(), initGlobalConstants(), readSettings(), saveSettings(), and showToolBarsMenu().
Last selected filter in open project dialog.
Referenced by appendProject(), OpenProjectDialog::closeEvent(), initGlobalConstants(), OpenProjectDialog::OpenProjectDialog(), readSettings(), and saveSettings().
Flag telling if the application is opening a project file or not.
Referenced by changeFolder(), initGlobalConstants(), openProject(), updateCompleter(), and windowActivated().
QStringList ApplicationWindow::d_param_surface_func |
Referenced by customToolBars(), initGlobalConstants(), readSettings(), saveSettings(), and showToolBarsMenu().
Referenced by customToolBars(), initGlobalConstants(), readSettings(), saveSettings(), and showToolBarsMenu().
QPrinter::PaperSize ApplicationWindow::d_print_paper_size |
Referenced by initGlobalConstants(), printPreview(), readSettings(), saveSettings(), and setPrintPreviewOptions().
QPrinter::Orientation ApplicationWindow::d_printer_orientation |
Referenced by initGlobalConstants(), printPreview(), readSettings(), saveSettings(), and setPrintPreviewOptions().
QStringList ApplicationWindow::d_recent_functions |
Referenced by readSettings(), saveSettings(), FunctionDialog::showFunctionLog(), and updateFunctionLists().
QVector<bool> ApplicationWindow::d_show_axes |
Axes to be shown.
Referenced by ConfigDialog::apply(), ConfigDialog::initAxesPage(), initGlobalConstants(), readSettings(), saveSettings(), and setPreferences().
QVector<bool> ApplicationWindow::d_show_axes_labels |
Axes with labels enabled.
Referenced by ConfigDialog::apply(), ConfigDialog::initAxesPage(), initGlobalConstants(), readSettings(), saveSettings(), and setPreferences().
Specifies if only the Tables/Matrices in the current folder should be displayed in the Add/remove curve dialog.
Referenced by CurvesDialog::init(), initGlobalConstants(), readSettings(), saveSettings(), and CurvesDialog::showCurrentFolder().
Referenced by ConfigDialog::apply(), customTable(), initGlobalConstants(), ConfigDialog::initTablesPage(), readSettings(), and saveSettings().
QList<int> ApplicationWindow::d_symbols_list [private] |
Referenced by indexedSymbols(), initGlobalConstants(), readSettings(), saveSettings(), and setIndexedSymbols().
Referenced by customToolBars(), initGlobalConstants(), readSettings(), saveSettings(), and showToolBarsMenu().
TextEditor* ApplicationWindow::d_text_editor [private] |
QUndoView* ApplicationWindow::d_undo_view [private] |
Referenced by customMenu(), and init().
QList<QAction *> ApplicationWindow::d_user_actions [private] |
Referenced by addCustomAction(), customActionsList(), performCustomAction(), reloadCustomActions(), and removeCustomAction().
QList<QMenu *> ApplicationWindow::d_user_menus [private] |
Referenced by addCustomAction(), addCustomMenu(), customMenusList(), reloadCustomMenus(), and removeCustomMenu().
QMdiArea* ApplicationWindow::d_workspace [private] |
QActionGroup * ApplicationWindow::dataTools [private] |
Referenced by initToolBars().
QMenu * ApplicationWindow::decayMenu [private] |
Referenced by analysisMenuAboutToShow(), customizableMenusList(), initMainMenu(), and insertTranslatedStrings().
Referenced by CanvasPicker::eventFilter(), initGlobalConstants(), readSettings(), saveSettings(), and setArrowDefaultSettings().
Referenced by CanvasPicker::eventFilter(), initGlobalConstants(), readSettings(), saveSettings(), and setArrowDefaultSettings().
Referenced by CanvasPicker::eventFilter(), initGlobalConstants(), readSettings(), saveSettings(), and setArrowDefaultSettings().
Referenced by CanvasPicker::eventFilter(), initGlobalConstants(), readSettings(), saveSettings(), and setArrowDefaultSettings().
Qt::PenStyle ApplicationWindow::defaultArrowLineStyle |
Referenced by CanvasPicker::eventFilter(), initGlobalConstants(), readSettings(), saveSettings(), and setArrowDefaultSettings().
Referenced by CanvasPicker::eventFilter(), initGlobalConstants(), readSettings(), saveSettings(), and setArrowDefaultSettings().
Referenced by ConfigDialog::apply(), Graph::dropEvent(), CurvesDialog::init(), initGlobalConstants(), ConfigDialog::languageChange(), PlotWizard::plot2D(), plot2HorizontalLayers(), plot2VerticalLayers(), plot4Layers(), plotCustomLayout(), plotFile(), plotHorizontalSharedAxisLayers(), plotSharedAxesLayers(), plotStackedLayers(), plotStackSharedAxisLayers(), plotVerticalSharedAxisLayers(), readSettings(), saveSettings(), and LayerDialog::update().
The scripting language to use for new projects.
Referenced by ConfigDialog::apply(), init(), ConfigDialog::initAppPage(), initGlobalConstants(), readSettings(), and saveSettings().
QToolBar * ApplicationWindow::displayBar [private] |
QList<Q3ListViewItem *> ApplicationWindow::draggedItems [private] |
Stores the pointers to the dragged items from the FolderListViews objects.
Referenced by dragFolderItems(), and dropFolderItems().
Draw axes backbones.
Referenced by ConfigDialog::apply(), ConfigDialog::initAxesPage(), initGlobalConstants(), readSettings(), saveSettings(), AxesDialog::setFrameDefaultValues(), and setPreferences().
QMenu * ApplicationWindow::edit [private] |
Referenced by customizableMenusList(), initMainMenu(), and insertTranslatedStrings().
QToolBar * ApplicationWindow::editTools [private] |
Referenced by initToolBars(), insertTranslatedStrings(), and showToolBarsMenu().
QSplitter* ApplicationWindow::explorerSplitter [private] |
Referenced by init(), readSettings(), saveSettings(), and updateExplorerWindowLayout().
QDockWidget* ApplicationWindow::explorerWindow [private] |
Referenced by addFolder(), createActions(), init(), insertTranslatedStrings(), and showMoreWindows().
QMenu * ApplicationWindow::exportPlotMenu [private] |
Referenced by customizableMenusList(), fileMenuAboutToShow(), initMainMenu(), and insertTranslatedStrings().
QMenu * ApplicationWindow::fileMenu [private] |
Referenced by customizableMenusList(), fileMenuAboutToShow(), initMainMenu(), and insertTranslatedStrings().
QToolBar* ApplicationWindow::fileTools [private] |
Referenced by initToolBars(), insertTranslatedStrings(), and showToolBarsMenu().
QAction * ApplicationWindow::filledmesh [private] |
Referenced by custom3DActions(), initPlot3DToolBar(), pickPlotStyle(), and translateActionsStrings().
QMenu * ApplicationWindow::fillMenu [private] |
Referenced by customizableMenusList(), initMainMenu(), insertTranslatedStrings(), and tableMenuAboutToShow().
QMenu * ApplicationWindow::filterMenu [private] |
Referenced by analysisMenuAboutToShow(), customizableMenusList(), initMainMenu(), and insertTranslatedStrings().
precision used for the output of the fit operations
Referenced by FitDialog::accept(), analyzeCurve(), ConfigDialog::apply(), FitDialog::applyChanges(), ExpDecayDialog::ExpDecayDialog(), PolynomFitDialog::fit(), ExpDecayDialog::fit(), fitLinear(), fitSlope(), FitDialog::initAdvancedPage(), ConfigDialog::initFittingPage(), initGlobalConstants(), readSettings(), and saveSettings().
Scale the errors output in fit operations with reduced chi^2.
Referenced by analyzeCurve(), ConfigDialog::apply(), FitDialog::applyChanges(), ExpDecayDialog::fit(), FitDialog::initAdvancedPage(), ConfigDialog::initFittingPage(), initGlobalConstants(), readSettings(), saveSettings(), and FitDialog::showAdvancedPage().
QString ApplicationWindow::fitModelsPath |
Referenced by FitDialog::choosePluginsFolder(), FitDialog::FitDialog(), initGlobalConstants(), readSettings(), and saveSettings().
Number of points in a generated fit curve.
Referenced by analyzeCurve(), ConfigDialog::apply(), FitDialog::applyChanges(), PolynomFitDialog::fit(), ExpDecayDialog::fit(), FitDialog::initAdvancedPage(), ConfigDialog::initFittingPage(), initGlobalConstants(), MultiPeakFitTool::MultiPeakFitTool(), readSettings(), and saveSettings().
QAction * ApplicationWindow::floor [private] |
Referenced by custom3DGrids(), initPlot3DToolBar(), and translateActionsStrings().
QAction * ApplicationWindow::floordata [private] |
Referenced by custom3DActions(), initPlot3DToolBar(), pickFloorStyle(), and translateActionsStrings().
QAction * ApplicationWindow::flooriso [private] |
Referenced by custom3DActions(), initPlot3DToolBar(), pickFloorStyle(), and translateActionsStrings().
QAction * ApplicationWindow::floornone [private] |
Referenced by custom3DActions(), initPlot3DToolBar(), and translateActionsStrings().
QActionGroup * ApplicationWindow::floorstyle [private] |
Referenced by initPlot3DToolBar().
Referenced by appendProject(), ImportOPJ::createProjectTree(), deleteFolder(), deleteSelectedItems(), desactivateFolders(), dropFolderItems(), find(), folderItemChanged(), folderItemDoubleClicked(), hideSelectedWindows(), init(), moveFolder(), openProject(), projectFolder(), renameFolder(), saveProjectAs(), setAppColors(), showFolderPopupMenu(), showSelectedWindows(), showWindowPopupMenu(), and startRenameFolder().
QMenu * ApplicationWindow::foldersMenu [private] |
Referenced by initMainMenu(), and windowsMenuAboutToShow().
QMenu * ApplicationWindow::format [private] |
QToolBar* ApplicationWindow::formatToolBar [private] |
QAction * ApplicationWindow::Frame [private] |
Referenced by custom3DActions(), initPlot3DToolBar(), pickCoordSystem(), and translateActionsStrings().
QAction* ApplicationWindow::front [private] |
Referenced by custom3DGrids(), initPlot3DToolBar(), and translateActionsStrings().
Referenced by analyzeCurve(), ConfigDialog::apply(), FitDialog::applyChanges(), PolynomFitDialog::fit(), ExpDecayDialog::fit(), fitLinear(), fitSlope(), FitDialog::initAdvancedPage(), ConfigDialog::initFittingPage(), initGlobalConstants(), MultiPeakFitTool::MultiPeakFitTool(), readSettings(), and saveSettings().
QMenu * ApplicationWindow::graphMenu [private] |
Referenced by customizableMenusList(), customMenu(), initMainMenu(), and insertTranslatedStrings().
QActionGroup * ApplicationWindow::grids [private] |
Referenced by initPlot3DToolBar(), and pickCoordSystem().
QMenu* ApplicationWindow::help [private] |
Referenced by customizableMenusList(), initMainMenu(), and insertTranslatedStrings().
QString ApplicationWindow::helpFilePath |
QAction * ApplicationWindow::hiddenline [private] |
Referenced by custom3DActions(), initPlot3DToolBar(), pickPlotStyle(), and translateActionsStrings().
QWidgetList* ApplicationWindow::hiddenWindows [private] |
QHttp* ApplicationWindow::http [private] |
Used when checking for new versions.
Referenced by receivedVersionFile(), and searchForUpdates().
Referenced by dropEvent(), importASCII(), ImportASCIIDialog::ImportASCIIDialog(), initGlobalConstants(), readSettings(), and saveSettings().
QString ApplicationWindow::imagesDirPath |
QMenu * ApplicationWindow::importMenu [private] |
Referenced by customizableMenusList(), fileMenuAboutToShow(), initMainMenu(), and insertTranslatedStrings().
QLineEdit* ApplicationWindow::info [private] |
Referenced by addEllipse(), addRectangle(), addTexFormula(), addText(), connectMultilayerPlot(), copySelection(), displayInfo(), displayInfoLineEdit(), drawPoints(), fitMultiPeak(), initToolBars(), integrate(), matrixDeterminant(), movePoints(), openGraph(), plotImageProfiles(), removePoints(), showCursor(), showRangeSelectors(), showScreenReader(), subtractStraightLine(), translateCurve(), and updateAppFonts().
Graph* ApplicationWindow::lastCopiedLayer [private] |
QAction * ApplicationWindow::left [private] |
Referenced by custom3DGrids(), initPlot3DToolBar(), openGraph(), and translateActionsStrings().
QStringList ApplicationWindow::locales |
QDockWidget* ApplicationWindow::logWindow |
Referenced by createActions(), ImportOPJ::ImportOPJ(), init(), insertTranslatedStrings(), and showResults().
Referenced by activateWindow(), addFolderListViewItem(), addListViewItem(), changeFolder(), clearSelection(), closeWindow(), deleteSelectedItems(), hideSelectedWindows(), hideWindow(), init(), insertTranslatedStrings(), listViewDate(), maximizeWindow(), minimizeWindow(), modifiedProject(), renameListViewItem(), renameWindow(), resizeWindow(), setAppColors(), setListView(), setListViewDate(), setListViewLabel(), setListViewSize(), showListViewPopupMenu(), showSelectedWindows(), showTable(), showWindowPopupMenu(), startRenameFolder(), and windowProperties().
Referenced by ConfigDialog::apply(), initGlobalConstants(), ConfigDialog::languageChange(), readSettings(), saveSettings(), and setPreferences().
QMenu* ApplicationWindow::matrixMenu [private] |
Referenced by customizableMenusList(), customMenu(), initMainMenu(), insertTranslatedStrings(), and matrixMenuAboutToShow().
Referenced by ConfigDialog::apply(), initGlobalConstants(), ConfigDialog::languageChange(), readSettings(), saveSettings(), and setPreferences().
QMenu * ApplicationWindow::multiPeakMenu [private] |
Referenced by analysisMenuAboutToShow(), customizableMenusList(), initMainMenu(), and insertTranslatedStrings().
QMenu * ApplicationWindow::newMenu [private] |
Referenced by customizableMenusList(), fileMenuAboutToShow(), initMainMenu(), and insertTranslatedStrings().
QAction * ApplicationWindow::None [private] |
Referenced by custom3DActions(), initPlot3DToolBar(), pickCoordSystem(), and translateActionsStrings().
QMenu * ApplicationWindow::normMenu [private] |
Referenced by analysisMenuAboutToShow(), customizableMenusList(), initMainMenu(), and insertTranslatedStrings().
QToolBar * ApplicationWindow::noteTools [private] |
Referenced by customToolBars(), disableToolbars(), initToolBars(), insertTranslatedStrings(), scriptingMenuAboutToShow(), and showToolBarsMenu().
Referenced by init(), ConfigDialog::initAppPage(), initGlobalConstants(), readSettings(), saveSettings(), and setAppColors().
QMenu * ApplicationWindow::plot2DMenu [private] |
Referenced by customizableMenusList(), customMenu(), initMainMenu(), insertTranslatedStrings(), and plotMenuAboutToShow().
QMenu * ApplicationWindow::plot3DMenu [private] |
Referenced by customizableMenusList(), customMenu(), initMainMenu(), insertTranslatedStrings(), and showWindowContextMenu().
QToolBar * ApplicationWindow::plot3DTools [private] |
Referenced by customToolBars(), disableToolbars(), initPlot3D(), initPlot3DToolBar(), insertTranslatedStrings(), and showToolBarsMenu().
QMenu * ApplicationWindow::plotDataMenu [private] |
QToolBar * ApplicationWindow::plotMatrixBar [private] |
Referenced by customToolBars(), disableToolbars(), initToolBars(), insertTranslatedStrings(), and showToolBarsMenu().
QActionGroup * ApplicationWindow::plotstyle [private] |
Referenced by initPlot3DToolBar().
QToolBar * ApplicationWindow::plotTools [private] |
Referenced by customToolBars(), disableToolbars(), initToolBars(), insertTranslatedStrings(), and showToolBarsMenu().
QAction * ApplicationWindow::pointstyle [private] |
Referenced by custom3DActions(), initPlot3DToolBar(), pickPlotStyle(), and translateActionsStrings().
QAction * ApplicationWindow::polygon [private] |
Referenced by custom3DActions(), initPlot3DToolBar(), pickPlotStyle(), and translateActionsStrings().
QString ApplicationWindow::projectname |
QTranslator * ApplicationWindow::qtTranslator [private] |
Referenced by createLanguagesList(), and switchToLanguage().
QMenu * ApplicationWindow::recent [private] |
Referenced by fileMenuAboutToShow(), init(), initMainMenu(), openRecentProject(), and updateRecentProjectsList().
Referenced by fileMenuAboutToShow(), and insertTranslatedStrings().
QStringList ApplicationWindow::recentProjects |
Referenced by openRecentProject(), readSettings(), saveSettings(), and updateRecentProjectsList().
Referenced by dropEvent(), importASCII(), ImportASCIIDialog::ImportASCIIDialog(), initGlobalConstants(), plotFile(), readSettings(), and saveSettings().
QStringList ApplicationWindow::renamedTables |
List of tables and matrices renamed in order to avoid conflicts when appending a project to a folder.
Referenced by appendProject(), init(), matrix(), newMatrix(), newTable(), openGraph(), and openProject().
QTextEdit* ApplicationWindow::results [private] |
Referenced by changeFolder(), clearLogInfo(), clearSelection(), copySelection(), init(), resultsLog(), setAppColors(), and showResults().
QStringList ApplicationWindow::rFunctions |
Referenced by readSettings(), saveSettings(), FunctionDialog::showPolarRadiusLog(), and updateFunctionLists().
QAction * ApplicationWindow::right [private] |
Referenced by custom3DGrids(), initPlot3DToolBar(), and translateActionsStrings().
Referenced by modifiedProject(), openProject(), openRecentProject(), savedProject(), and showSaveProjectMessage().
Referenced by initGlobalConstants(), saveProject(), setSaveSettings(), and timerEvent().
QMenu * ApplicationWindow::scriptingMenu [private] |
Referenced by customizableMenusList(), customMenu(), initMainMenu(), insertTranslatedStrings(), and scriptingMenuAboutToShow().
Referenced by Note::addTab(), initGlobalConstants(), readSettings(), saveSettings(), scriptsDirPathChanged(), and ScriptWindow::ScriptWindow().
ScriptWindow* ApplicationWindow::scriptWindow [private] |
Describes which windows are shown when the folder becomes the current folder.
Referenced by changeFolder(), closeWindow(), hideAllFolderWindows(), initGlobalConstants(), readSettings(), saveSettings(), setShowWindowsPolicy(), showAllFolderWindows(), and showFolderPopupMenu().
Referenced by dropEvent(), importASCII(), ImportASCIIDialog::ImportASCIIDialog(), initGlobalConstants(), plotFile(), readSettings(), and saveSettings().
QMenu * ApplicationWindow::smoothMenu [private] |
Referenced by analysisMenuAboutToShow(), customizableMenusList(), initMainMenu(), and insertTranslatedStrings().
Referenced by dropEvent(), importASCII(), ImportASCIIDialog::ImportASCIIDialog(), initGlobalConstants(), plotFile(), readSettings(), and saveSettings().
QStringList ApplicationWindow::surfaceFunc |
Referenced by readSettings(), saveSettings(), SurfaceDialog::showFunctionLog(), and updateSurfaceFuncList().
Referenced by ConfigDialog::apply(), customTable(), initGlobalConstants(), ConfigDialog::initTablesPage(), readSettings(), and saveSettings().
Referenced by ConfigDialog::apply(), customTable(), initGlobalConstants(), ConfigDialog::initTablesPage(), readSettings(), and saveSettings().
Referenced by ConfigDialog::apply(), ConfigDialog::ConfigDialog(), customTable(), initGlobalConstants(), readSettings(), and saveSettings().
QMenu* ApplicationWindow::tableMenu [private] |
Referenced by customizableMenusList(), customMenu(), initMainMenu(), insertTranslatedStrings(), and tableMenuAboutToShow().
QMenu * ApplicationWindow::tablesDepend [private] |
Referenced by init(), showTable(), and showWindowPopupMenu().
Referenced by ConfigDialog::apply(), customTable(), initGlobalConstants(), ConfigDialog::initTablesPage(), readSettings(), and saveSettings().
Referenced by ConfigDialog::apply(), ConfigDialog::ConfigDialog(), customTable(), initGlobalConstants(), readSettings(), and saveSettings().
QToolBar * ApplicationWindow::tableTools [private] |
Referenced by customToolBars(), disableToolbars(), initToolBars(), insertTranslatedStrings(), and showToolBarsMenu().
QString ApplicationWindow::templatesDir |
Path to the folder where the last template file was opened/saved.
Referenced by initGlobalConstants(), openTemplate(), readSettings(), saveAsTemplate(), and saveSettings().
QStringList ApplicationWindow::thetaFunctions |
Referenced by readSettings(), saveSettings(), FunctionDialog::showPolarThetaLog(), and updateFunctionLists().
Referenced by ConfigDialog::apply(), initGlobalConstants(), ConfigDialog::initPlotsPage(), readSettings(), saveSettings(), and setPreferences().
QDockWidget * ApplicationWindow::undoStackWindow [private] |
Referenced by createActions(), init(), and insertTranslatedStrings().
QBuffer ApplicationWindow::version_buffer [private] |
Used when checking for new versions.
Referenced by receivedVersionFile(), and searchForUpdates().
QMenu * ApplicationWindow::view [private] |
Referenced by customizableMenusList(), initMainMenu(), and insertTranslatedStrings().
QMenu* ApplicationWindow::windowsMenu [private] |
Referenced by customizableMenusList(), initMainMenu(), insertTranslatedStrings(), and windowsMenuAboutToShow().
QAction* ApplicationWindow::wireframe [private] |
Referenced by custom3DActions(), initPlot3DToolBar(), pickPlotStyle(), and translateActionsStrings().
QString ApplicationWindow::workingDir |
Referenced by init(), ConfigDialog::initAppPage(), initGlobalConstants(), readSettings(), saveSettings(), and setAppColors().
Write fit output information to Result Log.
Referenced by ConfigDialog::apply(), FitDialog::applyChanges(), LinearSlopeFit::fit(), LinearFit::fit(), PolynomialFit::fit(), Fit::fit(), FitDialog::initAdvancedPage(), ConfigDialog::initFittingPage(), initGlobalConstants(), readSettings(), and saveSettings().
QStringList ApplicationWindow::xFunctions |
Referenced by readSettings(), saveSettings(), FunctionDialog::showXParLog(), and updateFunctionLists().
QStringList ApplicationWindow::yFunctions |
Referenced by readSettings(), saveSettings(), FunctionDialog::showYParLog(), and updateFunctionLists().