QtiPlot
0.9.8.2
|
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 | ExcelImportMethod { ExcelFormatLibrary, LocalOpenOffice, LocalExcelInstallation } |
enum | LaTeXCompiler { MathTran, Local } |
enum | MatrixToTableConversion { Direct, XYZ, YXZ } |
enum | ShowWindowsPolicy { HideAll, ActiveFolder, SubFolders } |
enum | WindowType { NoWindow, TableWindow, MatrixWindow, MultiLayerWindow, NoteWindow, Plot3DWindow } |
Public Slots | |
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) |
ApplicationWindow * | importOPJ (const QString &fn, bool factorySettings=false, bool newProject=true) |
void | closeProject () |
ApplicationWindow * | plotFile (const QString &fn) |
Create a new project from a data file. More... | |
ApplicationWindow * | loadScript (const QString &fn, bool execute=false, bool noGui=false) |
Create a new project from a script file. More... | |
QList< MdiSubWindow * > | windowsList () |
QStringList | windowsNameList () |
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. More... | |
void | savedProject () |
Set the project status to saved (not modified) More... | |
void | modifiedProject (MdiSubWindow *w) |
Set the project status to modified and save 'w' as the last modified widget. More... | |
Settings | |
void | setDefaultOptions () |
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")+"1") |
Creates a new empty multilayer plot. More... | |
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 More... | |
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. More... | |
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. More... | |
void | initMultilayerPlot (MultiLayer *g, const QString &name=QString()) |
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 () |
Signals | |
void | modified () |
Public Member Functions | |
MdiSubWindow * | activeWindow (WindowType type=NoWindow) |
void | addColToTable () |
void | addErrorBars () |
void | addWindowsListToCompleter () |
bool | alreadyUsedName (const QString &label) |
ApplicationWindow (bool factorySettings=false) | |
ApplicationWindow (const QStringList &l) | |
bool | autoUpdateTableValues () |
void | baselineDialog () |
void | changeMatrixName (const QString &oldName, const QString &newName) |
void | clearSelection () |
QLocale | clipboardLocale () |
QStringList | columnsList (Table::PlotDesignation plotType=Table::All) |
QCompleter * | completer () |
void | connectScriptEditor (ScriptEdit *) |
void | copyActiveLayer () |
void | copyMarker () |
void | copySelection () |
void | createLanguagesList () |
void | cutSelection () |
QStringList | depending3DPlots (Matrix *m) |
QStringList | dependingPlots (const QString &caption) |
void | displayInfo (const QString &text) |
void | disregardCol () |
void | downloadManual () |
Show download page in external browser. More... | |
void | downloadTranslation () |
Show translations page in external browser. More... | |
void | enableCompletion (bool on=true) |
void | enableMdiArea (bool on=true) |
QString | endOfLine () |
ExcelImportMethod | excelImportMethod () |
QString | generateUniqueName (const QString &name, bool increment=true) |
void | hideCurve () |
void | hideOtherCurves () |
QStringList | indexedColorNames () |
QList< QColor > | indexedColors () |
QList< int > | indexedSymbols () |
QLineEdit * | infoLineEdit () |
bool | isFileReadable (const QString &) |
bool | isMdiAreaEnabled () |
QStringList | matrixNames () |
Returns a list with the names of all the matrices in the project. More... | |
int | matrixUndoStackSize () |
QList< QMenu * > | menusList () |
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 () |
QColor | readColorFromProject (const QString &name) |
void | receivedVersionFile (bool error) |
connected to the done(bool) signal of the http object More... | |
void | redo () |
void | removeCurve () |
Removes the curve identified by a key stored in the data() of actionRemoveCurve. More... | |
void | removeCurves (const QString &name) |
void | removePoints () |
void | resizeActiveWindow () |
void | resizeWindow () |
void | restoreApplicationGeometry () |
QTextEdit * | resultsLog () |
void | saveAsTemplate (MdiSubWindow *w=0, const QString &=QString()) |
void | saveFitFunctions (const QStringList &lst) |
void | searchForUpdates () |
called when the user presses the actionCheckUpdates More... | |
void | setActiveWindow (MdiSubWindow *w) |
void | setAscValues () |
void | setAutoUpdateTableValues (bool on=true) |
void | setClipboardLocale (const QLocale &locale) |
void | setCurveFullRange () |
void | setExcelImportMethod (const ExcelImportMethod &method) |
void | setFormatBarColor (const QColor &) |
void | setFormatBarFont (const QFont &) |
void | setIndexedColorNames (const QStringList &lst) |
void | setIndexedColors (const QList< QColor > &lst) |
void | setIndexedSymbols (const QList< int > &lst) |
void | setLabelCol () |
void | setMatrixUndoStackSize (int size) |
void | setNormalRandomValues () |
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. More... | |
void | showDemoVersionMessage () |
Shown when the user tries to save the project. More... | |
void | showDonationDialog () |
void | showDonationsPage () |
Open donation page in external browser. More... | |
void | showForums () |
Open forums page at berliOS in external browser. More... | |
void | showHomePage () |
Open QtiPlot homepage in external browser. More... | |
void | showNoDataMessage () |
void | showProVersionMessage () |
void | showSupportPage () |
Open support page in external browser. More... | |
void | showTable (Table *, const QString &curve) |
void | showTable (int i) |
void | showToolBarsMenu () |
void | subtractReferenceData () |
void | subtractStraightLine () |
void | swapColumns () |
void | switchToLanguage (int param) |
void | switchToLanguage (const QString &locale) |
QList< QToolBar * > | toolBarsList () |
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) |
MdiSubWindow * | window (const QString &name, bool label=false) |
Returns a pointer to the window named/labelled "name" depending on "label" value. More... | |
QString | windowGeometryInfo (MdiSubWindow *w) |
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 () |
Import/Export Plugins | |
ImportExportPlugin * | exportPlugin (const QString &suffix) |
ImportExportPlugin * | importPlugin (const QString &fileName) |
3D Data Plots | |
Graph3D * | newPlot3D (const QString &title=QString()) |
Graph3D * | plotXYZ (Table *table, const QString &zColName, int type) |
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. More... | |
Matrix * | newMatrix (const QString &caption, int r, int c) |
To be used when opening a project file only! More... | |
Matrix * | matrix (const QString &name) |
Matrix * | convertTableToMatrix () |
Matrix * | tableToMatrix (Table *t) |
Matrix * | tableToMatrixRegularXYZ (Table *t=0, const QString &colName=QString::null) |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
QStringList | tableNames () |
Returns a list containing the names of all tables in the project. More... | |
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) |
void | exportExcel () |
void | exportOds () |
Table * | importDatabase (const QString &=QString::null, int sheet=-1) |
Table * | importWaveFile () |
void | importASCII (const QString &fileName=QString::null) |
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 More... | |
TableStatistics * | newTableStatistics (Table *base, int type, QList< int >, int start=0, int end=-1, 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 | plotBox () |
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. More... | |
bool | validFor2DPlot (Table *table, Graph::CurveType type) |
Check whether a table is valid for a 2D plot and display an appropriate error if not. More... | |
MultiLayer * | generate2DGraph (Graph::CurveType type) |
Generate a new 2D graph. More... | |
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 | 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. More... | |
bool | setWindowName (MdiSubWindow *w, const QString &text) |
Checks weather the new window name is valid and modifies the name. More... | |
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! More... | |
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 () |
void | showChiSquareTestDialog () |
void | showStudentTestDialog (bool twoSamples=false) |
void | showTwoSampleStudentTestDialog () |
void | testNormality () |
Plot Tools | |
void | graphSelectionChanged (SelectionMoveResizer *) |
void | lowerActiveEnrichment () |
void | raiseActiveEnrichment (bool=true) |
void | alignTop () |
void | alignBottom () |
void | alignLeft () |
void | alignRight () |
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, QwtPlotCurve *c, Analysis operation) |
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) |
Plot3D Tools | |
void | toggle3DAnimation (bool on=true) |
void | togglePerspective (bool on=true) |
Turns perspective mode on or off. More... | |
void | resetRotation () |
Resets rotation of 3D plots to default values. More... | |
void | fitFrameToLayer () |
Finds best layout for the 3D plot. More... | |
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. More... | |
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. More... | |
void | addFolder () |
Adds a new folder to the project. More... | |
Folder * | addFolder (QString name, Folder *parent=NULL) |
void | deleteFolder () |
Deletes the current folder. More... | |
bool | deleteFolder (Folder *f) |
Ask confirmation from user, deletes the folder f if user confirms and returns true, otherwise returns false;. More... | |
void | deleteSelectedItems () |
Deletes the currently selected items from the list view lv. More... | |
void | hideSelectedWindows () |
Hides the currently selected windows from the list view lv. More... | |
void | showSelectedWindows () |
Show the currently selected windows from the list view lv. More... | |
void | desactivateFolders () |
Sets all items in the folders list view to be desactivated (QPixmap = folder_closed_xpm) More... | |
bool | changeFolder (Folder *newFolder, bool force=false) |
Changes the current folder. Returns true if successfull. More... | |
void | folderItemChanged (Q3ListViewItem *it) |
Changes the current folder when the user changes the current item in the QListView "folders". More... | |
void | folderItemDoubleClicked (Q3ListViewItem *it) |
Changes the current folder when the user double-clicks on a folder item in the QListView "lv". More... | |
void | showFolderPopupMenu (Q3ListViewItem *it, const QPoint &p, bool fromFolders) |
creates and opens the context menu of a folder list view item More... | |
void | showFolderPopupMenu (Q3ListViewItem *it, const QPoint &p, int) |
connected to the SIGNAL contextMenuRequested from the list views More... | |
void | startRenameFolder () |
starts renaming the selected folder by creating a built-in text editor More... | |
void | startRenameFolder (Q3ListViewItem *item) |
starts renaming the selected folder by creating a built-in text editor More... | |
void | renameFolder (Q3ListViewItem *it, int col, const QString &text) |
checks weather the new folder name is valid and modifies the name More... | |
void | showAllFolderWindows () |
forces showing all windows in the current folder and subfolders, depending on the user's viewing policy More... | |
void | hideAllFolderWindows () |
forces hidding all windows in the current folder and subfolders, depending on the user's viewing policy More... | |
void | hideFolderWindows (Folder *f) |
hides all windows in folder f More... | |
void | folderProperties () |
pops up folder information More... | |
void | windowProperties () |
pops up information about the selected window item More... | |
void | projectProperties () |
pops up information about the current project More... | |
void | appendProject () |
Pops up a file dialog and invokes appendProject(const QString&) on the result. More... | |
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. More... | |
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" More... | |
void | addListViewItem (MdiSubWindow *w) |
adds a widget list item to the list view "lv" More... | |
void | setShowWindowsPolicy (int p) |
hides or shows windows in the current folder and changes the view windows policy More... | |
Folder * | projectFolder () |
returns a pointer to the root project folder More... | |
void | find (const QString &s, bool windowNames, bool labels, bool folderNames, bool caseSensitive, bool partialMatch, bool subfolders) |
used by the findDialog More... | |
void | dragFolderItems (QList< Q3ListViewItem * > items) |
initializes the list of items dragged by the user More... | |
void | dropFolderItems (Q3ListViewItem *dest) |
Drop the objects in the list draggedItems to the folder of the destination item. More... | |
void | moveFolder (FolderListItem *src, FolderListItem *dest) |
moves a folder item to another More... | |
bool | copyFolder (Folder *src, Folder *dest) |
copies a folder to another More... | |
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 More... | |
void | executeNotes () |
execute all notes marked auto-exec More... | |
void | showScriptingLangDialog () |
show scripting language selection dialog More... | |
void | restartScriptingEnv () |
create a new environment for the current scripting language More... | |
void | scriptPrint (const QString &text) |
print to scripting console (if available) or to stdout More... | |
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 More... | |
void | scriptsDirPathChanged (const QString &path) |
![]() | |
scripted (ScriptingEnv *env) | |
void | scriptingChangeEvent (ScriptingChangeEvent *) |
ScriptingEnv * | scriptingEnv () |
~scripted () | |
Static Public Member Functions | |
static QMessageBox * | about (bool dialog=true) |
Show about dialog. More... | |
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 () |
static void | restoreWindowGeometry (ApplicationWindow *app, MdiSubWindow *w, const QString s) |
static QString | versionString () |
Return a version string ("QtiPlot x.y.z") More... | |
Private Slots | |
void | addColumnNameToCompleter (const QString &colName, bool remove=false) |
void | removeColumnNameFromCompleter (const QString &colName) |
Private Member Functions | |
void | analysisMenuAboutToShow () |
void | closedLastCopiedLayer () |
int | convertOldToNewColorIndex (int cindex) |
Workaround for the new colors introduced in rev 447. More... | |
virtual QMenu * | createPopupMenu () |
void | custom2DPlotTools (MultiLayer *) |
void | customColumnActions () |
void | customMenu (QMdiSubWindow *w) |
void | customToolBars (QMdiSubWindow *w) |
void | decreasePrecision () |
void | disableActions () |
void | disableToolbars () |
void | editMenuAboutToShow () |
void | fileMenuAboutToShow () |
QString | getSaveProjectName (const QString &fileName, bool *compress=0, int scope=0) |
void | goToParentFolder () |
void | hideSelectedColumns () |
void | increasePrecision () |
void | initSearchForUpdates () |
bool | isProjectFile (const QString &fn) |
void | loadPlugins () |
void | matrixMenuAboutToShow () |
void | performCustomAction (QAction *) |
void | plotDataMenuAboutToShow () |
void | plotMenuAboutToShow () |
void | scriptingMenuAboutToShow () |
void | showAllColumns () |
void | showCustomActionDialog () |
QMessageBox::StandardButton | showSaveProjectMessage () |
void | tableMenuAboutToShow () |
void | updateCompleter (const QString &windowName, bool remove=false, const QString &newName=QString::null) |
void | updateExplorerWindowLayout (Qt::DockWidgetArea) |
void | windowActivated (QMdiSubWindow *w) |
void | windowsMenuAboutToShow () |
void | windowsMenuActivated (int id) |
Initialization | |
void | init (bool factorySettings=false) |
void | initCompleter () |
void | createActions () |
void | initMainMenu () |
void | initToolBars () |
void | initPlot3DToolBar () |
void | initPlot3D (Graph3D *plot) |
void | insertTranslatedStrings () |
void | translateActionsStrings () |
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 () |
void | setTextColor () |
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 |
LinearColorMap | 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 () |
Additional Inherited Members | |
![]() | |
ScriptingEnv * | scriptEnv |
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 importOPJ(), newProject(), openProject(), and plotFile().
ApplicationWindow::ApplicationWindow | ( | const QStringList & | l | ) |
ApplicationWindow::~ApplicationWindow | ( | ) |
References d_text_editor, disableTools(), MultiLayer::hasSelectedLayers(), hiddenWindows, scriptWindow, and windowsList().
|
static |
Show about dialog.
References copyright_string, release_date, and versionString().
Referenced by createActions(), plotCustomLayoutSharedAxes(), and QtiPlotApplication::QtiPlotApplication().
void ApplicationWindow::activateWindow | ( | ) |
References lv, and WindowListItem::window().
Referenced by createActions(), find(), plotCustomLayoutSharedAxes(), and showSelectedWindows().
void ApplicationWindow::activateWindow | ( | MdiSubWindow * | w | ) |
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 ErrDialog::add(), addColToTable(), addEllipse(), addErrorBars(), addFunctionCurve(), addImage(), addInsetLayer(), addLayer(), addNoteTab(), addRectangle(), addTexFormula(), addText(), addTimeStamp(), adjustColumnWidth(), alignBottom(), alignLeft(), alignRight(), alignTop(), analysis(), analysisMenuAboutToShow(), autoArrangeLayers(), autoCorrelate(), baselineDialog(), change3DData(), change3DMatrix(), clearSelection(), clearTable(), clone(), closeActiveWindow(), closeNoteTab(), commentSelection(), convertMatrixToTableDirect(), convertMatrixToTableXYZ(), convertMatrixToTableYXZ(), convertTableToMatrix(), convolute(), copyActiveLayer(), copyMarker(), copySelection(), correlate(), currentMatrix(), currentNote(), currentPlot(), currentTable(), customColumnActions(), customMenusList(), cutSelection(), deconvolute(), decreaseNoteIndent(), decreasePrecision(), 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(), restoreApplicationGeometry(), 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(), setNormalRandomValues(), setPoints3DPlot(), setRandomValues(), setReadOnlyCol(), setReadOnlyColumns(), setReadWriteColumns(), setRightGrid3DPlot(), setTextColor(), setXCol(), setXErrCol(), setYCol(), setYErrCol(), setZCol(), showAllColumns(), showAllCurves(), showAxisDialog(), showAxisTitleDialog(), showBinMatrixDialog(), showChiSquareTestDialog(), showColMenu(), showColorMapDialog(), showColsDialog(), showColStatistics(), showColumnOptionsDialog(), showColumnValuesDialog(), showCursor(), showCurveContextMenu(), showCurveRangeDialog(), showCurvesDialog(), showCurveWorksheet(), showDataSetDialog(), showDeleteRowsDialog(), showEnrichementDialog(), showExpDecayDialog(), showExportASCIIDialog(), showExtractDataDialog(), showFFTDialog(), showFilterDialog(), showFitDialog(), showFitPolynomDialog(), showFrequencyCountDialog(), showFunctionIntegrationDialog(), showGeneralPlotDialog(), showGraphContextMenu(), showInterpolationDialog(), showLayerDialog(), showLineDialog(), showMarkerPopupMenu(), showMatrixDialog(), showMatrixSizeDialog(), showMatrixValuesDialog(), showNoDataMessage(), showNoteLineNumbers(), showPlot3dDialog(), showPlotAssociations(), showPlotDialog(), showRangeSelectors(), showRowsDialog(), showRowStatistics(), showScaleDialog(), showScreenReader(), showSmoothDialog(), showStudentTestDialog(), showTableContextMenu(), showTitleDialog(), showToolBarsMenu(), showWindowContextMenu(), sortActiveTable(), sortSelection(), subtractReferenceData(), subtractStraightLine(), swapColumns(), tableToMatrixRegularXYZ(), testNormality(), toggle3DAnimation(), togglePerspective(), translateCurve(), transposeMatrix(), uncommentSelection(), undo(), viewMatrixColumnRow(), viewMatrixImage(), viewMatrixTable(), viewMatrixXY(), waterfallPlot(), zoomIn(), zoomOut(), and zoomRectanglePlot().
void ApplicationWindow::add3DData | ( | ) |
References columnsList(), hasTable(), insertNew3DData(), and Table::Z.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::add3DMatrixPlot | ( | ) |
References insert3DMatrixPlot(), and matrixNames().
Referenced by plotCustomLayoutSharedAxes(), and showWindowContextMenu().
void ApplicationWindow::addColToTable | ( | ) |
References activeWindow(), Table::addCol(), and TableWindow.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
|
privateslot |
References d_completer, d_is_appending_file, d_opening_file, d_startup_scripts_folder, ScriptEdit::executeAll(), Note::executeAll(), getFileName(), ScriptEdit::importASCII(), newNote(), scripted::scriptEnv, setScriptingLanguage(), Note::setText(), and workingDir.
Referenced by connectTable(), createPopupMenu(), and removeColumnNameFromCompleter().
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(), customActionsList(), and loadCustomActions().
void ApplicationWindow::addEllipse | ( | ) |
References actionAddEllipse, MultiLayer::activeLayer(), activeWindow(), btnPointer, AddWidgetTool::Ellipse, info, MultiLayerWindow, and Graph::setActiveTool().
Referenced by initToolBars(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::addErrorBars | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), Graph::analysableCurvesList(), Graph::curveCount(), MultiLayer::isEmpty(), Graph::isPiePlot(), MultiLayerWindow, ErrDialog::setCurveNames(), ErrDialog::setSrcTables(), and tableList().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::addFolder | ( | ) |
Adds a new folder to the project.
References addFolderListViewItem(), current_folder, explorerWindow, Folder::folderListItem(), Folder::setFolderListItem(), and Folder::subfolders().
Referenced by createActions(), init(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::addFolderListViewItem | ( | Folder * | f | ) |
adds a folder list item to the list view "lv"
References Folder::birthDate(), lv, and FolderListItem::setActive().
Referenced by addFolder(), changeFolder(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::addFunctionCurve | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), functionDialog(), MultiLayer::isEmpty(), MultiLayerWindow, and FunctionDialog::setGraph().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::addImage | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), Graph::addImage(), getFileName(), imageFilter(), imagesDirPath, MultiLayer::isEmpty(), and MultiLayerWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
|
slot |
References addInsetLayer().
Referenced by createActions(), and setExcelImportMethod().
|
slot |
|
slot |
References activeWindow(), MultiLayer::addLayer(), MultiLayer::arrangeLayers(), MultiLayer::canvasRect(), MultiLayerWindow, MultiLayer::numLayers(), and setPreferences().
Referenced by createActions(), and setExcelImportMethod().
void ApplicationWindow::addListViewItem | ( | MdiSubWindow * | w | ) |
adds a widget list item to the list view "lv"
References MdiSubWindow::aspect(), MdiSubWindow::birthDate(), lv, updateCompleter(), and MdiSubWindow::windowLabel().
Referenced by changeFolder(), initMatrix(), initMultilayerPlot(), initPlot3D(), initTable(), newNote(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::addNoteTab | ( | ) |
References activeWindow(), Note::addTab(), modifiedProject(), and NoteWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::addRectangle | ( | ) |
References actionAddRectangle, MultiLayer::activeLayer(), activeWindow(), btnPointer, info, MultiLayerWindow, AddWidgetTool::Rectangle, and Graph::setActiveTool().
Referenced by initToolBars(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::addTexFormula | ( | ) |
References actionAddFormula, MultiLayer::activeLayer(), activeWindow(), btnPointer, info, MultiLayerWindow, Graph::setActiveTool(), and AddWidgetTool::TexEquation.
Referenced by initToolBars(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::addText | ( | ) |
References actionAddText, MultiLayer::activeLayer(), activeWindow(), btnPointer, info, MultiLayerWindow, Graph::setActiveTool(), and AddWidgetTool::Text.
Referenced by initToolBars(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::addTimeStamp | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), Graph::addTimeStamp(), MultiLayer::isEmpty(), and MultiLayerWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::addWindowsListToCompleter | ( | ) |
References Table::colName(), d_completer, Folder::folderBelow(), Table::numCols(), projectFolder(), scripted::scriptEnv, and Folder::windowsList().
Referenced by completer(), and openProject().
void ApplicationWindow::adjustColumnWidth | ( | ) |
References activeWindow(), Table::adjustColumnsWidth(), and TableWindow.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::alignBottom | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), MultiLayerWindow, and Graph::selectionMoveResizer().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::alignLeft | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), MultiLayerWindow, and Graph::selectionMoveResizer().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::alignRight | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), MultiLayerWindow, and Graph::selectionMoveResizer().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::alignTop | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), MultiLayerWindow, and Graph::selectionMoveResizer().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
bool ApplicationWindow::alreadyUsedName | ( | const QString & | label | ) |
References Folder::folderBelow(), projectFolder(), and Folder::windowsList().
Referenced by importASCII(), initMatrix(), initMultilayerPlot(), initTable(), newGraph(), newNote(), newPlot3D(), setWindowName(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::analysis | ( | Analysis | operation | ) |
References MultiLayer::activeLayer(), activeWindow(), Graph::analysableCurvesList(), analyzeCurve(), Graph::curve(), MultiLayerWindow, Graph::rangeSelectorsEnabled(), Graph::rangeSelectorTool(), showDataSetDialog(), and Graph::validCurvesDataSize().
Referenced by differentiate(), fitGauss(), fitLinear(), fitLorentz(), fitSigmoidal(), fitSlope(), and showTwoSampleStudentTestDialog().
|
private |
References actionAutoCorrelate, actionBandBlockFilter, actionBandPassFilter, actionBaseline, actionChiSquareTest, actionConvolute, actionCorrelate, actionDeconvolute, actionDifferentiate, actionFFT, actionFitExpGrowth, actionFitGauss, actionFitLinear, actionFitLorentz, actionFitSigmoidal, actionFitSlope, actionFrequencyCount, actionHighPassFilter, actionIntegrate, actionInterpolate, actionLowPassFilter, actionMatrixFFTDirect, actionMatrixFFTInverse, actionMultiPeakGauss, actionMultiPeakLorentz, actionNormalizeSelection, actionNormalizeTable, actionOneSampletTest, actionShapiroWilk, actionShowColStatistics, actionShowExpDecay3Dialog, actionShowExpDecayDialog, actionShowFitDialog, actionShowFitPolynomDialog, actionShowIntDialog, actionShowRowStatistics, actionShowTwoExpDecayDialog, actionSmoothAverage, actionSmoothFFT, actionSmoothLowess, actionSmoothSavGol, actionSortSelection, actionSortTable, actionSubtractLine, actionSubtractReference, actionTranslateHor, actionTranslateVert, actionTwoSampletTest, activeWindow(), analysisMenu, decayMenu, filterMenu, multiPeakMenu, normMenu, reloadCustomActions(), and smoothMenu.
Referenced by customMenu(), initMainMenu(), and removeColumnNameFromCompleter().
References 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, ScaleTransformation::Log10, NoAnalysis, pasteFitResultsToPlot, Filter::run(), Fit::scaleErrors(), Filter::setDataFromCurve(), Filter::setOutputPrecision(), Filter::showLegend(), and ScaleEngine::type().
Referenced by analysis(), showDataSetDialog(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::appendProject | ( | ) |
Pops up a file dialog and invokes appendProject(const QString&) on the result.
References ExtensibleFileDialog::setExtensionWidget(), and workingDir.
Referenced by createActions(), open(), and showTwoSampleStudentTestDialog().
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 MultiLayer::activeLayer(), changeFolder(), current_folder, d_file_version, d_is_appending_file, file_uncompress(), Folder::findSubfolder(), Folder::folderListItem(), folders, goToParentFolder(), importExcel(), importOdfSpreadsheet(), importOPJ(), MultiLayer::linkXLayerAxes(), MdiSubWindow::Minimized, multilayerPlot(), openGraph(), openMatrix(), openNote(), openTable(), projectname, renamedTables, Note::restore(), Graph3D::restore(), restoreWindowGeometry(), MultiLayer::setAlignement(), MultiLayer::setAlignPolicy(), MdiSubWindow::setBirthDate(), Folder::setBirthDate(), MdiSubWindow::setCaptionPolicy(), MultiLayer::setCommonAxesLayout(), Folder::setFolderListItem(), MultiLayer::setLayerCanvasSize(), setListViewDate(), MultiLayer::setMargins(), Folder::setModificationDate(), MultiLayer::setScaleLayersOnResize(), MultiLayer::setSpacing(), MultiLayer::setWaterfallLayout(), Graph::setWaterfallOffset(), Graph::setWaterfallSideLines(), MdiSubWindow::setWindowLabel(), MdiSubWindow::status(), Folder::subfolders(), updateRecentProjectsList(), and workingDir.
|
slot |
Rearrange the layersin order to fit to the size of the plot window.
References activeWindow(), MultiLayer::arrangeLayers(), MultiLayer::isWaterfallPlot(), MultiLayerWindow, MultiLayer::setMargins(), and MultiLayer::updateWaterfalls().
Referenced by createActions(), and setExcelImportMethod().
void ApplicationWindow::autoCorrelate | ( | ) |
References activeWindow(), Filter::run(), Table::selectedColumns(), and TableWindow.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
|
inline |
References d_auto_update_table_values, and setAutoUpdateTableValues().
Referenced by ConfigDialog::initTablesPage(), Table::notifyChanges(), and ConfigDialog::setApplication().
void ApplicationWindow::bandBlockFilterDialog | ( | ) |
References FFTFilter::BandBlock, and showFilterDialog().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::bandPassFilterDialog | ( | ) |
References FFTFilter::BandPass, and showFilterDialog().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::baselineDialog | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), MultiLayerWindow, BaselineDialog::setGraph(), and Graph::validCurvesDataSize().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
|
slot |
Arranges all the visible project windows in a cascade pattern.
References d_workspace, and modifiedProject().
Referenced by setExcelImportMethod(), and windowsMenuAboutToShow().
void ApplicationWindow::change3DData | ( | ) |
References columnsList(), and Table::Z.
Referenced by plotCustomLayoutSharedAxes(), and showWindowContextMenu().
void ApplicationWindow::change3DData | ( | const QString & | colName | ) |
References activeWindow(), Graph3D::changeDataColumn(), modified(), Plot3DWindow, table(), and Graph3D::tablePlotType().
void ApplicationWindow::change3DMatrix | ( | ) |
References activeWindow(), Graph3D::matrix(), matrixNames(), and Plot3DWindow.
Referenced by plotCustomLayoutSharedAxes(), and showWindowContextMenu().
void ApplicationWindow::change3DMatrix | ( | const QString & | matrix_name | ) |
|
slot |
References appFont, and updateAppFonts().
Referenced by ConfigDialog::apply(), and setExcelImportMethod().
|
slot |
References appStyle, and panelsColor.
Referenced by ConfigDialog::apply(), readSettings(), and setExcelImportMethod().
bool ApplicationWindow::changeFolder | ( | Folder * | newFolder, |
bool | force = false |
||
) |
Changes the current folder. Returns true if successfull.
References Folder::activeWindow(), addFolderListViewItem(), addListViewItem(), MultiLayer::adjustLayersToCanvasSize(), current_folder, customMenu(), customToolBars(), d_active_window, d_opening_file, d_workspace, Folder::depth(), desactivateFolders(), Folder::folderBelow(), Folder::folderListItem(), folders, MdiSubWindow::Hidden, hiddenWindows, HideAll, hideFolderWindows(), Folder::logInfo(), lv, MdiSubWindow::Maximized, MdiSubWindow::Minimized, modifiedProject(), MdiSubWindow::Normal, MdiSubWindow::restoreWindow(), results, FolderListItem::setActive(), Folder::setActiveWindow(), MdiSubWindow::setMaximized(), MdiSubWindow::setStatus(), show_windows_policy, MdiSubWindow::status(), SubFolders, windowActivated(), and Folder::windowsList().
Referenced by appendProject(), deleteFolder(), dropFolderItems(), folderItemChanged(), foldersMenuActivated(), openProject(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::changeMatrixName | ( | const QString & | oldName, |
const QString & | newName | ||
) |
References Graph::curveCount(), Graph::plotItem(), and windowsList().
Referenced by plotCustomLayoutSharedAxes(), and setWindowName().
void ApplicationWindow::chooseHelpFolder | ( | ) |
References helpFilePath.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::clearLogInfo | ( | ) |
References Folder::clearLogInfo(), current_folder, Folder::logInfo(), modified(), and results.
Referenced by clearSelection(), createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::clearSelection | ( | ) |
References Graph::activeTool(), activeWindow(), Graph::axisTitleSelected(), clearLogInfo(), Graph::clearTitle(), Graph::currentScale(), deleteSelectedItems(), Graph::Function, lv, modified(), Graph::rangeSelectorsEnabled(), Graph::rangeSelectorTool(), Graph::removeMarker(), results, PlotToolInterface::rtti(), PlotToolInterface::Rtti_DataPicker, Graph::selectedCurveLabels(), and Graph::titleSelected().
Referenced by createActions(), plotCustomLayoutSharedAxes(), showColMenu(), showMarkerPopupMenu(), showTableContextMenu(), and showWindowContextMenu().
void ApplicationWindow::clearTable | ( | ) |
References activeWindow(), Table::clear(), and TableWindow.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
|
inline |
References d_clipboard_locale.
Referenced by ConfigDialog::languageChange(), Table::pasteSelection(), and Matrix::pasteSelection().
MdiSubWindow * ApplicationWindow::clone | ( | MdiSubWindow * | w = 0 | ) |
References activeWindow(), MdiSubWindow::captionPolicy(), MultiLayer::copy(), Table::copy(), customMenu(), customToolBars(), generateUniqueName(), MultiLayer::getCols(), MultiLayer::getRows(), Graph3D::hasData(), MdiSubWindow::Maximized, multilayerPlot(), newMatrix(), newNote(), newPlot3D(), newTable(), Table::numCols(), Table::numRows(), MdiSubWindow::setCaptionPolicy(), MdiSubWindow::setWindowLabel(), MdiSubWindow::status(), and MdiSubWindow::windowLabel().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::closeActiveWindow | ( | ) |
References activeWindow().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
|
inlineprivate |
References decreasePrecision(), increasePrecision(), and lastCopiedLayer.
Referenced by copyActiveLayer().
void ApplicationWindow::closeEvent | ( | QCloseEvent * | ce | ) |
References saveProject(), saveSettings(), showDemoVersionMessage(), and showSaveProjectMessage().
Referenced by showTwoSampleStudentTestDialog().
void ApplicationWindow::closeNoteTab | ( | ) |
References activeWindow(), modifiedProject(), NoteWindow, and Note::removeTab().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
|
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(), openRecentProject(), and setExcelImportMethod().
void ApplicationWindow::closeWindow | ( | MdiSubWindow * | window | ) |
References ActiveFolder, current_folder, customMenu(), customToolBars(), d_active_window, MdiSubWindow::folder(), FolderListItem::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(), newNote(), and plotCustomLayoutSharedAxes().
QStringList ApplicationWindow::columnsList | ( | Table::PlotDesignation | plotType = Table::All | ) |
References Table::All, Table::colLabel(), Table::colPlotDesignation(), Table::numCols(), and windowsList().
Referenced by add3DData(), change3DData(), plotCustomLayoutSharedAxes(), AxesDialog::setGraph(), AnovaDialog::showCurrentFolder(), showPlotDialog(), showPlotWizard(), and StudentTestDialog::StudentTestDialog().
void ApplicationWindow::commentSelection | ( | ) |
References activeWindow(), ScriptEdit::commentSelection(), Note::currentEditor(), and NoteWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
|
inline |
References addWindowsListToCompleter(), d_completer, and enableCompletion().
Referenced by Note::addTab().
|
slot |
References MdiSubWindow::askOnCloseEvent(), btnPointer, closeWindow(), confirmClosePlot2D, hideWindow(), info, modifiedProject(), pasteSelection(), pickPointerCursor(), setFormatBarColor(), setFormatBarFont(), showCurvesDialog(), showEnrichementDialog(), showLineDialog(), showMarkerPopupMenu(), and updateWindowStatus().
Referenced by initMultilayerPlot(), and setExcelImportMethod().
void ApplicationWindow::connectScriptEditor | ( | ScriptEdit * | editor | ) |
References actionRedo, and actionUndo.
Referenced by Note::addTab(), and setIndexedColorNames().
void ApplicationWindow::connectSurfacePlot | ( | Graph3D * | plot | ) |
References MdiSubWindow::askOnCloseEvent(), closeWindow(), confirmClosePlot3D, hideWindow(), modified(), showPlot3dDialog(), showWindowContextMenu(), and updateWindowStatus().
Referenced by initPlot3D(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::connectTable | ( | Table * | w | ) |
References addColumnNameToCompleter(), MdiSubWindow::askOnCloseEvent(), closeWindow(), confirmCloseTable, customColumnActions(), hideWindow(), modifiedProject(), removeColumnNameFromCompleter(), removeCurves(), showColumnOptionsDialog(), showColumnValuesDialog(), showTableContextMenu(), Table::table(), updateColNames(), updateCurves(), and updateWindowStatus().
Referenced by initTable(), and plotCustomLayoutSharedAxes().
Table * ApplicationWindow::convertMatrixToTableDirect | ( | ) |
References activeWindow(), Direct, matrixToTable(), and MatrixWindow.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
Table * ApplicationWindow::convertMatrixToTableXYZ | ( | ) |
References activeWindow(), matrixToTable(), MatrixWindow, and XYZ.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
Table * ApplicationWindow::convertMatrixToTableYXZ | ( | ) |
References activeWindow(), matrixToTable(), MatrixWindow, and YXZ.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
|
private |
Workaround for the new colors introduced in rev 447.
Referenced by openGraph(), and readColorFromProject().
Matrix * ApplicationWindow::convertTableToMatrix | ( | ) |
References activeWindow(), tableToMatrix(), and TableWindow.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::convolute | ( | ) |
References activeWindow(), Filter::run(), Table::selectedColumns(), and TableWindow.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::copyActiveLayer | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), closedLastCopiedLayer(), Graph::copyImage(), lastCopiedLayer, and MultiLayerWindow.
Referenced by copySelection(), plotCustomLayoutSharedAxes(), 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 dragFolderItems(), and moveFolder().
void ApplicationWindow::copyMarker | ( | ) |
References Graph::activeEnrichment(), MultiLayer::activeLayer(), activeWindow(), Graph::arrowMarkerSelected(), d_arrow_copy, d_enrichement_copy, lastCopiedLayer, Graph::markerSelected(), MultiLayerWindow, and Graph::selectedArrow().
Referenced by copySelection(), cutSelection(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::copySelection | ( | ) |
References MultiLayer::activeLayer(), Graph::activeTool(), activeWindow(), copyActiveLayer(), copyMarker(), info, Graph::markerSelected(), MultiLayer::numLayers(), Graph::rangeSelectorsEnabled(), Graph::rangeSelectorTool(), results, PlotToolInterface::rtti(), and PlotToolInterface::Rtti_DataPicker.
Referenced by createActions(), plotCustomLayoutSharedAxes(), showColMenu(), showMarkerPopupMenu(), showTableContextMenu(), and showWindowContextMenu().
void ApplicationWindow::correlate | ( | ) |
References activeWindow(), Filter::run(), Table::selectedColumns(), and TableWindow.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
|
private |
References about(), actionAbout, actionActivateWindow, actionAdd3DData, actionAddColToTable, actionAddErrorBars, actionAddFunctionCurve, actionAddImage, actionAddInsetCurveLayer, actionAddInsetLayer, actionAddLayer, actionAddNoteTab, actionAddZoomPlot, actionAdjustColumnWidth, actionAlignBottom, actionAlignLeft, actionAlignRight, actionAlignTop, actionAppendProject, actionAutoCorrelate, actionAutomaticLayout, actionBandBlockFilter, actionBandPassFilter, actionBaseline, actionBoxPlot, actionCheckUpdates, actionChiSquareTest, 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, actionExportExcel, actionExportGraph, actionExportMatrix, actionExportOds, 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, actionImportDatabase, 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, actionNextWindow, actionNormalizeSelection, actionNormalizeTable, actionNoteEvaluate, actionNoteExecute, actionNoteExecuteAll, actionOneSampletTest, actionOpen, actionOpenExcel, actionOpenOds, 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, actionPrevWindow, 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, actionSetRandomNormalValues, actionSetRandomValues, actionSetXCol, actionSetXErrCol, actionSetYCol, actionSetYErrCol, actionSetZCol, actionShapiroWilk, 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, actionTwoSampletTest, actionUnderline, actionUndo, actionUnzoom, actionVertSharedAxisLayers, actionViewMatrix, actionViewMatrixImage, actionWaterfallPlot, activateWindow(), add3DData(), addColToTable(), addErrorBars(), addFolder(), addFunctionCurve(), addImage(), addInsetCurveLayer(), addInsetLayer(), addLayer(), addNoteTab(), addTimeStamp(), adjustColumnWidth(), alignBottom(), alignLeft(), alignRight(), alignTop(), appendProject(), appFont, autoArrangeLayers(), autoCorrelate(), bandBlockFilterDialog(), bandPassFilterDialog(), baselineDialog(), chooseHelpFolder(), clearLogInfo(), clearSelection(), clearTable(), clone(), closeActiveWindow(), closeNoteTab(), closeProject(), commentSelection(), convertMatrixToTableDirect(), convertMatrixToTableXYZ(), convertMatrixToTableYXZ(), convertTableToMatrix(), convolute(), copySelection(), correlate(), cutSelection(), deconvolute(), decreaseNoteIndent(), decreasePrecision(), deleteFitTables(), deleteLayer(), differentiate(), disregardCol(), downloadManual(), downloadTranslation(), editSurfacePlot(), evaluate(), execute(), executeAll(), explorerWindow, exportAllGraphs(), exportExcel(), exportGraph(), exportMatrix(), exportOds(), exportPDF(), extractGraphs(), extractLayers(), fitGauss(), fitLinear(), fitLorentz(), fitMultiPeakGauss(), fitMultiPeakLorentz(), fitSigmoidal(), fitSlope(), flipMatrixHorizontally(), flipMatrixVertically(), functionDialog(), goToColumn(), goToRow(), hideActiveWindow(), hideCurve(), hideOtherCurves(), hideSelectedColumns(), hideWindow(), highPassFilterDialog(), importASCII(), importDatabase(), 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(), plotBox(), 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(), setNormalRandomValues(), setRandomValues(), setReadOnlyCol(), setXCol(), setXErrCol(), setYCol(), setYErrCol(), setZCol(), showAllColumns(), showAllCurves(), showAxisDialog(), showBinMatrixDialog(), showBugTracker(), showChiSquareTestDialog(), showColorMapDialog(), showColsDialog(), showColStatistics(), showColumnOptionsDialog(), showColumnValuesDialog(), showCurvePlotDialog(), showCurveRangeDialog(), showCurvesDialog(), showCurveWorksheet(), showCustomActionDialog(), showDeleteRowsDialog(), showDonationsPage(), showEnrichementDialog(), showExpDecay3Dialog(), showExpDecayDialog(), showExpGrowthDialog(), showExportASCIIDialog(), showExtractDataDialog(), showFFTDialog(), showFindDialogue(), showFitDialog(), showFitPolynomDialog(), showForums(), showFrequencyCountDialog(), showFunctionIntegrationDialog(), showGeneralPlotDialog(), showGridDialog(), showHelp(), showHomePage(), showInterpolationDialog(), showLayerDialog(), showLineDialog(), showMatrixDialog(), showMatrixSizeDialog(), showMatrixValuesDialog(), showMoreWindows(), showNoteLineNumbers(), showPlotWizard(), showPreferencesDialog(), showRowsDialog(), showRowStatistics(), showScaleDialog(), showScriptingLangDialog(), showScriptWindow(), showSmoothAverageDialog(), showSmoothFFTDialog(), showSmoothLowessDialog(), showSmoothSavGolDialog(), showStudentTestDialog(), showSupportPage(), showTitleDialog(), showToolBarsMenu(), showTwoExpDecayDialog(), showTwoSampleStudentTestDialog(), sortActiveTable(), sortSelection(), subtractReferenceData(), subtractStraightLine(), swapColumns(), tableToMatrixRegularXYZ(), testNormality(), translateCurve(), translateCurveHor(), transposeMatrix(), uncommentSelection(), underline(), undo(), undoStackWindow, viewMatrixColumnRow(), viewMatrixImage(), viewMatrixTable(), viewMatrixXY(), waterfallPlot(), and zoomRectanglePlot().
Referenced by dragFolderItems(), and init().
void ApplicationWindow::createLanguagesList | ( | ) |
References appLanguage, appTranslator, d_translations_folder, locales, and qtTranslator.
Referenced by ConfigDialog::apply(), ConfigDialog::chooseTranslationsFolder(), init(), and showTwoSampleStudentTestDialog().
|
inlineprivatevirtual |
|
inline |
Returns a pointer to the current folder in the project.
Referenced by SubtractDataDialog::setCurrentFolder(), AnovaDialog::showCurrentFolder(), CurvesDialog::showCurrentFolder(), and showTwoSampleStudentTestDialog().
Matrix * ApplicationWindow::currentMatrix | ( | ) |
References activeWindow(), and MatrixWindow.
Referenced by plotCustomLayoutSharedAxes().
Note * ApplicationWindow::currentNote | ( | ) |
References activeWindow(), and NoteWindow.
Referenced by plotCustomLayoutSharedAxes().
MultiLayer * ApplicationWindow::currentPlot | ( | ) |
References activeWindow(), and MultiLayerWindow.
Referenced by plotCustomLayoutSharedAxes().
Table * ApplicationWindow::currentTable | ( | ) |
References activeWindow(), and TableWindow.
Referenced by plotCustomLayoutSharedAxes().
|
private |
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(), PlotToolInterface::Rtti_AddWidgetTool, PlotToolInterface::Rtti_DataPicker, PlotToolInterface::Rtti_DrawDataPoints, PlotToolInterface::Rtti_PlotTool, Graph::selectionMoveResizer(), AddWidgetTool::TexEquation, AddWidgetTool::Text, and Graph::zoomOn().
Referenced by customToolBars(), and removeColumnNameFromCompleter().
void ApplicationWindow::custom3DActions | ( | QMdiSubWindow * | w | ) |
References actionAnimate, actionPerspective, barstyle, Box, Graph3D::Cones, conestyle, Graph3D::coordStyle(), crossHairStyle, custom3DGrids(), Graph3D::Dots, filledmesh, floordata, flooriso, floornone, Graph3D::floorStyle(), Frame, Graph3D::grids(), Graph3D::HairCross, hiddenline, Graph3D::isAnimated(), Graph3D::isOrthogonal(), None, Graph3D::plotStyle(), pointstyle, Graph3D::pointType(), polygon, Graph3D::VerticalBars, and wireframe.
Referenced by customToolBars(), plot3DMatrix(), showTwoSampleStudentTestDialog(), and Plot3DDialog::updatePlot().
void ApplicationWindow::custom3DGrids | ( | int | grids | ) |
References back, ceil, floor, front, left, and right.
Referenced by custom3DActions(), and showTwoSampleStudentTestDialog().
|
inline |
|
private |
References actionAdjustColumnWidth, actionDisregardCol, actionMoveColFirst, actionMoveColLast, actionMoveColLeft, actionMoveColRight, actionSetLabelCol, actionSetXCol, actionSetYCol, actionSetYErrCol, actionSetZCol, actionSwapColumns, activeWindow(), Table::selectedColsNumber(), Table::selectedColumn(), and TableWindow.
Referenced by connectTable(), customToolBars(), and removeColumnNameFromCompleter().
void ApplicationWindow::customEvent | ( | QEvent * | e | ) |
References SCRIPTING_CHANGE_EVENT, and scripted::scriptingChangeEvent().
Referenced by showTwoSampleStudentTestDialog().
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(), customActionsList(), CustomActionDialog::init(), and reloadCustomActions().
|
private |
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(), insertTranslatedStrings(), openTemplate(), removeColumnNameFromCompleter(), and windowActivated().
|
inline |
References activeWindow(), d_user_menus, menusList(), NoWindow, and toolBarsList().
Referenced by CustomActionDialog::addAction(), CustomActionDialog::init(), CustomActionDialog::removeMenu(), and CustomActionDialog::saveCurrentAction().
void ApplicationWindow::customTable | ( | Table * | w | ) |
References d_decimal_digits, d_show_table_comments, Table::setHeaderColor(), Table::setHeaderFont(), Table::setNumericPrecision(), Table::setTextFont(), Table::showComments(), tableBkgdColor, tableHeaderColor, tableHeaderFont, tableTextColor, and tableTextFont.
Referenced by initTable(), and plotCustomLayoutSharedAxes().
|
private |
References actionTextColor, 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(), openTemplate(), removeColumnNameFromCompleter(), and windowActivated().
void ApplicationWindow::customWindowTitleBarMenu | ( | MdiSubWindow * | w, |
QMenu * | menu | ||
) |
References actionCopyWindow, actionExportExcel, actionExportMatrix, actionExportOds, actionExportPDF, actionHideActiveWindow, actionLoad, actionPrint, actionRename, actionSaveNote, actionSaveTemplate, actionSaveWindow, and actionShowExportASCIIDialog.
Referenced by MdiSubWindow::eventFilter(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::cutSelection | ( | ) |
References MultiLayer::activeLayer(), Graph::activeTool(), activeWindow(), copyMarker(), modified(), MultiLayer::numLayers(), Graph::rangeSelectorsEnabled(), Graph::rangeSelectorTool(), Graph::removeMarker(), PlotToolInterface::rtti(), and PlotToolInterface::Rtti_DataPicker.
Referenced by createActions(), plotCustomLayoutSharedAxes(), showColMenu(), showMarkerPopupMenu(), showTableContextMenu(), and showWindowContextMenu().
void ApplicationWindow::deconvolute | ( | ) |
References activeWindow(), Filter::run(), Table::selectedColumns(), and TableWindow.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::decreaseNoteIndent | ( | ) |
References activeWindow(), Note::currentEditor(), modifiedProject(), NoteWindow, and Note::setTabStopWidth().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
|
private |
References activeWindow(), format, MatrixWindow, Matrix::precision(), Matrix::setNumericPrecision(), Matrix::textFormat(), and Matrix::undoStack().
Referenced by closedLastCopiedLayer(), and createActions().
void ApplicationWindow::deleteFitTables | ( | ) |
References MdiSubWindow::askOnCloseEvent(), Graph::fitCurvesList(), Graph::Function, MultiLayer::layersList(), Table::table(), and windowsList().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::deleteFolder | ( | ) |
Deletes the current folder.
References changeFolder(), current_folder, Folder::folderListItem(), folders, and projectFolder().
Referenced by deleteSelectedItems(), showFolderPopupMenu(), and showTwoSampleStudentTestDialog().
bool ApplicationWindow::deleteFolder | ( | Folder * | f | ) |
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().
|
slot |
References activeWindow(), MultiLayer::confirmRemoveLayer(), and MultiLayerWindow.
Referenced by createActions(), and setExcelImportMethod().
void ApplicationWindow::deleteSelectedItems | ( | ) |
Deletes the currently selected items from the list view lv.
References deleteFolder(), folders, lv, and FolderListItem::RTTI.
Referenced by clearSelection(), init(), showListViewSelectionMenu(), and showTwoSampleStudentTestDialog().
QStringList ApplicationWindow::depending3DPlots | ( | Matrix * | m | ) |
References windowsList().
Referenced by plotCustomLayoutSharedAxes(), and showWindowPopupMenu().
QStringList ApplicationWindow::dependingPlots | ( | const QString & | caption | ) |
References Graph::curveNamesList(), TRUE, and windowsList().
Referenced by plotCustomLayoutSharedAxes(), and showWindowPopupMenu().
void ApplicationWindow::desactivateFolders | ( | ) |
Sets all items in the folders list view to be desactivated (QPixmap = folder_closed_xpm)
References folders, and FolderListItem::setActive().
Referenced by changeFolder(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::differentiate | ( | ) |
References activeWindow(), analysis(), Table::colIndex(), Table::colName(), Table::colX(), Graph::curve(), d_indexed_colors, Diff, Graph::newLegend(), Filter::outputGraph(), Filter::run(), Table::selectedYColumns(), Filter::setDataFromTable(), Filter::setUpdateOutputGraph(), and Graph::updatePlot().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
|
private |
References actionClearSelection, actionCopySelection, actionCutSelection, actionPasteSelection, actionPrint, actionPrintAllPlots, actionSaveTemplate, and actionSaveWindow.
Referenced by customMenu(), initMainMenu(), and removeColumnNameFromCompleter().
|
private |
References columnTools, noteTools, plot3DTools, plotMatrixBar, plotTools, and tableTools.
Referenced by customToolBars(), init(), and removeColumnNameFromCompleter().
void ApplicationWindow::disableTools | ( | ) |
References MultiLayer::deselect(), Graph::disableTools(), displayBar, MultiLayer::layersList(), and windowsList().
Referenced by showTwoSampleStudentTestDialog(), and ~ApplicationWindow().
|
inline |
References info.
Referenced by ArrowMarker::displayInfo().
void ApplicationWindow::disregardCol | ( | ) |
References activeWindow(), Table::None, Table::setPlotDesignation(), and TableWindow.
Referenced by createActions(), showColMenu(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::downloadManual | ( | ) |
Show download page in external browser.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::downloadTranslation | ( | ) |
Show translations page in external browser.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::dragEnterEvent | ( | QDragEnterEvent * | e | ) |
Referenced by showTwoSampleStudentTestDialog().
|
inline |
initializes the list of items dragged by the user
References copyFolder(), createActions(), draggedItems, dropFolderItems(), executeNotes(), foldersMenuActivated(), init(), initCompleter(), initMainMenu(), initPlot3D(), initPlot3DToolBar(), initToolBars(), insertTranslatedStrings(), modified(), moveFolder(), restartScriptingEnv(), scriptError(), scriptPrint(), scriptsDirPathChanged(), setFormatBarColor(), setFormatBarFont(), setScriptingLanguage(), showScriptingLangDialog(), showToolBarsMenu(), and translateActionsStrings().
Referenced by init().
void ApplicationWindow::drawArrow | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), btnPointer, Graph::drawLine(), MultiLayer::isEmpty(), modified(), and MultiLayerWindow.
Referenced by pickDataTool(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::drawLine | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), btnPointer, Graph::drawLine(), MultiLayer::isEmpty(), modified(), and MultiLayerWindow.
Referenced by pickDataTool(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::drawPoints | ( | ) |
References activeWindow(), btnPointer, displayBar, info, MultiLayer::isEmpty(), MultiLayer::layersList(), MultiLayerWindow, and Graph::setActiveTool().
Referenced by pickDataTool(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::dropEvent | ( | QDropEvent * | e | ) |
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(), Matrix::importImage(), importImage(), initMatrix(), MultiLayer::layerAt(), ImportASCIIDialog::NewTables, open(), renameColumns, scripted::scriptEnv, simplify_spaces, and strip_spaces.
Referenced by showTwoSampleStudentTestDialog().
void ApplicationWindow::dropFolderItems | ( | Q3ListViewItem * | dest | ) |
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(), FolderListItem::RTTI, Folder::setActiveWindow(), and Folder::subfolders().
Referenced by dragFolderItems(), and init().
|
private |
References actionRedo, actionUndo, and activeWindow().
Referenced by initMainMenu(), and removeColumnNameFromCompleter().
void ApplicationWindow::editSurfacePlot | ( | ) |
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(), and completer().
void ApplicationWindow::enableMdiArea | ( | bool | on = true | ) |
References d_mdi_windows_area, d_workspace, and windowsList().
Referenced by resultsLog(), and ScriptWindow::showWorkspace().
|
private |
QString ApplicationWindow::endOfLine | ( | ) |
References CR, CRLF, d_eol, and LF.
Referenced by Matrix::copySelection(), Table::copySelection(), Matrix::exportASCII(), Table::exportASCII(), and matrixUndoStackSize().
void ApplicationWindow::evaluate | ( | ) |
References activeWindow(), Note::evaluate(), and NoteWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
|
inline |
References d_excel_import_method.
Referenced by ConfigDialog::languageChange(), OpenProjectDialog::OpenProjectDialog(), and ConfigDialog::setApplication().
void ApplicationWindow::execute | ( | ) |
References activeWindow(), Note::execute(), and NoteWindow.
Referenced by createActions(), setExcelImportMethod(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::executeAll | ( | ) |
References activeWindow(), Note::executeAll(), and NoteWindow.
Referenced by createActions(), executeNotes(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::executeNotes | ( | ) |
execute all notes marked auto-exec
References executeAll(), projectFolder(), and Folder::windowsList().
Referenced by dragFolderItems(), openProject(), and restartScriptingEnv().
void ApplicationWindow::exportAllGraphs | ( | ) |
References ImageExportDialog::bitmapResolution(), ImageExportDialog::color(), ImageExportDialog::compression(), ImageExportDialog::customExportSize(), d_confirm_overwrite, d_extended_export_dialog, d_image_export_filter, ImageExportDialog::escapeStrings(), MultiLayer::exportEMF(), ImageExportDialog::exportFontSizes(), MultiLayer::exportImage(), Graph3D::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(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::exportAllTables | ( | const QString & | dir, |
const QString & | filter, | ||
const QString & | sep, | ||
bool | colNames, | ||
bool | colComments, | ||
bool | expSelection | ||
) |
References d_confirm_overwrite, windowsList(), and workingDir.
Referenced by ExportDialog::accept(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::exportExcel | ( | ) |
References exportPlugin(), showExportASCIIDialog(), and ExportDialog::updateAdvancedOptions().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::exportGraph | ( | const QString & | exportFilter = QString::null | ) |
References activeWindow(), ImageExportDialog::bitmapResolution(), ImageExportDialog::color(), ImageExportDialog::compression(), ImageExportDialog::customExportSize(), d_extended_export_dialog, d_image_export_filter, ImageExportDialog::escapeStrings(), MultiLayer::exportEMF(), 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(), plotCustomLayoutSharedAxes(), showGraphContextMenu(), and showWindowContextMenu().
void ApplicationWindow::exportLayer | ( | ) |
References activeWindow(), ImageExportDialog::bitmapResolution(), ImageExportDialog::color(), ImageExportDialog::compression(), ImageExportDialog::customExportSize(), d_extended_export_dialog, d_image_export_filter, ImageExportDialog::escapeStrings(), Graph::exportEMF(), ImageExportDialog::exportFontSizes(), MultiLayer::exportImage(), Graph::exportImage(), Graph::exportSVG(), Graph::exportTeX(), Graph::exportVector(), imagesDirPath, MultiLayer::isEmpty(), MultiLayerWindow, ImageExportDialog::quality(), ImageExportDialog::scaleFontsFactor(), ImageExportDialog::selectFilter(), ImageExportDialog::sizeUnit(), ImageExportDialog::transparency(), ImageExportDialog::vectorResolution(), and windowsList().
Referenced by plotCustomLayoutSharedAxes(), and showGraphContextMenu().
void ApplicationWindow::exportMatrix | ( | const QString & | exportFilter = QString::null | ) |
References activeWindow(), ImageExportDialog::bitmapResolution(), ImageExportDialog::color(), ImageExportDialog::compression(), d_extended_export_dialog, d_image_export_filter, Matrix::exportEMF(), Matrix::exportRasterImage(), Matrix::exportSVG(), Matrix::exportVector(), imagesDirPath, MatrixWindow, ImageExportDialog::quality(), ImageExportDialog::selectFilter(), and ImageExportDialog::vectorResolution().
Referenced by createActions(), exportPDF(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::exportOds | ( | ) |
References d_excel_import_method, exportPlugin(), LocalExcelInstallation, showExportASCIIDialog(), and ExportDialog::updateAdvancedOptions().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::exportPDF | ( | ) |
References activeWindow(), d_confirm_overwrite, exportGraph(), exportMatrix(), MdiSubWindow::exportPDF(), getFileName(), and imagesDirPath.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
ImportExportPlugin * ApplicationWindow::exportPlugin | ( | const QString & | suffix | ) |
References d_import_export_plugins, ImportExportPlugin::exportFormats(), and showProVersionMessage().
Referenced by Matrix::exportASCII(), Table::exportASCII(), Matrix::exportEMF(), MultiLayer::exportEMF(), Graph::exportEMF(), Matrix::exportExcel(), Table::exportExcel(), exportExcel(), exportOds(), and setIndexedColorNames().
|
slot |
|
slot |
|
private |
References actionAppendProject, actionCloseAllWindows, actionCloseProject, actionExportAllGraphs, actionExportExcel, actionExportGraph, actionExportMatrix, actionExportOds, actionExportPDF, actionImportDatabase, actionImportImage, actionImportSound, actionLoad, actionLoadImage, actionNewFolder, actionNewFunctionPlot, actionNewGraph, actionNewMatrix, actionNewNote, actionNewProject, actionNewSurfacePlot, actionNewTable, actionOpen, actionOpenExcel, actionOpenOds, actionOpenTemplate, actionPrint, actionPrintAllPlots, actionPrintPreview, actionSaveProject, actionSaveProjectAs, actionSaveTemplate, actionSaveWindow, actionShowExportASCIIDialog, activeWindow(), exportPlotMenu, fileMenu, importMenu, newMenu, recent, recentMenuID, and reloadCustomActions().
Referenced by customMenu(), initMainMenu(), and removeColumnNameFromCompleter().
void ApplicationWindow::find | ( | const QString & | s, |
bool | windowNames, | ||
bool | labels, | ||
bool | folderNames, | ||
bool | caseSensitive, | ||
bool | partialMatch, | ||
bool | subfolders | ||
) |
used by the findDialog
References activateWindow(), current_folder, Folder::findSubfolder(), Folder::findWindow(), FolderListItem::folder(), Folder::folderListItem(), and folders.
Referenced by FindDialog::accept(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::fitFrameToLayer | ( | ) |
Finds best layout for the 3D plot.
Finds best layout for the 3D plot
References activeWindow(), Graph3D::findBestLayout(), and Plot3DWindow.
Referenced by initPlot3DToolBar(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::fitGauss | ( | ) |
References analysis(), and FitGauss.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::fitLinear | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), analysis(), Fit::chiSquare(), d_2_linear_fit_points, Table::drawableColumnSelection(), LinearFit::fit(), fit_output_precision, FitLinear, Fit::generateFunction(), generateUniformFitPoints, Graph::LineSymbols, multilayerPlot(), newTable(), Table::numCols(), Filter::outputGraph(), Fit::results(), Fit::rSquare(), Table::selectedYColumns(), Table::setCell(), Table::setColName(), Filter::setColor(), Filter::setDataFromCurve(), Filter::setOutputPrecision(), Table::setText(), Filter::setUpdateOutputGraph(), MdiSubWindow::setWindowLabel(), Table::table(), and Graph::updatePlot().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::fitLorentz | ( | ) |
References analysis(), and FitLorentz.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::fitMultiPeak | ( | int | profile | ) |
void ApplicationWindow::fitMultiPeakGauss | ( | ) |
References fitMultiPeak(), and MultiPeakFit::Gauss.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::fitMultiPeakLorentz | ( | ) |
References fitMultiPeak(), and MultiPeakFit::Lorentz.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::fitSigmoidal | ( | ) |
References analysis(), and FitSigmoidal.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::fitSlope | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), analysis(), Fit::chiSquare(), d_2_linear_fit_points, Table::drawableColumnSelection(), LinearSlopeFit::fit(), fit_output_precision, FitSlope, Fit::generateFunction(), generateUniformFitPoints, Graph::LineSymbols, multilayerPlot(), newTable(), Table::numCols(), Filter::outputGraph(), Fit::results(), Fit::rSquare(), Table::selectedYColumns(), Table::setCell(), Table::setColName(), Filter::setColor(), Filter::setDataFromCurve(), Filter::setOutputPrecision(), Table::setText(), Filter::setUpdateOutputGraph(), MdiSubWindow::setWindowLabel(), Table::table(), and Graph::updatePlot().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::flipMatrixHorizontally | ( | ) |
References activeWindow(), Matrix::flipHorizontally(), and MatrixWindow.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::flipMatrixVertically | ( | ) |
References activeWindow(), Matrix::flipVertically(), and MatrixWindow.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::folderItemChanged | ( | Q3ListViewItem * | it | ) |
Changes the current folder when the user changes the current item in the QListView "folders".
References changeFolder(), and folders.
Referenced by init(), renameFolder(), showTwoSampleStudentTestDialog(), and startRenameFolder().
void ApplicationWindow::folderItemDoubleClicked | ( | Q3ListViewItem * | it | ) |
Changes the current folder when the user double-clicks on a folder item in the QListView "lv".
References FolderListItem::folder(), Folder::folderListItem(), folders, and FolderListItem::RTTI.
Referenced by init(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::folderProperties | ( | ) |
pops up folder information
References Folder::birthDate(), current_folder, Folder::path(), projectProperties(), Folder::sizeToString(), Folder::subfolders(), and Folder::windowsList().
Referenced by showFolderPopupMenu(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::foldersMenuActivated | ( | int | id | ) |
References changeFolder(), Folder::folderBelow(), and projectFolder().
Referenced by dragFolderItems(), and windowsMenuAboutToShow().
FunctionDialog * ApplicationWindow::functionDialog | ( | ) |
Referenced by addFunctionCurve(), createActions(), plotCustomLayoutSharedAxes(), and showFunctionDialog().
MultiLayer * ApplicationWindow::generate2DGraph | ( | Graph::CurveType | type | ) |
Generate a new 2D graph.
References activeWindow(), Table::drawableColumnSelection(), Table::getSelection(), multilayerPlot(), plotHistogram(), table(), and validFor2DPlot().
Referenced by plotArea(), plotBox(), plotCustomLayoutSharedAxes(), 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(), FFT::fftMatrix(), MultiPeakFit::generateFitCurve(), importImage(), initMatrix(), initMultilayerPlot(), initTable(), loadImage(), matrixToTable(), multilayerPlot(), newGraph(), newMatrix(), newNote(), newPlot3D(), newTable(), openTemplate(), Differentiation::output(), FFT::output(), Fit::parametersTable(), plotImage(), plotImageProfiles(), plotSpectrogram(), Fit::showConfidenceLimits(), Fit::showPredictionLimits(), Fit::showResiduals(), and PlotDialog::showStatistics().
|
static |
Referenced by addColumnNameToCompleter(), addImage(), PlotDialog::chooseBackgroundImageFile(), CustomActionDialog::chooseFile(), CustomActionDialog::chooseIcon(), EnrichmentDialog::chooseImageFile(), ConfigDialog::chooseJava(), ConfigDialog::chooseJODConverter(), ConfigDialog::chooseOffice(), PlotDialog::chooseSymbolImageFile(), ConfigDialog::chooseTexCompiler(), ScriptEdit::exportASCII(), exportPDF(), getSaveProjectName(), ScriptEdit::importASCII(), importDatabase(), importExcel(), importImage(), importOdfSpreadsheet(), importWaveFile(), loadImage(), openTemplate(), resultsLog(), saveAsTemplate(), FitDialog::saveInitialGuesses(), FitDialog::saveUserFunction(), and showHelp().
|
private |
References d_confirm_overwrite, getFileName(), and workingDir.
Referenced by createPopupMenu(), saveFolderAsProject(), saveProjectAs(), and saveWindowAs().
void ApplicationWindow::goToColumn | ( | ) |
References activeWindow().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
|
private |
References current_folder, and projectFolder().
Referenced by appendProject(), createPopupMenu(), and openProject().
void ApplicationWindow::goToRow | ( | ) |
References activeWindow().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::graphSelectionChanged | ( | SelectionMoveResizer * | s | ) |
References actionAlignBottom, actionAlignLeft, actionAlignRight, actionAlignTop, actionLowerEnrichment, actionRaiseEnrichment, and SelectionMoveResizer::widgetsList().
Referenced by custom2DPlotTools(), and showTwoSampleStudentTestDialog().
|
static |
Referenced by matrixUndoStackSize(), Table::pasteSelection(), and Matrix::pasteSelection().
bool ApplicationWindow::hasTable | ( | ) |
Returns true if the project contains tables.
References Folder::folderBelow(), projectFolder(), and Folder::windowsList().
Referenced by add3DData(), plotCustomLayoutSharedAxes(), and showWindowContextMenu().
bool ApplicationWindow::hidden | ( | QWidget * | window | ) |
References hiddenWindows.
Referenced by plotCustomLayoutSharedAxes(), showWindowPopupMenu(), windowGeometryInfo(), and windowsMenuActivated().
void ApplicationWindow::hideActiveWindow | ( | ) |
References activeWindow(), and hideWindow().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::hideAllFolderWindows | ( | ) |
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(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::hideCurve | ( | ) |
References actionHideCurve, MultiLayer::activeLayer(), activeWindow(), MultiLayerWindow, and Graph::showCurve().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::hideFolderWindows | ( | Folder * | f | ) |
hides all windows in folder f
References Folder::depth(), Folder::folderBelow(), and Folder::windowsList().
Referenced by changeFolder(), dropFolderItems(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::hideOtherCurves | ( | ) |
References actionHideOtherCurves, MultiLayer::activeLayer(), activeWindow(), Graph::curveCount(), MultiLayerWindow, and Graph::showCurve().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
|
private |
References activeWindow(), Table::hideSelectedColumns(), and TableWindow.
Referenced by createActions(), and removeColumnNameFromCompleter().
void ApplicationWindow::hideSelectedWindows | ( | ) |
Hides the currently selected windows from the list view lv.
References folders, hideWindow(), lv, and FolderListItem::RTTI.
Referenced by showListViewSelectionMenu(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::hideWindow | ( | MdiSubWindow * | window | ) |
void ApplicationWindow::hideWindow | ( | ) |
References lv, and WindowListItem::window().
Referenced by connectMultilayerPlot(), connectSurfacePlot(), connectTable(), createActions(), hideActiveWindow(), hideAllFolderWindows(), hideSelectedWindows(), initMatrix(), newHiddenTable(), newNote(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::highPassFilterDialog | ( | ) |
References FFTFilter::HighPass, and showFilterDialog().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
|
static |
void ApplicationWindow::importASCII | ( | const QString & | fileName = QString::null | ) |
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(), ImportASCIIDialog::setCurrentPath(), simplify_spaces, ImportASCIIDialog::simplifySpaces(), strip_spaces, ImportASCIIDialog::stripSpaces(), TableWindow, ImportASCIIDialog::useFirstRow(), and ImportASCIIDialog::useSecondRow().
Referenced by createActions(), dropEvent(), and plotCustomLayoutSharedAxes().
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() |
||
) |
References activeWindow(), alreadyUsedName(), MdiSubWindow::Both, Matrix::importASCII(), Table::importASCII(), modifiedProject(), MdiSubWindow::Name, ImportASCIIDialog::NewColumns, ImportASCIIDialog::NewMatrices, newMatrix(), ImportASCIIDialog::NewRows, newTable(), ImportASCIIDialog::NewTables, Table::notifyChanges(), Table::Overwrite, Matrix::Overwrite, ImportASCIIDialog::Overwrite, MdiSubWindow::setCaptionPolicy(), MdiSubWindow::setWindowLabel(), setWindowName(), Matrix::verticalHeaderWidth(), and Table::verticalHeaderWidth().
Table * ApplicationWindow::importDatabase | ( | const QString & | fileName = QString::null , |
int | sheet = -1 |
||
) |
References getFileName(), ImportExportPlugin::import(), and importPlugin().
Referenced by createActions(), open(), and plotCustomLayoutSharedAxes().
Table * ApplicationWindow::importExcel | ( | const QString & | fileName = QString::null , |
int | sheet = -1 |
||
) |
References d_excel_import_method, getFileName(), ImportExportPlugin::import(), importOdfSpreadsheet(), importPlugin(), LocalOpenOffice, ExcelFileConverter::outputFile(), recentProjects, MdiSubWindow::setWindowLabel(), and updateRecentProjectsList().
Referenced by appendProject(), createActions(), open(), and plotCustomLayoutSharedAxes().
Matrix * ApplicationWindow::importImage | ( | const QString & | fileName = QString() , |
bool | newWindow = false |
||
) |
References activeWindow(), MdiSubWindow::Both, generateUniqueName(), getFileName(), imageFilter(), imagesDirPath, Matrix::importImage(), initMatrix(), MatrixWindow, scripted::scriptEnv, MdiSubWindow::setCaptionPolicy(), and MdiSubWindow::setWindowLabel().
Referenced by createActions(), dropEvent(), intensityTable(), plotCustomLayoutSharedAxes(), and plotFile().
Table * ApplicationWindow::importOdfSpreadsheet | ( | const QString & | fileName = QString::null , |
int | sheet = -1 |
||
) |
References getFileName(), ImportExportPlugin::import(), and importPlugin().
Referenced by appendProject(), createActions(), importExcel(), open(), and plotCustomLayoutSharedAxes().
|
slot |
ImportExportPlugin * ApplicationWindow::importPlugin | ( | const QString & | fileName | ) |
References d_import_export_plugins, ImportExportPlugin::importFormats(), and showProVersionMessage().
Referenced by importDatabase(), importExcel(), importOdfSpreadsheet(), importOPJ(), and setIndexedColorNames().
Table * ApplicationWindow::importWaveFile | ( | ) |
References format, getFileName(), newTable(), Table::setCell(), Table::setHeader(), Table::setText(), and showResults().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::increaseNoteIndent | ( | ) |
References activeWindow(), Note::currentEditor(), modifiedProject(), NoteWindow, and Note::setTabStopWidth().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
|
private |
References activeWindow(), format, MatrixWindow, Matrix::precision(), Matrix::setNumericPrecision(), Matrix::textFormat(), and Matrix::undoStack().
Referenced by closedLastCopiedLayer(), and createActions().
|
inline |
References d_indexed_color_names.
Referenced by ConfigDialog::initCurvesPage(), and ConfigDialog::setApplication().
|
inline |
|
inline |
|
inline |
References info.
|
private |
References actionNextWindow, actionPrevWindow, actionSaveProject, addFolder(), assistant, createActions(), createLanguagesList(), current_folder, d_default_2D_grid, d_excel_import_method, d_text_editor, d_undo_view, d_workspace, defaultScriptingLang, deleteSelectedItems(), disableToolbars(), dragFolderItems(), dropFolderItems(), explorerSplitter, explorerWindow, folderItemChanged(), folderItemDoubleClicked(), folders, hiddenWindows, initCompleter(), ScriptingEnv::initialize(), initMainMenu(), initToolBars(), insertTranslatedStrings(), loadCustomActions(), loadPlugins(), LocalExcelInstallation, logWindow, lv, maximizeWindow(), modified(), modifiedProject(), openRecentProject(), panelsColor, panelsTextColor, print(), projectname, readSettings(), recent, renamedTables, renameFolder(), renameWindow(), results, scripted::scriptEnv, scriptError(), scriptPrint(), scriptWindow, setAppColors(), setDefaultOptions(), Folder::setFolderListItem(), setScriptingLanguage(), showFolderPopupMenu(), showTable(), showWindowPopupMenu(), startRenameFolder(), tablesDepend, undoStackWindow, updateAppFonts(), updateExplorerWindowLayout(), windowActivated(), and workspaceColor.
Referenced by ApplicationWindow(), and dragFolderItems().
|
private |
References Table::colName(), d_completer, PythonSyntaxHighlighter::keywordsList(), ScriptingEnv::mathFunctions(), Table::numCols(), scripted::scriptEnv, tableList(), and windowsNameList().
Referenced by dragFolderItems(), init(), and setScriptingLanguage().
|
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 dragFolderItems(), and init().
void ApplicationWindow::initMatrix | ( | Matrix * | m, |
const QString & | caption | ||
) |
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(), newMatrix(), and plotCustomLayoutSharedAxes().
|
slot |
References addListViewItem(), alreadyUsedName(), connectMultilayerPlot(), d_mdi_windows_area, d_print_cropmarks, d_scale_plots_on_print, d_workspace, generateUniqueName(), MultiLayer::printCropmarks(), MdiSubWindow::setName(), MultiLayer::setScaleLayersOnPrint(), and windowActivated().
Referenced by multilayerPlot(), PlotWizard::plot2D(), setExcelImportMethod(), and waterfallPlot().
|
private |
References addListViewItem(), connectSurfacePlot(), d_mdi_windows_area, d_workspace, plot3DTools, and windowActivated().
Referenced by dragFolderItems(), and newPlot3D().
|
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 dragFolderItems(), and initToolBars().
|
private |
References http, receivedVersionFile(), and version_buffer.
Referenced by createPopupMenu(), and searchForUpdates().
void ApplicationWindow::initTable | ( | Table * | w, |
const QString & | caption | ||
) |
References addListViewItem(), alreadyUsedName(), connectTable(), customTable(), d_mdi_windows_area, d_workspace, generateUniqueName(), and MdiSubWindow::setName().
Referenced by matrixToTable(), newHiddenTable(), newTable(), newTableStatistics(), and plotCustomLayoutSharedAxes().
|
private |
References actionAddColToTable, actionAddEllipse, actionAddErrorBars, actionAddFormula, actionAddFunctionCurve, actionAddImage, actionAddInsetCurveLayer, actionAddInsetLayer, actionAddLayer, actionAddRectangle, actionAddText, actionAddZoomPlot, actionAdjustColumnWidth, actionAlignBottom, actionAlignLeft, actionAlignRight, actionAlignTop, 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, actionOpenExcel, actionOpenOds, 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, actionSetRandomNormalValues, actionSetRandomValues, actionSetXCol, actionSetYCol, actionSetYErrCol, actionSetZCol, actionShowColStatistics, actionShowColumnValuesDialog, actionShowCurvesDialog, actionShowExplorer, actionShowLayerDialog, actionShowLog, actionShowRowStatistics, actionShowScriptWindow, actionSortTable, actionStackBars, actionStackColumns, actionStemPlot, actionSubscript, actionSuperscript, actionSwapColumns, actionTextColor, 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(), setTextColor(), tableTools, and toolBarsList().
Referenced by dragFolderItems(), and init().
|
slot |
References d_init_window_type, MatrixWindow, MultiLayerWindow, newGraph(), newMatrix(), newNote(), newTable(), NoteWindow, savedProject(), and TableWindow.
Referenced by QtiPlotApplication::activateWindow(), newProject(), parseCommandLineArguments(), and setExcelImportMethod().
void ApplicationWindow::insert3DMatrixPlot | ( | const QString & | matrix_name | ) |
References activeWindow(), Graph3D::addMatrixData(), matrix(), modified(), and Plot3DWindow.
Referenced by add3DMatrixPlot(), and plotCustomLayoutSharedAxes().
|
private |
References d_text_editor, and SymbolDialog::upperGreek.
Referenced by createActions(), and removeColumnNameFromCompleter().
|
private |
References d_text_editor, and SymbolDialog::lowerGreek.
Referenced by createActions(), and removeColumnNameFromCompleter().
|
private |
References d_text_editor, and SymbolDialog::mathSymbols.
Referenced by createActions(), and removeColumnNameFromCompleter().
void ApplicationWindow::insertNew3DData | ( | const QString & | colName | ) |
References activeWindow(), Graph3D::insertNewData(), modified(), Plot3DWindow, and table().
Referenced by add3DData(), and plotCustomLayoutSharedAxes().
|
private |
References d_text_editor, and TextEditor::formatText().
Referenced by createActions(), and removeColumnNameFromCompleter().
|
private |
References d_text_editor, and TextEditor::formatText().
Referenced by createActions(), and removeColumnNameFromCompleter().
|
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 dragFolderItems(), init(), and switchToLanguage().
void ApplicationWindow::integrate | ( | ) |
References activeWindow(), Folder::appendLogInfo(), current_folder, Table::getSelection(), info, Table::selectedYColumns(), showNoDataMessage(), and showResults().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::intensityTable | ( | ) |
References Graph::activeEnrichment(), MultiLayer::activeLayer(), activeWindow(), ImageWidget::fileName(), importImage(), and MultiLayerWindow.
Referenced by createActions(), plotCustomLayoutSharedAxes(), and showMarkerPopupMenu().
void ApplicationWindow::invertMatrix | ( | ) |
References activeWindow(), Matrix::invert(), and MatrixWindow.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
bool ApplicationWindow::isFileReadable | ( | const QString & | file_name | ) |
Referenced by open(), parseCommandLineArguments(), and setIndexedColorNames().
|
inline |
References d_mdi_windows_area.
Referenced by ScriptWindow::initActions().
|
private |
Referenced by createPopupMenu(), open(), and openRecentProject().
QString ApplicationWindow::listViewDate | ( | const QString & | caption | ) |
References lv.
Referenced by plotCustomLayoutSharedAxes().
void ApplicationWindow::loadCustomActions | ( | ) |
References addCustomAction(), addCustomMenu(), customActionsDirPath, CustomMenuHandler::location(), CustomActionHandler::parentName(), and CustomMenuHandler::title().
Referenced by CustomActionDialog::chooseFolder(), and init().
void ApplicationWindow::loadImage | ( | ) |
References getFileName(), imageFilter(), and imagesDirPath.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::loadImage | ( | const QString & | fn | ) |
|
private |
References d_import_export_plugins, and ImportExportPlugin::setApplicationWindow().
Referenced by init().
|
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(), parseCommandLineArguments(), and setExcelImportMethod().
void ApplicationWindow::lowerActiveEnrichment | ( | ) |
References raiseActiveEnrichment().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::lowPassFilterDialog | ( | ) |
References FFTFilter::LowPass, and showFilterDialog().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::magnify | ( | int | mode = 0 | ) |
References activeWindow(), btnPointer, Graph::enablePanningMagnifier(), MultiLayer::isEmpty(), MultiLayer::layersList(), and MultiLayerWindow.
Referenced by createActions(), pickDataTool(), and showTwoSampleStudentTestDialog().
Matrix * ApplicationWindow::matrix | ( | const QString & | name | ) |
References d_is_appending_file, Folder::folderBelow(), projectFolder(), renamedTables, and Folder::windowsList().
Referenced by PlotDialog::acceptParams(), FFTDialog::activateDataSet(), CurvesDialog::addCurves(), change3DMatrix(), Fit::covarianceMatrix(), FFTDialog::fftMatrix(), insert3DMatrixPlot(), openGraph(), plotCustomLayoutSharedAxes(), remove3DMatrixPlots(), Graph3D::restore(), and Graph::restoreSpectrogram().
void ApplicationWindow::matrixDeterminant | ( | ) |
References activeWindow(), Folder::appendLogInfo(), current_folder, Matrix::determinant(), info, MatrixWindow, and showResults().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::matrixDirectFFT | ( | ) |
References activeWindow(), Matrix::fft(), Matrix::isEmpty(), MatrixWindow, and showNoDataMessage().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::matrixInverseFFT | ( | ) |
References activeWindow(), Matrix::fft(), Matrix::isEmpty(), MatrixWindow, and showNoDataMessage().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
|
private |
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::ColumnRow, Matrix::Custom, Matrix::Default, Matrix::GrayScale, Matrix::headerViewType(), Matrix::ImageView, Matrix::isEmpty(), matrixMenu, MatrixWindow, Matrix::Rainbow, reloadCustomActions(), Matrix::TableView, Matrix::viewType(), and Matrix::XY.
Referenced by customMenu(), initMainMenu(), and removeColumnNameFromCompleter().
QStringList ApplicationWindow::matrixNames | ( | ) |
Returns a list with the names of all the matrices in the project.
References Folder::folderBelow(), projectFolder(), and Folder::windowsList().
Referenced by add3DMatrixPlot(), change3DMatrix(), customMenu(), ExportDialog::initAdvancedOptions(), PlotDialog::initSpectrogramValuesPage(), FFTDialog::setMatrix(), showTwoSampleStudentTestDialog(), and showWindowContextMenu().
Table * ApplicationWindow::matrixToTable | ( | Matrix * | m, |
MatrixToTableConversion | conversionType = Direct |
||
) |
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(), convertMatrixToTableYXZ(), and plotCustomLayoutSharedAxes().
|
inline |
References d_matrix_undo_stack_size, endOfLine(), guessEndOfLine(), and setMatrixUndoStackSize().
Referenced by ConfigDialog::initAppPage(), and ConfigDialog::setApplication().
void ApplicationWindow::maximizeWindow | ( | Q3ListViewItem * | lbi = 0 | ) |
References lv, FolderListItem::RTTI, and window().
Referenced by createActions(), init(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::maximizeWindow | ( | MdiSubWindow * | w | ) |
|
static |
Referenced by CreateBinMatrixDialog::accept(), and resultsLog().
QList< QMenu * > ApplicationWindow::menusList | ( | ) |
Referenced by customMenusList(), and CustomActionDialog::init().
void ApplicationWindow::minimizeWindow | ( | MdiSubWindow * | w = 0 | ) |
References lv, modified(), MdiSubWindow::setMinimized(), updateWindowLists(), and window().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
|
signal |
Referenced by activateWindow(), change3DData(), change3DMatrix(), clearLogInfo(), clearSelection(), closeWindow(), connectSurfacePlot(), cutSelection(), dragFolderItems(), drawArrow(), drawLine(), hideWindow(), init(), initMatrix(), insert3DMatrixPlot(), insertNew3DData(), maximizeWindow(), minimizeWindow(), newPlot3D(), pasteSelection(), pickCoordSystem(), pickFloorStyle(), pickPlotStyle(), plot3DMatrix(), plotImage(), plotParametricSurface(), plotSurface(), plotXYZ(), setWindowName(), showTable(), updateLog(), and windowActivated().
|
slot |
Set the project status to modifed.
References actionSaveProject, projectname, and saved.
Referenced by RenameWindowDialog::accept(), addNoteTab(), DrawPointTool::appendPoint(), ConfigDialog::apply(), AxesDialog::applyAxisFormat(), PlotDialog::applyBoxWhiskersFormat(), AxesDialog::applyCanvasFormat(), PlotDialog::applyCanvasFormat(), PlotDialog::applyErrorBarFormat(), PlotDialog::applyGap(), PlotDialog::applyLabelsFormat(), PlotDialog::applyLayerFormat(), PlotDialog::applyLineFormat(), PlotDialog::applyPercentileFormat(), PlotDialog::applySymbolsFormat(), cascade(), changeFolder(), PlotDialog::chooseBackgroundImageFile(), EnrichmentDialog::chooseImageFile(), PlotDialog::chooseSymbolImageFile(), closeNoteTab(), connectMultilayerPlot(), connectTable(), decreaseNoteIndent(), EnrichmentDialog::frameApplyTo(), importASCII(), increaseNoteIndent(), init(), initMatrix(), modifiedProject(), DataPickerTool::movePoint(), newNote(), openRecentProject(), EnrichmentDialog::patternApplyTo(), renameCurrentNoteTab(), PlotDialog::resizeCanvasToFitImage(), TranslateCurveTool::selectDestination(), setExcelImportMethod(), PlotDialog::setLabelsFont(), showNoteLineNumbers(), EnrichmentDialog::textFormatApplyTo(), AxesDialog::updateGrid(), Plot3DDialog::updatePlot(), and updateWindowStatus().
|
slot |
Set the project status to modified and save 'w' as the last modified widget.
References modifiedProject().
void ApplicationWindow::moveColumnFirst | ( | ) |
References activeWindow(), Table::moveColumnBy(), Table::selectedColumn(), and TableWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::moveColumnLast | ( | ) |
References activeWindow(), Table::moveColumnBy(), Table::numCols(), Table::selectedColumn(), and TableWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::moveColumnLeft | ( | ) |
References activeWindow(), Table::moveColumnBy(), and TableWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::moveColumnRight | ( | ) |
References activeWindow(), Table::moveColumnBy(), and TableWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::moveFolder | ( | FolderListItem * | src, |
FolderListItem * | dest | ||
) |
moves a folder item to another
src | source folder item |
dest | destination folder item |
References copyFolder(), FolderListItem::folder(), and folders.
Referenced by dragFolderItems(), and dropFolderItems().
void ApplicationWindow::movePoints | ( | bool | wholeCurve = false | ) |
References MultiLayer::activeLayer(), activeWindow(), btnPointer, d_confirm_modif_2D_points, displayBar, info, MultiLayer::isEmpty(), Graph::isPiePlot(), DataPickerTool::Move, DataPickerTool::MoveCurve, MultiLayerWindow, Graph::setActiveTool(), DataPickerTool::setMode(), and Graph::validCurvesDataSize().
Referenced by pickDataTool(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::moveTableRowDown | ( | ) |
References activeWindow(), Table::moveRow(), and TableWindow.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::moveTableRowUp | ( | ) |
References activeWindow(), Table::moveRow(), and TableWindow.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
QStringList ApplicationWindow::multilayerDependencies | ( | QWidget * | w | ) |
References Graph::curveNamesList(), and MultiLayer::layersList().
Referenced by plotCustomLayoutSharedAxes(), saveWindow(), and showWindowPopupMenu().
|
slot |
References activeWindow(), Graph::addCurves(), MultiLayer::AlignCanvases, MultiLayer::arrangeLayers(), Table::colIndex(), Table::colPlotDesignation(), Graph::curveCount(), defaultCurveLineWidth, defaultSymbolSize, Table::drawableColumnSelection(), generateUniqueName(), Table::Label, 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(), loadImage(), multilayerPlot(), newGraph(), openProject(), openTemplate(), plot2HorizontalLayers(), plot2VerticalLayers(), plot4Layers(), plotDoubleYAxis(), plotFile(), plotHorizontalSharedAxisLayers(), plotImage(), plotImageProfiles(), plotPie(), plotSharedAxesLayers(), plotSpectrogram(), plotStackedHistograms(), plotStackedLayers(), plotStackSharedAxisLayers(), plotVectXYAM(), plotVectXYXY(), plotVerticalSharedAxisLayers(), setExcelImportMethod(), showFitDialog(), LayerDialog::update(), and zoomRectanglePlot().
|
slot |
|
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 |
Creates a new empty multilayer plot.
References MultiLayer::activeLayer(), alreadyUsedName(), MultiLayer::arrangeLayers(), generateUniqueName(), multilayerPlot(), Graph::newLegend(), and setPreferences().
Referenced by createActions(), Filter::createOutputGraph(), initWindow(), newFunctionPlot(), plotHistogram(), and setExcelImportMethod().
Table * ApplicationWindow::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.
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(), ImageProfilesTool::clone(), MultiPeakFit::generateFitCurve(), Differentiation::output(), FFT::output(), plotCustomLayoutSharedAxes(), and plotImageProfiles().
void ApplicationWindow::newLegend | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), MultiLayer::isEmpty(), MultiLayerWindow, and Graph::newLegend().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
Matrix * ApplicationWindow::newMatrix | ( | int | rows = 32 , |
int | columns = 32 |
||
) |
Creates a new empty matrix.
References generateUniqueName(), initMatrix(), and scripted::scriptEnv.
Referenced by GriddingDialog::accept(), clone(), Fit::covarianceMatrix(), createActions(), FFT::fftMatrix(), importASCII(), initWindow(), openMatrix(), openTemplate(), plotCustomLayoutSharedAxes(), tableToMatrix(), and tableToMatrixRegularXYZ().
Matrix * ApplicationWindow::newMatrix | ( | const QString & | caption, |
int | r, | ||
int | c | ||
) |
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() | ) |
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 addColumnNameToCompleter(), clone(), createActions(), initWindow(), newStemPlot(), openNote(), StudentTestDialog::outputResults(), AnovaDialog::outputResults(), and showTwoSampleStudentTestDialog().
Graph3D * ApplicationWindow::newPlot3D | ( | const QString & | title = QString() | ) |
References alreadyUsedName(), generateUniqueName(), initPlot3D(), modified(), and MdiSubWindow::setName().
Referenced by clone(), PlotWizard::plot3D(), plot3DMatrix(), PlotWizard::plot3DRibbon(), plotCustomLayoutSharedAxes(), plotParametricSurface(), plotSurface(), plotXYZ(), and Graph3D::restore().
void ApplicationWindow::newProject | ( | ) |
References ApplicationWindow(), closeProject(), initWindow(), restoreApplicationGeometry(), saveSettings(), and showSaveProjectMessage().
Referenced by createActions(), plotCustomLayoutSharedAxes(), and setExcelImportMethod().
Note * ApplicationWindow::newStemPlot | ( | ) |
References activeWindow(), Table::colName(), Note::currentEditor(), newNote(), Table::selectedColumns(), stemPlot(), Table::table(), and TableWindow.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::newSurfacePlot | ( | ) |
Referenced by createActions(), and plotCustomLayoutSharedAxes().
Table * ApplicationWindow::newTable | ( | ) |
Creates an empty table.
References generateUniqueName(), initTable(), and scripted::scriptEnv.
Referenced by FrequencyCountDialog::apply(), LineProfileTool::calculateLineProfile(), clone(), createActions(), BaselineDialog::createBaseline(), Graph::createTable(), Table::extractData(), fitLinear(), fitSlope(), importASCII(), importWaveFile(), initWindow(), IntegrationDialog::integrateTable(), BaselineDialog::modifyBaseline(), openTable(), openTemplate(), Fit::parametersTable(), plotCustomLayoutSharedAxes(), plotFile(), StatisticTest::resultTable(), Anova::resultTable(), Fit::showConfidenceLimits(), Fit::showPredictionLimits(), Fit::showResiduals(), and PlotDialog::showStatistics().
Table * ApplicationWindow::newTable | ( | const QString & | caption, |
int | r, | ||
int | c | ||
) |
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() |
||
) |
References initTable(), and scripted::scriptEnv.
TableStatistics * ApplicationWindow::newTableStatistics | ( | Table * | base, |
int | type, | ||
QList< int > | target, | ||
int | start = 0 , |
||
int | end = -1 , |
||
const QString & | caption = QString::null |
||
) |
References initTable(), and scripted::scriptEnv.
Referenced by openTableStatistics(), plotCustomLayoutSharedAxes(), showColStatistics(), and showRowStatistics().
void ApplicationWindow::normalizeActiveTable | ( | ) |
References activeWindow(), Table::normalize(), Table::selectedColumns(), and TableWindow.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::normalizeSelection | ( | ) |
References activeWindow(), Table::normalizeSelection(), Table::selectedColumns(), and TableWindow.
Referenced by createActions(), plotCustomLayoutSharedAxes(), and showColMenu().
void ApplicationWindow::noteFindDialogue | ( | ) |
References activeWindow(), Note::currentEditor(), NoteWindow, and ScriptEdit::showFindDialog().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::noteFindNext | ( | ) |
References activeWindow(), Note::currentEditor(), ScriptEdit::findNext(), and NoteWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::noteFindPrev | ( | ) |
References activeWindow(), Note::currentEditor(), ScriptEdit::findPrevious(), and NoteWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::noteReplaceDialogue | ( | ) |
References activeWindow(), Note::currentEditor(), NoteWindow, and ScriptEdit::showFindDialog().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
|
slot |
References appendProject(), closeProject(), d_extended_open_dialog, d_open_project_filter, isProjectFile(), OpenProjectDialog::NewFolder, OpenProjectDialog::NewProject, OpenProjectDialog::openMode(), projectname, recentProjects, saveSettings(), showSaveProjectMessage(), and workingDir.
Referenced by createActions(), dropEvent(), QtiPlotApplication::event(), open(), openProject(), openRecentProject(), parseCommandLineArguments(), and setExcelImportMethod().
|
slot |
Graph * ApplicationWindow::openGraph | ( | ApplicationWindow * | app, |
MultiLayer * | plot, | ||
const QStringList & | list | ||
) |
References CurveLayout::aCol, Graph::addArrow(), Graph::addErrorBars(), MultiLayer::addLayer(), ImageProfilesTool::append(), CurveLayout::aStyle, Graph::axisType(), Graph::Box, Table::colName(), CurveLayout::connectType, convertOldToNewColorIndex(), Graph::curve(), d_curve_max_antialising_size, d_disable_curve_antialiasing, d_file_version, d_graph_axis_labeling, d_synchronize_graph_scales, Graph::dataCurve(), ScaleDraw::Date, ScaleDraw::Day, ColorBox::defaultColor(), Graph::disableCurveAntialiasing(), Graph::enableAutoscaling(), Graph::enableAxis(), Graph::enableAxisLabels(), Graph::enableDouglasPeukerSpeedMode(), CurveLayout::fillCol, CurveLayout::filledArea, format, Graph::getPenStyle(), Graph::grid(), Graph::Histogram, Graph::HorizontalBars, Graph::imageProfilesTool(), Graph::insertCurve(), Graph::insertFunctionCurve(), Graph::insertImageMarker(), Graph::insertLegend(), Graph::insertText(), CurveLayout::lCol, left, Graph::LineSymbols, Grid::load(), Graph::loadAxesLinewidth(), Graph::loadAxesOptions(), QwtHistogram::loadData(), Graph::loadErrorBars(), CurveLayout::lStyle, CurveLayout::lWidth, Graph::masterCurve(), matrix(), ScaleDraw::Month, ScaleDraw::Numeric, Table::numRows(), Graph::obsoleteSymbolStyle(), Graph::openBoxDiagram(), CurveLayout::penWidth, Graph::plotPie(), Graph::plotVectors(), readColorFromProject(), Graph::recoverObsoleteDateTimeScale(), renamedTables, RectangleWidget::restore(), EllipseWidget::restore(), TexWidget::restore(), ImageWidget::restore(), LegendWidget::restore(), FunctionCurve::restore(), PieLabel::restore(), Graph::restoreBackgroundImage(), Graph::restoreCurveLabels(), Graph::restoreHistogram(), Graph::restoreSpectrogram(), Graph::restoreSymbolImage(), Graph::setActiveTool(), Graph::setAntialiasing(), Graph::setAutoscaleFonts(), ImageProfilesTool::setAveragePixels(), 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::setGridOnTop(), Graph::setLabelsDateTimeFormat(), Graph::setLabelsDayFormat(), Graph::setLabelsMonthFormat(), Graph::setLabelsNumericFormat(), Graph::setLabelsTextFormat(), Graph::setMajorTicksType(), Graph::setMinorTicksType(), Graph::setPageGeometry(), PlotCurve::setPlotStyle(), ScaleDraw::setPrefix(), Graph::setScale(), Graph::setScaleTitle(), ScaleDraw::setShowTicksPolicy(), PlotCurve::setSkipSymbolsCount(), QwtBarCurve::setStacked(), ScaleDraw::setSuffix(), Graph::setSynchronizedScaleDivisions(), Graph::setTicksLength(), Graph::setTitleAlignment(), Graph::setTitleColor(), Graph::setTitleFont(), Graph::setWaterfallOffset(), Graph::setWaterfallSideLines(), Graph::showMissingDataGap(), CurveLayout::sSize, CurveLayout::sType, CurveLayout::symCol, table(), ScaleDraw::Time, Graph::updateAxesTitles(), Graph::updateCurveLayout(), Graph::updateDataCurves(), Graph::updateLayout(), Graph::updateVectorsLayout(), Graph::VectXYAM, Graph::VectXYXY, and Graph::VerticalBars.
Referenced by appendProject(), openProject(), openTemplate(), and plotCustomLayoutSharedAxes().
Matrix * ApplicationWindow::openMatrix | ( | ApplicationWindow * | app, |
const QStringList & | flist | ||
) |
References d_file_version, LinearColorMap::fromXmlStringList(), 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(), openProject(), and plotCustomLayoutSharedAxes().
Note * ApplicationWindow::openNote | ( | ApplicationWindow * | app, |
const QStringList & | flist | ||
) |
References newNote(), restoreWindowGeometry(), MdiSubWindow::setBirthDate(), MdiSubWindow::setCaptionPolicy(), setListViewDate(), and MdiSubWindow::setWindowLabel().
Referenced by appendProject(), openProject(), and showTwoSampleStudentTestDialog().
|
slot |
References MultiLayer::activeLayer(), addWindowsListToCompleter(), Folder::appendLogInfo(), ApplicationWindow(), TableStatistics::baseName(), changeFolder(), current_folder, d_file_version, d_opening_file, d_workspace, executeNotes(), Folder::findSubfolder(), FolderListItem::folder(), Folder::folderListItem(), folders, goToParentFolder(), MultiLayer::linkXLayerAxes(), MdiSubWindow::Minimized, multilayerPlot(), open(), openGraph(), openMatrix(), openNote(), openTable(), openTableStatistics(), projectFolder(), projectname, renamedTables, Note::restore(), Graph3D::restore(), restoreApplicationGeometry(), restoreWindowGeometry(), saved, savedProject(), scripted::scriptEnv, MultiLayer::setAlignement(), MultiLayer::setAlignPolicy(), TableStatistics::setBase(), MdiSubWindow::setBirthDate(), Folder::setBirthDate(), MdiSubWindow::setCaptionPolicy(), MultiLayer::setCommonAxesLayout(), Folder::setFolderListItem(), MultiLayer::setLayerCanvasSize(), setListViewDate(), MultiLayer::setMargins(), Folder::setModificationDate(), MultiLayer::setScaleLayersOnResize(), setScriptingLanguage(), MultiLayer::setSpacing(), MultiLayer::setWaterfallLayout(), Graph::setWaterfallOffset(), Graph::setWaterfallSideLines(), MdiSubWindow::setWindowLabel(), MdiSubWindow::status(), table(), tableList(), and updateRecentProjectsList().
Referenced by open(), and setExcelImportMethod().
void ApplicationWindow::openRecentProject | ( | int | index | ) |
References closeProject(), isProjectFile(), modifiedProject(), open(), projectname, recent, recentProjects, saved, savedProject(), saveSettings(), showSaveProjectMessage(), and updateRecentProjectsList().
Referenced by init(), and plotCustomLayoutSharedAxes().
Table * ApplicationWindow::openTable | ( | ApplicationWindow * | app, |
const QStringList & | flist | ||
) |
References Table::columnType(), d_file_version, Table::hideColumn(), Table::loadHeader(), newTable(), Table::numCols(), Table::Numeric, 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(), openProject(), and plotCustomLayoutSharedAxes().
TableStatistics * ApplicationWindow::openTableStatistics | ( | const QStringList & | flist | ) |
References TableStatistics::column, d_file_version, Table::loadHeader(), newTableStatistics(), Table::numCols(), restoreWindowGeometry(), TableStatistics::row, TableStatistics::setBaseName(), MdiSubWindow::setBirthDate(), MdiSubWindow::setCaptionPolicy(), Table::setColComments(), Table::setColPlotDesignation(), TableStatistics::setColumnStatsTypes(), Table::setColumnTypes(), Table::setColWidths(), Table::setCommand(), Table::setCommands(), Table::setHeader(), setListViewDate(), Table::setNumCols(), TableStatistics::setRange(), MdiSubWindow::setWindowLabel(), Table::X, and Table::Y.
Referenced by openProject(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::openTemplate | ( | ) |
References getFileName(), and templatesDir.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
MdiSubWindow * ApplicationWindow::openTemplate | ( | const QString & | fn | ) |
References MultiLayer::activeLayer(), customMenu(), customToolBars(), d_file_version, generateUniqueName(), MultiLayer::linkXLayerAxes(), multilayerPlot(), newMatrix(), newTable(), openGraph(), Graph3D::restore(), MdiSubWindow::restore(), restoreWindowGeometry(), MultiLayer::setAlignement(), MultiLayer::setAlignPolicy(), MultiLayer::setCommonAxesLayout(), MultiLayer::setLayerCanvasSize(), MultiLayer::setMargins(), MultiLayer::setScaleLayersOnResize(), MultiLayer::setSpacing(), MultiLayer::setWaterfallLayout(), Graph::setWaterfallOffset(), and Graph::setWaterfallSideLines().
void ApplicationWindow::parseCommandLineArguments | ( | const QStringList & | args | ) |
References copyright_string, d_mdi_windows_area, d_open_last_project, ScriptWindow::executeAll(), initWindow(), isFileReadable(), loadScript(), locales, ScriptWindow::open(), open(), recentProjects, release_date, savedProject(), saveSettings(), scriptWindow, setScriptingLanguage(), showScriptWindow(), switchToLanguage(), versionString(), and workingDir.
Referenced by QtiPlotApplication::QtiPlotApplication(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::pasteSelection | ( | ) |
References MultiLayer::activeLayer(), Graph::activeTool(), activeWindow(), Graph::add(), Graph::addArrow(), MultiLayer::addLayer(), MultiLayer::canvas(), Graph::copy(), d_arrow_copy, d_enrichement_copy, MultiLayer::deselect(), Graph::deselectMarker(), ArrowMarker::endPoint(), ArrowMarker::endPointCoord(), Graph::isWaterfallPlot(), lastCopiedLayer, modified(), FrameWidget::move(), MultiLayer::numLayers(), Graph::rangeSelectorsEnabled(), Graph::rangeSelectorTool(), PlotToolInterface::rtti(), PlotToolInterface::Rtti_DataPicker, Graph::setCanvasGeometry(), ArrowMarker::setEndPoint(), ArrowMarker::setStartPoint(), ArrowMarker::startPoint(), ArrowMarker::startPointCoord(), and Graph::updateDataCurves().
Referenced by connectMultilayerPlot(), createActions(), plotCustomLayoutSharedAxes(), showColMenu(), showGraphContextMenu(), showTableContextMenu(), and showWindowContextMenu().
|
private |
References d_user_actions, ScriptEdit::executeAll(), ScriptEdit::importASCII(), scripted::scriptEnv, and setScriptingLanguage().
Referenced by addCustomMenu(), initMainMenu(), initToolBars(), and removeColumnNameFromCompleter().
void ApplicationWindow::pickCoordSystem | ( | QAction * | action | ) |
References Box, Frame, grids, modified(), None, removeAxes3DPlot(), setBoxed3DPlot(), and setFramed3DPlot().
Referenced by initPlot3DToolBar(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::pickDataTool | ( | QAction * | action | ) |
References actionDragCurve, actionDrawPoints, actionMagnify, actionMagnifyHor, actionMagnifyVert, activeWindow(), btnArrow, btnCursor, btnLine, btnMovePoints, btnPicker, btnRemovePoints, btnSelect, btnZoomIn, btnZoomOut, MultiLayer::deselect(), Graph::disableTools(), drawArrow(), drawLine(), drawPoints(), MultiLayer::layersList(), magnify(), movePoints(), MultiLayerWindow, removePoints(), showCursor(), showRangeSelectors(), showScreenReader(), zoomIn(), and zoomOut().
Referenced by initToolBars(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::pickFloorStyle | ( | QAction * | action | ) |
References floordata, flooriso, modified(), setEmptyFloor3DPlot(), setFloorData3DPlot(), and setFloorIso3DPlot().
Referenced by initPlot3DToolBar(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::pickPlotStyle | ( | QAction * | action | ) |
References barstyle, conestyle, crossHairStyle, filledmesh, hiddenline, modified(), pointstyle, polygon, removeGrid3DPlot(), setBars3DPlot(), setCones3DPlot(), setCrosses3DPlot(), setFilledMesh3DPlot(), setHiddenLineGrid3DPlot(), setLineGrid3DPlot(), setPoints3DPlot(), and wireframe.
Referenced by initPlot3DToolBar(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::pickPointerCursor | ( | ) |
References btnPointer.
Referenced by AddWidgetTool::AddWidgetTool(), connectMultilayerPlot(), DataPickerTool::keyEventFilter(), showTwoSampleStudentTestDialog(), and AddWidgetTool::~AddWidgetTool().
void ApplicationWindow::pixelLineProfile | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), MultiLayerWindow, and Graph::setActiveTool().
Referenced by createActions(), plotCustomLayoutSharedAxes(), and showMarkerPopupMenu().
|
slot |
References defaultCurveStyle, and multilayerPlot().
Referenced by createActions(), and setExcelImportMethod().
|
slot |
References defaultCurveStyle, and multilayerPlot().
Referenced by createActions(), and setExcelImportMethod().
void ApplicationWindow::plot3DBars | ( | ) |
References activeWindow(), Graph3D::Bars, Table::colName(), plot3DMatrix(), plotXYZ(), Table::selectedColumn(), Table::selectedColumns(), table(), and validFor3DPlot().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::plot3DHiddenLine | ( | ) |
References plot3DMatrix().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
References activeWindow(), Graph3D::addMatrixData(), Matrix::colorMap(), custom3DActions(), Graph3D::customPlotStyle(), MatrixWindow, modified(), newPlot3D(), Graph3D::setDataColorMap(), and Graph3D::update().
Referenced by GriddingDialog::accept(), plot3DBars(), plot3DHiddenLine(), plot3DPolygons(), plot3DScatter(), plot3DWireframe(), plot3DWireSurface(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::plot3DPolygons | ( | ) |
References plot3DMatrix().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::plot3DRibbon | ( | ) |
References activeWindow(), Table::colName(), plotXYZ(), Graph3D::Ribbon, Table::selectedColumn(), Table::selectedColumns(), table(), TableWindow, and validFor3DPlot().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::plot3DScatter | ( | ) |
References activeWindow(), Table::colName(), plot3DMatrix(), plotXYZ(), Graph3D::Scatter, Table::selectedColumn(), Table::selectedColumns(), table(), and validFor3DPlot().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::plot3DTrajectory | ( | ) |
References activeWindow(), Table::colName(), plotXYZ(), Table::selectedColumn(), Table::selectedColumns(), table(), TableWindow, Graph3D::Trajectory, and validFor3DPlot().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::plot3DWireframe | ( | ) |
References plot3DMatrix().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::plot3DWireSurface | ( | ) |
References plot3DMatrix().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
|
slot |
References defaultCurveStyle, and multilayerPlot().
Referenced by createActions(), and setExcelImportMethod().
void ApplicationWindow::plotArea | ( | ) |
References Graph::Area, and generate2DGraph().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::plotBox | ( | ) |
References Graph::Box, and generate2DGraph().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
|
slot |
References activeWindow(), Graph::ColorMap, MatrixWindow, and plotSpectrogram().
Referenced by createActions(), and setExcelImportMethod().
|
slot |
References activeWindow(), Graph::Contour, MatrixWindow, and plotSpectrogram().
Referenced by createActions(), and setExcelImportMethod().
|
slot |
|
inlineslot |
References about(), activateWindow(), add3DData(), add3DMatrixPlot(), addColToTable(), addFunctionCurve(), adjustColumnWidth(), Table::All, autoCorrelate(), change3DData(), change3DMatrix(), changeMatrixName(), clearLogInfo(), clearSelection(), clearTable(), clone(), closeActiveWindow(), closeWindow(), columnsList(), connectSurfacePlot(), connectTable(), convertMatrixToTableDirect(), convertMatrixToTableXYZ(), convertMatrixToTableYXZ(), convertTableToMatrix(), convolute(), copyActiveLayer(), copyMarker(), copySelection(), correlate(), currentMatrix(), currentNote(), currentPlot(), currentTable(), customTable(), cutSelection(), deconvolute(), depending3DPlots(), dependingPlots(), Direct, editSurfacePlot(), exportAllGraphs(), exportAllTables(), exportExcel(), exportGraph(), exportLayer(), exportMatrix(), exportOds(), exportPDF(), flipMatrixHorizontally(), flipMatrixVertically(), functionDialog(), generate2DGraph(), goToColumn(), goToRow(), hasTable(), hidden(), hideActiveWindow(), hideWindow(), importASCII(), importDatabase(), importExcel(), importImage(), importOdfSpreadsheet(), importWaveFile(), initMatrix(), initTable(), insert3DMatrixPlot(), insertNew3DData(), intensityTable(), invertMatrix(), listViewDate(), loadImage(), matrix(), matrixDeterminant(), matrixDirectFFT(), matrixInverseFFT(), matrixToTable(), maximizeWindow(), minimizeWindow(), moveTableRowDown(), moveTableRowUp(), multilayerDependencies(), newFunctionPlot(), newHiddenTable(), newMatrix(), newPlot3D(), newProject(), newStemPlot(), newSurfacePlot(), newTable(), newTableStatistics(), normalizeActiveTable(), normalizeSelection(), openGraph(), openMatrix(), openRecentProject(), openTable(), openTableStatistics(), openTemplate(), pasteSelection(), pixelLineProfile(), plot3DBars(), plot3DHiddenLine(), plot3DMatrix(), plot3DPolygons(), plot3DRibbon(), plot3DScatter(), plot3DTrajectory(), plot3DWireframe(), plot3DWireSurface(), plotArea(), plotBox(), plotCustomLayout(), plotDoubleYAxis(), plotHistogram(), plotHorizontalBars(), plotHorSteps(), plotL(), plotLP(), plotP(), plotParametricSurface(), plotPie(), plotSpline(), plotStackBar(), plotStackColumn(), plotSurface(), plotVectXYAM(), plotVectXYXY(), plotVerticalBars(), plotVerticalDropLines(), plotVertSteps(), plotXYZ(), print(), printAllPlots(), printPreview(), recalculateTable(), redo(), remove3DMatrixPlots(), removeCurves(), removeWindowFromLists(), rename(), renameListViewItem(), renameWindow(), resizeActiveWindow(), resizeWindow(), restoreApplicationGeometry(), restoreWindowGeometry(), rotateMatrix90(), rotateMatrixMinus90(), saveAsTemplate(), setArrowDefaultSettings(), setGraphDefaultSettings(), setListView(), setListViewDate(), setListViewLabel(), setListViewSize(), setMatrixDefaultScale(), setMatrixGrayScale(), setMatrixRainbowScale(), setPreferences(), setPrintPreviewOptions(), setWindowName(), showBinMatrixDialog(), showChiSquareTestDialog(), showFunctionDialog(), showStudentTestDialog(), showTable(), sortActiveTable(), sortSelection(), stemPlot(), table(), tableList(), tableNames(), tableToMatrix(), tableToMatrixRegularXYZ(), transposeMatrix(), undo(), updateColNames(), updateCurves(), updateFunctionLists(), updateMatrixPlots(), updateSurfaceFuncList(), updateTableNames(), updateWindowStatus(), validFor2DPlot(), validFor3DPlot(), versionString(), view, viewMatrixColumnRow(), viewMatrixImage(), viewMatrixTable(), viewMatrixXY(), window(), windowGeometryInfo(), and zoomRectanglePlot().
Referenced by createActions().
|
private |
References actionDragCurve, actionDrawPoints, actionMagnify, actionMagnifyHor, actionMagnifyVert, actionUnzoom, btnCursor, btnMovePoints, btnPicker, btnPointer, btnRemovePoints, btnSelect, btnZoomIn, btnZoomOut, plotDataMenu, and reloadCustomActions().
Referenced by initMainMenu(), and removeColumnNameFromCompleter().
void ApplicationWindow::plotDoubleYAxis | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), Graph::curve(), Graph::enableAxis(), Table::getSelection(), Graph::LineSymbols, multilayerPlot(), Table::selectedYColumns(), Graph::setAutoScale(), TableWindow, and Graph::updateAxisTitle().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
|
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(), and setExcelImportMethod().
|
slot |
References activeWindow(), Graph::GrayScale, MatrixWindow, and plotSpectrogram().
Referenced by createActions(), and setExcelImportMethod().
MultiLayer * ApplicationWindow::plotHistogram | ( | ) |
References generate2DGraph(), and Graph::Histogram.
Referenced by createActions(), generate2DGraph(), plotCustomLayoutSharedAxes(), and plotSpectrogram().
MultiLayer * ApplicationWindow::plotHistogram | ( | Matrix * | m | ) |
References MultiLayer::activeLayer(), activeWindow(), Graph::addHistogram(), MatrixWindow, and newGraph().
void ApplicationWindow::plotHorizontalBars | ( | ) |
References generate2DGraph(), and Graph::HorizontalBars.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
|
slot |
References MultiLayer::AlignCanvases, defaultCurveStyle, and multilayerPlot().
Referenced by createActions(), and setExcelImportMethod().
void ApplicationWindow::plotHorSteps | ( | ) |
References generate2DGraph(), and Graph::HorizontalSteps.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
|
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(), plotSpectrogram(), and setExcelImportMethod().
|
slot |
void ApplicationWindow::plotL | ( | ) |
References generate2DGraph(), and Graph::Line.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::plotLP | ( | ) |
References generate2DGraph(), and Graph::LineSymbols.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
|
private |
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(), and removeColumnNameFromCompleter().
void ApplicationWindow::plotP | ( | ) |
References generate2DGraph(), and Graph::Scatter.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
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 | ||
) |
References Graph3D::addParametricSurface(), d_3D_color_map, modified(), newPlot3D(), Graph3D::setDataColorMap(), and Graph3D::update().
Referenced by SurfaceDialog::acceptParametricSurface(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::plotPie | ( | ) |
References activeWindow(), Table::getSelection(), multilayerPlot(), Graph::Pie, Table::selectedColumns(), table(), and TableWindow.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
|
slot |
References MultiLayer::AlignCanvases, defaultCurveStyle, and multilayerPlot().
Referenced by createActions(), and setExcelImportMethod().
|
slot |
Creates a new spectrogram graph.
References MultiLayer::activeLayer(), MultiLayer::arrangeLayers(), Graph::ColorMap, Matrix::colorMap(), generateUniqueName(), Graph::Histogram, Graph::ImagePlot, multilayerPlot(), plotHistogram(), plotImage(), Graph::plotSpectrogram(), Spectrogram::setCustomColorMap(), and setPreferences().
Referenced by plotColorMap(), plotContour(), plotGrayScale(), and setExcelImportMethod().
void ApplicationWindow::plotSpline | ( | ) |
References generate2DGraph(), and Graph::Spline.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::plotStackBar | ( | ) |
References generate2DGraph(), and Graph::StackBar.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::plotStackColumn | ( | ) |
References generate2DGraph(), and Graph::StackColumn.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
|
slot |
References Graph::Histogram, and multilayerPlot().
Referenced by createActions(), and setExcelImportMethod().
|
slot |
References defaultCurveStyle, and multilayerPlot().
Referenced by createActions(), and setExcelImportMethod().
|
slot |
References MultiLayer::AlignCanvases, defaultCurveStyle, and multilayerPlot().
Referenced by createActions(), and setExcelImportMethod().
Graph3D * ApplicationWindow::plotSurface | ( | const QString & | formula, |
double | xl, | ||
double | xr, | ||
double | yl, | ||
double | yr, | ||
double | zl, | ||
double | zr, | ||
int | columns = 40 , |
||
int | rows = 30 |
||
) |
References Graph3D::addFunction(), d_3D_color_map, modified(), newPlot3D(), Graph3D::setDataColorMap(), and Graph3D::update().
Referenced by SurfaceDialog::acceptFunction(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::plotVectXYAM | ( | ) |
References activeWindow(), Table::getSelection(), multilayerPlot(), Table::selectedColumns(), table(), TableWindow, validFor2DPlot(), and Graph::VectXYAM.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::plotVectXYXY | ( | ) |
References activeWindow(), Table::getSelection(), multilayerPlot(), Table::selectedColumns(), table(), TableWindow, validFor2DPlot(), and Graph::VectXYXY.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::plotVerticalBars | ( | ) |
References generate2DGraph(), and Graph::VerticalBars.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::plotVerticalDropLines | ( | ) |
References generate2DGraph(), and Graph::VerticalDropLines.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
|
slot |
References MultiLayer::AlignCanvases, defaultCurveStyle, and multilayerPlot().
Referenced by createActions(), and setExcelImportMethod().
void ApplicationWindow::plotVertSteps | ( | ) |
References generate2DGraph(), and Graph::VerticalSteps.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
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(), plot3DTrajectory(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::print | ( | ) |
References activeWindow(), and MdiSubWindow::print().
Referenced by createActions(), init(), plotCustomLayoutSharedAxes(), printPreview(), setScriptingLanguage(), showGraphContextMenu(), and showWindowPopupMenu().
void ApplicationWindow::printAllPlots | ( | ) |
References MultiLayer::printAllLayers(), and windowsList().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::printPreview | ( | ) |
References activeWindow(), d_print_paper_size, d_printer_orientation, print(), and setPrintPreviewOptions().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
Folder * ApplicationWindow::projectFolder | ( | ) |
returns a pointer to the root project folder
References folders.
Referenced by addFolder(), addWindowsListToCompleter(), alreadyUsedName(), closeProject(), deleteFolder(), dropFolderItems(), enableCompletion(), executeNotes(), foldersMenuActivated(), generateUniqueName(), goToParentFolder(), hasTable(), matrix(), matrixNames(), openProject(), projectHas2DPlots(), renameFolder(), savedProject(), saveProject(), setAutoUpdateTableValues(), setMatrixUndoStackSize(), CurvesDialog::showCurrentFolder(), showTwoSampleStudentTestDialog(), table(), tableList(), tableNames(), windowsList(), windowsMenuAboutToShow(), and windowsNameList().
bool ApplicationWindow::projectHas2DPlots | ( | ) |
References Folder::folderBelow(), projectFolder(), and Folder::windowsList().
Referenced by customMenu(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::projectProperties | ( | ) |
pops up information about the current project
References Folder::birthDate(), current_folder, projectname, Folder::subfolders(), and windowsList().
Referenced by folderProperties(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::raiseActiveEnrichment | ( | bool | on = true | ) |
References MultiLayer::activeLayer(), activeWindow(), MultiLayerWindow, and Graph::selectionMoveResizer().
Referenced by createActions(), lowerActiveEnrichment(), and showTwoSampleStudentTestDialog().
QColor ApplicationWindow::readColorFromProject | ( | const QString & | name | ) |
References convertOldToNewColorIndex(), d_file_version, and ColorBox::defaultColor().
Referenced by openGraph(), and resultsLog().
|
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_ask_web_connection, 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_modif_2D_points, d_confirm_overwrite, d_curve_line_style, d_curve_max_antialising_size, d_decimal_digits, d_default_2D_grid, d_descriptive_stats, d_disable_curve_antialiasing, d_display_tool_bar, d_edit_tool_bar, d_eol, d_excel_import_method, 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_compression, 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_fft_norm_amp, d_fft_power2, d_fft_shift_res, 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_attach_policy, 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_int_results_table, d_int_show_plot, d_int_sort_data, d_java_path, d_jodconverter_path, 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_last_project, 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_empty_cell_gap, d_show_table_comments, d_show_table_paste_dialog, d_soffice_path, d_startup_scripts_folder, d_stats_confidence, d_stats_output, d_stats_power, d_stats_result_log, d_stats_result_notes, d_stats_result_table, d_stats_significance_level, 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, Grid::majPenX(), Grid::majPenY(), majTicksLength, majTicksStyle, min_version, Grid::minPenX(), Grid::minPenY(), 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, Grid::setMajPenX(), Grid::setMajPenY(), Grid::setMinPenX(), Grid::setMinPenY(), show_windows_policy, simplify_spaces, strip_spaces, PenStyleBox::styleIndex(), surfaceFunc, tableBkgdColor, tableHeaderColor, tableHeaderFont, tableTextColor, tableTextFont, TableWindow, templatesDir, thetaFunctions, titleOn, updateRecentProjectsList(), workingDir, workspaceColor, writeFitResultsToLog, xFunctions, and yFunctions.
Referenced by init(), and setExcelImportMethod().
void ApplicationWindow::recalculateTable | ( | ) |
recalculate selected cells of current table
References activeWindow().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::receivedVersionFile | ( | bool | error | ) |
connected to the done(bool) signal of the http object
References autoSearchUpdatesRequest, extra_version, http, maj_version, min_version, patch_version, svn_revision, and version_buffer.
Referenced by initSearchForUpdates(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::redo | ( | ) |
References activeWindow().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
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 customActionsList(), and reloadCustomActions().
void ApplicationWindow::remove3DMatrixPlots | ( | Matrix * | m | ) |
References Graph::curvesList(), Graph::Histogram, matrix(), Graph::removeCurve(), Graph::updatePlot(), and windowsList().
Referenced by plotCustomLayoutSharedAxes(), and removeWindowFromLists().
void ApplicationWindow::removeAxes3DPlot | ( | ) |
References actionShowAxisDialog, activeWindow(), Plot3DWindow, and Graph3D::setNoAxes().
Referenced by pickCoordSystem(), and showTwoSampleStudentTestDialog().
|
inlineprivateslot |
References addColumnNameToCompleter(), analysisMenuAboutToShow(), custom2DPlotTools(), customColumnActions(), customMenu(), customToolBars(), disableActions(), disableToolbars(), editMenuAboutToShow(), enableTextEditor(), fileMenuAboutToShow(), hideSelectedColumns(), insertGreekMajSymbol(), insertGreekSymbol(), insertMathSymbol(), insertSubscript(), insertSuperscript(), matrixMenuAboutToShow(), performCustomAction(), plotDataMenuAboutToShow(), plotMenuAboutToShow(), scriptingMenuAboutToShow(), setBoldFont(), setFontFamily(), setFontSize(), setItalicFont(), setTextColor(), showAllColumns(), showCustomActionDialog(), tableMenuAboutToShow(), underline(), updateExplorerWindowLayout(), windowActivated(), windowsMenuAboutToShow(), and windowsMenuActivated().
Referenced by connectTable().
void ApplicationWindow::removeCurve | ( | ) |
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(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::removeCurves | ( | const QString & | name | ) |
References Graph::removeCurves(), and windowsList().
Referenced by connectTable(), plotCustomLayoutSharedAxes(), and removeWindowFromLists().
void ApplicationWindow::removeCustomAction | ( | QAction * | action | ) |
void ApplicationWindow::removeCustomMenu | ( | const QString & | title | ) |
References d_user_menus.
Referenced by customActionsList(), and CustomActionDialog::removeMenu().
void ApplicationWindow::removeGrid3DPlot | ( | ) |
References activeWindow(), Plot3DWindow, and Graph3D::setPolygonStyle().
Referenced by pickPlotStyle(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::removePoints | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), btnPointer, d_confirm_modif_2D_points, displayBar, info, MultiLayer::isEmpty(), Graph::isPiePlot(), MultiLayerWindow, DataPickerTool::Remove, Graph::setActiveTool(), and Graph::validCurvesDataSize().
Referenced by pickDataTool(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::removeWindowFromLists | ( | MdiSubWindow * | w | ) |
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(), deleteFolder(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::rename | ( | ) |
References activeWindow(), and RenameWindowDialog::setWidget().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::renameCurrentNoteTab | ( | ) |
References activeWindow(), modifiedProject(), NoteWindow, and Note::renameCurrentTab().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::renameFolder | ( | Q3ListViewItem * | it, |
int | col, | ||
const QString & | text | ||
) |
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(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::renameListViewItem | ( | const QString & | oldName, |
const QString & | newName | ||
) |
References lv.
Referenced by plotCustomLayoutSharedAxes(), and setWindowName().
void ApplicationWindow::renameWindow | ( | ) |
References lv, RenameWindowDialog::setWidget(), and WindowListItem::window().
Referenced by init(), plotCustomLayoutSharedAxes(), and showWindowPopupMenu().
void ApplicationWindow::renameWindow | ( | Q3ListViewItem * | item, |
int | , | ||
const QString & | s | ||
) |
Called when the user presses F2 and an item is selected in lv.
References setWindowName().
void ApplicationWindow::resetRotation | ( | ) |
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(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::resizeActiveWindow | ( | ) |
References activeWindow(), EnrichmentDialog::MDIWindow, and EnrichmentDialog::setWidget().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::resizeWindow | ( | ) |
References d_workspace, lv, EnrichmentDialog::MDIWindow, EnrichmentDialog::setWidget(), and WindowListItem::window().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::restartScriptingEnv | ( | ) |
create a new environment for the current scripting language
References executeNotes(), scripted::scriptEnv, and setScriptingLanguage().
Referenced by createActions(), and dragFolderItems().
void ApplicationWindow::restoreApplicationGeometry | ( | ) |
|
static |
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(), plotCustomLayoutSharedAxes(), Graph3D::restore(), and Table::restore().
|
inline |
References enableMdiArea(), getFileName(), imageFilter(), memoryAllocationError(), readColorFromProject(), and results.
void ApplicationWindow::rotateMatrix90 | ( | ) |
References activeWindow(), MatrixWindow, and Matrix::rotate90().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::rotateMatrixMinus90 | ( | ) |
References activeWindow(), MatrixWindow, and Matrix::rotate90().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::saveAsProject | ( | ) |
References current_folder, and saveFolderAsProject().
Referenced by showFolderPopupMenu(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::saveAsTemplate | ( | MdiSubWindow * | w = 0 , |
const QString & | fileName = QString() |
||
) |
References activeWindow(), d_confirm_overwrite, getFileName(), maj_version, min_version, patch_version, MdiSubWindow::save(), templatesDir, and windowGeometryInfo().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
|
slot |
Set the project status to saved (not modified)
References actionSaveProject, Folder::folderBelow(), projectFolder(), projectname, saved, and Folder::windowsList().
Referenced by closeProject(), initWindow(), openProject(), openRecentProject(), parseCommandLineArguments(), plotFile(), saveProject(), setExcelImportMethod(), 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 |
||
) |
References 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(), saveProject(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::saveFolderAsProject | ( | Folder * | f | ) |
References getSaveProjectName(), saveFolder(), and showDemoVersionMessage().
Referenced by saveAsProject(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::saveNoteAs | ( | ) |
References activeWindow(), Note::exportASCII(), and NoteWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
|
slot |
References autoSave, autoSaveTime, projectFolder(), projectname, savedProject(), saveFolder(), saveProjectAs(), savingTimerId, and showDemoVersionMessage().
Referenced by closeEvent(), createActions(), saveProjectAs(), setExcelImportMethod(), showSaveProjectMessage(), and timerEvent().
|
slot |
References FolderListItem::folder(), folders, getSaveProjectName(), projectname, saveProject(), showDemoVersionMessage(), and updateRecentProjectsList().
Referenced by createActions(), saveProject(), and setExcelImportMethod().
|
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_ask_web_connection, 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_modif_2D_points, d_confirm_overwrite, d_curve_line_style, d_curve_max_antialising_size, d_decimal_digits, d_default_2D_grid, d_descriptive_stats, d_disable_curve_antialiasing, d_display_tool_bar, d_edit_tool_bar, d_eol, d_excel_import_method, 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_compression, 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_fft_norm_amp, d_fft_power2, d_fft_shift_res, 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_attach_policy, 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_int_results_table, d_int_show_plot, d_int_sort_data, d_java_path, d_jodconverter_path, 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_last_project, 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_empty_cell_gap, d_show_table_comments, d_show_table_paste_dialog, d_soffice_path, d_startup_scripts_folder, d_stats_confidence, d_stats_output, d_stats_power, d_stats_result_log, d_stats_result_notes, d_stats_result_table, d_stats_significance_level, 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, indexedColors(), indexedSymbols(), legendBackground, legendFrameStyle, legendTextColor, Grid::majPenX(), Grid::majPenY(), majTicksLength, majTicksStyle, Grid::minPenX(), Grid::minPenY(), 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(), PlotDialog::setCanvasDefaultValues(), setExcelImportMethod(), EnrichmentDialog::setFrameDefaultValues(), AxesDialog::setFrameDefaultValues(), PlotDialog::setLayerDefaultValues(), EnrichmentDialog::setRectangleDefaultValues(), EnrichmentDialog::setTextDefaultValues(), and showHelp().
|
slot |
References file_compress(), maj_version, Graph3D::matrix(), min_version, multilayerDependencies(), patch_version, MdiSubWindow::save(), Matrix::save(), Table::save(), scripted::scriptEnv, Graph3D::table(), table(), and windowGeometryInfo().
Referenced by saveWindowAs(), and setExcelImportMethod().
|
slot |
References activeWindow(), getSaveProjectName(), saveWindow(), showDemoVersionMessage(), and updateRecentProjectsList().
Referenced by createActions(), and setExcelImportMethod().
void ApplicationWindow::scriptError | ( | const QString & | message, |
const QString & | scriptName, | ||
int | lineNumber | ||
) |
notify the user that an error occured in the scripting system
Referenced by dragFolderItems(), init(), and setScriptingLanguage().
|
private |
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(), newNote(), and removeColumnNameFromCompleter().
void ApplicationWindow::scriptPrint | ( | const QString & | text | ) |
print to scripting console (if available) or to stdout
Referenced by dragFolderItems(), init(), and setScriptingLanguage().
void ApplicationWindow::scriptsDirPathChanged | ( | const QString & | path | ) |
References scriptsDirPath, and windowsList().
Referenced by dragFolderItems(), and newNote().
void ApplicationWindow::searchForUpdates | ( | ) |
called when the user presses the actionCheckUpdates
References d_ask_web_connection, and initSearchForUpdates().
Referenced by createActions(), QtiPlotApplication::QtiPlotApplication(), and showTwoSampleStudentTestDialog().
|
inline |
References d_active_window.
Referenced by MdiSubWindow::eventFilter().
|
slot |
References d_workspace, folders, lv, panelsColor, panelsTextColor, results, and workspaceColor.
Referenced by ConfigDialog::apply(), init(), and setExcelImportMethod().
void ApplicationWindow::setArrowDefaultSettings | ( | double | lineWidth, |
const QColor & | c, | ||
Qt::PenStyle | style, | ||
int | headLength, | ||
int | headAngle, | ||
bool | fillHead | ||
) |
References defaultArrowColor, defaultArrowHeadAngle, defaultArrowHeadFill, defaultArrowHeadLength, defaultArrowLineStyle, defaultArrowLineWidth, and saveSettings().
Referenced by plotCustomLayoutSharedAxes(), and LineDialog::setDefaultValues().
void ApplicationWindow::setAscValues | ( | ) |
References activeWindow(), Table::setAscValues(), and TableWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::setAutoScale | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), MultiLayer::isEmpty(), MultiLayerWindow, and Graph::setAutoScale().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::setAutoUpdateTableValues | ( | bool | on = true | ) |
References d_auto_update_table_values, Folder::folderBelow(), projectFolder(), and Folder::windowsList().
Referenced by ConfigDialog::apply(), and autoUpdateTableValues().
void ApplicationWindow::setBackGrid3DPlot | ( | bool | on | ) |
References activeWindow(), Plot3DWindow, and Graph3D::setBackGrid().
Referenced by initPlot3DToolBar(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::setBars3DPlot | ( | ) |
References activeWindow(), Plot3DWindow, and Graph3D::setBarStyle().
Referenced by pickPlotStyle(), and showTwoSampleStudentTestDialog().
|
private |
References actionFontBox, actionFontItalic, actionFontSize, MultiLayer::activeLayer(), activeWindow(), d_notes_font, formatToolBar, MultiLayerWindow, NoteWindow, Graph::setCurrentFont(), Note::setFont(), and windowsList().
Referenced by createActions(), and removeColumnNameFromCompleter().
void ApplicationWindow::setBoxed3DPlot | ( | ) |
References actionShowAxisDialog, activeWindow(), Plot3DWindow, Graph3D::setBoxed(), and TRUE.
Referenced by pickCoordSystem(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::setCeilGrid3DPlot | ( | bool | on | ) |
References activeWindow(), Plot3DWindow, and Graph3D::setCeilGrid().
Referenced by initPlot3DToolBar(), and showTwoSampleStudentTestDialog().
|
inline |
References d_clipboard_locale.
Referenced by ConfigDialog::apply().
void ApplicationWindow::setCones3DPlot | ( | ) |
References activeWindow(), Plot3DWindow, and Graph3D::setConeStyle().
Referenced by pickPlotStyle(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::setCrosses3DPlot | ( | ) |
References activeWindow(), Plot3DWindow, and Graph3D::setCrossStyle().
Referenced by pickPlotStyle(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::setCurveFullRange | ( | ) |
References actionCurveFullRange, MultiLayer::activeLayer(), activeWindow(), MultiLayerWindow, and Graph::setCurveFullRange().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
|
slot |
References ActiveFolder, antialiasing2DPlots, appFont, appLanguage, appStyle, asciiDirPath, Graph::Auto, autoResizeLayers, autoSave, autoSaveTime, autoscale2DPlots, autoScaleFonts, autoSearchUpdates, autoSearchUpdatesRequest, axesLineWidth, canvasFrameWidth, columnSeparator, confirmCloseFolder, confirmCloseMatrix, confirmCloseNotes, confirmClosePlot2D, confirmClosePlot3D, confirmCloseTable, CR, 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_ask_web_connection, 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_modif_2D_points, d_confirm_overwrite, d_curve_line_style, d_curve_max_antialising_size, d_decimal_digits, d_descriptive_stats, d_disable_curve_antialiasing, d_display_tool_bar, d_edit_tool_bar, d_enrichement_copy, d_eol, d_excel_import_method, 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_compression, 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_fft_norm_amp, d_fft_power2, d_fft_shift_res, 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_attach_policy, 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_int_results_table, d_int_show_plot, d_int_sort_data, d_is_appending_file, d_java_path, d_jodconverter_path, 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_last_project, 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_empty_cell_gap, d_show_table_comments, d_show_table_paste_dialog, d_soffice_path, d_startup_scripts_folder, d_stats_confidence, d_stats_output, d_stats_power, d_stats_result_log, d_stats_result_notes, d_stats_result_table, d_stats_significance_level, d_symbol_style, d_symbols_list, d_synchronize_graph_scales, d_table_tool_bar, d_translations_folder, Graph::Default, defaultArrowColor, defaultArrowHeadAngle, defaultArrowHeadFill, defaultArrowHeadLength, defaultArrowLineStyle, defaultArrowLineWidth, ColorBox::defaultColorNames(), ColorBox::defaultColors(), defaultCurveAlpha, defaultCurveBrush, defaultCurveLineWidth, defaultCurveStyle, defaultPlotMargin, defaultScriptingLang, defaultSymbolEdge, SymbolBox::defaultSymbols(), defaultSymbolSize, drawBackbones, ExcelFormatLibrary, fit_output_precision, fit_scale_errors, fitModelsPath, fitPluginsPath, fitPoints, generatePeakCurves, generateUniformFitPoints, Graph::getPenStyle(), helpFilePath, ignoredLines, imagesDirPath, lastCopiedLayer, legendBackground, legendFrameStyle, legendTextColor, LF, FrameWidget::Line, Graph::LineSymbols, Local, majTicksLength, majTicksStyle, MathTran, minTicksLength, minTicksStyle, ImportASCIIDialog::NewTables, ScaleDraw::Out, panelsColor, panelsTextColor, pasteFitResultsToPlot, peakCurvesColor, FrameWidget::Pixel, plotAxesFont, plotLegendFont, plotNumbersFont, plotTitleFont, renameColumns, savingTimerId, FrameWidget::Scale, FrameWidget::Scales, scriptsDirPath, show_windows_policy, simplify_spaces, strip_spaces, tableBkgdColor, tableHeaderColor, tableHeaderFont, tableTextColor, tableTextFont, TableWindow, templatesDir, titleOn, workingDir, workspaceColor, and writeFitResultsToLog.
Referenced by init(), ConfigDialog::resetDefaultSettings(), and setExcelImportMethod().
void ApplicationWindow::setEmptyFloor3DPlot | ( | ) |
References activeWindow(), Plot3DWindow, and Graph3D::setEmptyFloor().
Referenced by pickFloorStyle(), and showTwoSampleStudentTestDialog().
|
inline |
References addInsetCurveLayer(), addInsetLayer(), addLayer(), MultiLayer::AlignLayers, autoArrangeLayers(), cascade(), changeAppFont(), changeAppStyle(), closeProject(), connectMultilayerPlot(), d_excel_import_method, deleteLayer(), execute(), extractGraphs(), extractLayers(), importOPJ(), initMultilayerPlot(), initWindow(), loadScript(), min, modifiedProject(), multilayerPlot(), newGraph(), newProject(), open(), openProject(), plot2HorizontalLayers(), plot2VerticalLayers(), plot4Layers(), plotColorMap(), plotContour(), plotCustomLayout(), plotFile(), plotGrayScale(), plotHorizontalSharedAxisLayers(), plotImage(), plotImageProfiles(), plotSharedAxesLayers(), plotSpectrogram(), plotStackedHistograms(), plotStackedLayers(), plotStackSharedAxisLayers(), plotVerticalSharedAxisLayers(), readSettings(), savedProject(), saveProject(), saveProjectAs(), saveSettings(), saveWindow(), saveWindowAs(), setAppColors(), setDefaultOptions(), setSaveSettings(), showNoDataMessage(), updateAppFonts(), updateWindowLists(), waterfallPlot(), windowsList(), and windowsNameList().
Referenced by ConfigDialog::apply().
void ApplicationWindow::setFilledMesh3DPlot | ( | ) |
References activeWindow(), Plot3DWindow, and Graph3D::setFilledMeshStyle().
Referenced by pickPlotStyle(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::setFloorData3DPlot | ( | ) |
References activeWindow(), Plot3DWindow, and Graph3D::setFloorData().
Referenced by pickFloorStyle(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::setFloorGrid3DPlot | ( | bool | on | ) |
References activeWindow(), Plot3DWindow, and Graph3D::setFloorGrid().
Referenced by initPlot3DToolBar(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::setFloorIso3DPlot | ( | ) |
References activeWindow(), Plot3DWindow, and Graph3D::setFloorIsolines().
Referenced by pickFloorStyle(), and showTwoSampleStudentTestDialog().
|
private |
References actionFontBold, actionFontItalic, actionFontSize, MultiLayer::activeLayer(), activeWindow(), d_notes_font, formatToolBar, MultiLayerWindow, NoteWindow, Graph::setCurrentFont(), Note::setFont(), and windowsList().
Referenced by initToolBars(), and removeColumnNameFromCompleter().
|
private |
References actionFontBold, actionFontBox, actionFontItalic, MultiLayer::activeLayer(), activeWindow(), d_notes_font, formatToolBar, MultiLayerWindow, NoteWindow, Graph::setCurrentFont(), Note::setFont(), and windowsList().
Referenced by initToolBars(), and removeColumnNameFromCompleter().
void ApplicationWindow::setFormatBarColor | ( | const QColor & | color | ) |
References actionTextColor, formatToolBar, and ColorButton::setColor().
Referenced by connectMultilayerPlot(), and dragFolderItems().
void ApplicationWindow::setFormatBarFont | ( | const QFont & | font | ) |
References actionFontBold, actionFontBox, actionFontItalic, actionFontSize, actionGreekMajSymbol, actionGreekSymbol, actionMathSymbol, actionSubscript, actionSuperscript, actionUnderline, and formatToolBar.
Referenced by EnrichmentDialog::apply(), TextDialog::apply(), connectMultilayerPlot(), ConfigDialog::customizeNotes(), customToolBars(), and dragFolderItems().
void ApplicationWindow::setFramed3DPlot | ( | ) |
References actionShowAxisDialog, activeWindow(), Plot3DWindow, Graph3D::setFramed(), and TRUE.
Referenced by pickCoordSystem(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::setFrontGrid3DPlot | ( | bool | on | ) |
References activeWindow(), Plot3DWindow, and Graph3D::setFrontGrid().
Referenced by initPlot3DToolBar(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::setGraphDefaultSettings | ( | bool | autoscale, |
bool | scaleFonts, | ||
bool | resizeLayers, | ||
bool | antialiasing | ||
) |
References antialiasing2DPlots, autoResizeLayers, autoscale2DPlots, autoScaleFonts, Graph::enableAutoscaling(), MultiLayer::layersList(), Graph::setAntialiasing(), Graph::setAutoscaleFonts(), MultiLayer::setScaleLayersOnResize(), Graph::updateScale(), and windowsList().
Referenced by ConfigDialog::apply(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::setHiddenLineGrid3DPlot | ( | ) |
References activeWindow(), Plot3DWindow, and Graph3D::setHiddenLineStyle().
Referenced by pickPlotStyle(), and showTwoSampleStudentTestDialog().
|
inline |
References connectScriptEditor(), d_indexed_color_names, exportPlugin(), importPlugin(), and isFileReadable().
Referenced by ConfigDialog::apply().
|
inline |
References d_indexed_colors.
Referenced by ConfigDialog::apply(), and showGraphContextMenu().
|
inline |
References d_symbols_list.
Referenced by ConfigDialog::apply().
|
private |
References actionFontBold, actionFontBox, actionFontSize, MultiLayer::activeLayer(), activeWindow(), d_notes_font, formatToolBar, MultiLayerWindow, NoteWindow, Graph::setCurrentFont(), Note::setFont(), and windowsList().
Referenced by createActions(), and removeColumnNameFromCompleter().
void ApplicationWindow::setLabelCol | ( | ) |
References activeWindow(), Table::Label, Table::setPlotDesignation(), and TableWindow.
Referenced by createActions(), showColMenu(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::setLeftGrid3DPlot | ( | bool | on | ) |
References activeWindow(), Plot3DWindow, and Graph3D::setLeftGrid().
Referenced by initPlot3DToolBar(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::setLineGrid3DPlot | ( | ) |
References activeWindow(), Plot3DWindow, and Graph3D::setWireframeStyle().
Referenced by pickPlotStyle(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::setListView | ( | const QString & | caption, |
const QString & | view | ||
) |
References lv.
Referenced by plotCustomLayoutSharedAxes(), restoreWindowGeometry(), setShowWindowsPolicy(), and updateWindowStatus().
void ApplicationWindow::setListViewDate | ( | const QString & | caption, |
const QString & | date | ||
) |
References lv.
Referenced by appendProject(), openMatrix(), openNote(), openProject(), openTable(), openTableStatistics(), plotCustomLayoutSharedAxes(), and Graph3D::restore().
void ApplicationWindow::setListViewLabel | ( | const QString & | caption, |
const QString & | label | ||
) |
References lv.
Referenced by plotCustomLayoutSharedAxes(), and MdiSubWindow::updateCaption().
void ApplicationWindow::setListViewSize | ( | const QString & | caption, |
const QString & | size | ||
) |
Referenced by plotCustomLayoutSharedAxes().
void ApplicationWindow::setMatrixDefaultScale | ( | ) |
References activeWindow(), Matrix::colorMap(), Matrix::colorMapType(), Matrix::Default, MatrixWindow, Matrix::setDefaultColorMap(), and Matrix::undoStack().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::setMatrixGrayScale | ( | ) |
References activeWindow(), Matrix::colorMap(), Matrix::colorMapType(), Matrix::GrayScale, MatrixWindow, Matrix::setGrayScale(), and Matrix::undoStack().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::setMatrixRainbowScale | ( | ) |
References activeWindow(), Matrix::colorMap(), Matrix::colorMapType(), MatrixWindow, Matrix::Rainbow, Matrix::setRainbowColorMap(), and Matrix::undoStack().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::setMatrixUndoStackSize | ( | int | size | ) |
References d_matrix_undo_stack_size, Folder::folderBelow(), projectFolder(), and Folder::windowsList().
Referenced by ConfigDialog::apply(), and matrixUndoStackSize().
void ApplicationWindow::setNormalRandomValues | ( | ) |
References activeWindow(), Table::setNormalRandomValues(), and TableWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::setPlot3DOptions | ( | ) |
References d_3D_autoscale, d_3D_smooth_mesh, Graph3D::setAntialiasing(), Graph3D::setAutoscale(), and windowsList().
Referenced by ConfigDialog::apply().
void ApplicationWindow::setPoints3DPlot | ( | ) |
References activeWindow(), Plot3DWindow, and Graph3D::setDotStyle().
Referenced by pickPlotStyle(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::setPreferences | ( | Graph * | g | ) |
References antialiasing2DPlots, autoscale2DPlots, autoScaleFonts, axesLineWidth, canvasFrameWidth, Grid::copy(), d_canvas_frame_color, d_curve_max_antialising_size, d_default_2D_grid, d_disable_curve_antialiasing, 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_show_empty_cell_gap, d_synchronize_graph_scales, defaultPlotMargin, Graph::disableCurveAntialiasing(), Graph::drawAxesBackbones(), drawBackbones, Graph::enableAutoscaling(), Graph::enableAxis(), Graph::grid(), 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(), Graph::showMissingDataGap(), titleOn, and Graph::updateSecondaryAxis().
Referenced by MultiLayer::addLayer(), addLayer(), multilayerPlot(), newGraph(), PlotWizard::plot2D(), plotCustomLayoutSharedAxes(), plotImage(), plotSpectrogram(), LayerDialog::update(), waterfallPlot(), and zoomRectanglePlot().
void ApplicationWindow::setPrintPreviewOptions | ( | QPrinter * | printer | ) |
References d_print_paper_size, and d_printer_orientation.
Referenced by plotCustomLayoutSharedAxes(), and printPreview().
void ApplicationWindow::setRandomValues | ( | ) |
References activeWindow(), Table::setRandomValues(), and TableWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::setReadOnlyCol | ( | ) |
References actionReadOnlyCol, activeWindow(), Table::colIndex(), Table::selectedColumns(), Table::setReadOnlyColumn(), and TableWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::setReadOnlyColumns | ( | ) |
References activeWindow(), Table::colIndex(), Table::selectedColumns(), Table::setReadOnlyColumn(), and TableWindow.
Referenced by showColMenu(), showTwoSampleStudentTestDialog(), and tableMenuAboutToShow().
void ApplicationWindow::setReadWriteColumns | ( | ) |
References activeWindow(), Table::colIndex(), Table::selectedColumns(), Table::setReadOnlyColumn(), and TableWindow.
Referenced by showColMenu(), showTwoSampleStudentTestDialog(), and tableMenuAboutToShow().
void ApplicationWindow::setRightGrid3DPlot | ( | bool | on | ) |
References activeWindow(), Plot3DWindow, and Graph3D::setRightGrid().
Referenced by initPlot3DToolBar(), and showTwoSampleStudentTestDialog().
|
slot |
References autoSave, autoSaveTime, min, and savingTimerId.
Referenced by ConfigDialog::apply(), and setExcelImportMethod().
bool ApplicationWindow::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
References initCompleter(), ScriptingEnv::initialize(), ScriptingLangManager::newEnv(), print(), scripted::scriptEnv, scriptError(), scriptPrint(), and scriptWindow.
Referenced by ScriptingLangDialog::accept(), addColumnNameToCompleter(), ConfigDialog::chooseHelpFolder(), dragFolderItems(), init(), loadScript(), openProject(), parseCommandLineArguments(), performCustomAction(), and restartScriptingEnv().
void ApplicationWindow::setShowWindowsPolicy | ( | int | p | ) |
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(), and showTwoSampleStudentTestDialog().
|
private |
References actionTextColor, MultiLayer::activeLayer(), activeWindow(), ColorButton::color(), formatToolBar, MultiLayerWindow, and Graph::setCurrentColor().
Referenced by initToolBars(), and removeColumnNameFromCompleter().
bool ApplicationWindow::setWindowName | ( | MdiSubWindow * | w, |
const QString & | text | ||
) |
Checks weather the new window name is valid and modifies the name.
References alreadyUsedName(), changeMatrixName(), modified(), renameListViewItem(), MdiSubWindow::setName(), updateCompleter(), and updateTableNames().
Referenced by RenameWindowDialog::accept(), BaselineDialog::createBaseline(), FFT::fftMatrix(), importASCII(), BaselineDialog::modifyBaseline(), plotCustomLayoutSharedAxes(), and renameWindow().
void ApplicationWindow::setXCol | ( | ) |
References activeWindow(), Table::setPlotDesignation(), TableWindow, and Table::X.
Referenced by createActions(), showColMenu(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::setXErrCol | ( | ) |
References activeWindow(), Table::setPlotDesignation(), TableWindow, and Table::xErr.
Referenced by createActions(), showColMenu(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::setYCol | ( | ) |
References activeWindow(), Table::setPlotDesignation(), TableWindow, and Table::Y.
Referenced by createActions(), showColMenu(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::setYErrCol | ( | ) |
References activeWindow(), Table::setPlotDesignation(), TableWindow, and Table::yErr.
Referenced by createActions(), showColMenu(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::setZCol | ( | ) |
References activeWindow(), Table::setPlotDesignation(), TableWindow, and Table::Z.
Referenced by createActions(), showColMenu(), and showTwoSampleStudentTestDialog().
|
private |
References activeWindow(), Table::showAllColumns(), and TableWindow.
Referenced by createActions(), and removeColumnNameFromCompleter().
void ApplicationWindow::showAllCurves | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), Graph::curveCount(), MultiLayerWindow, and Graph::showCurve().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showAllFolderWindows | ( | ) |
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::restoreWindow(), show_windows_policy, SubFolders, updateWindowLists(), Folder::windowsList(), and windowsList().
Referenced by setShowWindowsPolicy(), showFolderPopupMenu(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showAxisDialog | ( | ) |
References activeWindow(), and showScaleDialog().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
AxesDialog * ApplicationWindow::showAxisPageFromAxisDialog | ( | int | axisPos | ) |
References AxesDialog::setCurrentScale(), AxesDialog::showAxesPage(), and showScaleDialog().
Referenced by showTwoSampleStudentTestDialog().
void ApplicationWindow::showAxisTitleDialog | ( | ) |
References activeWindow(), TextDialog::AxisTitle, MultiLayerWindow, and TextDialog::setGraph().
Referenced by showTwoSampleStudentTestDialog().
void ApplicationWindow::showBinMatrixDialog | ( | ) |
References activeWindow(), Table::colIndex(), Table::colX(), Table::getSelection(), Table::isEmptyColumn(), Table::selectedYColumns(), and TableWindow.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::showBugTracker | ( | ) |
Open bug tracking system at berliOS in external browser.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showChiSquareTestDialog | ( | ) |
References activeWindow(), StatisticTest::ChiSquareTest, and TableWindow.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::showColMenu | ( | int | c | ) |
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, actionSetRandomNormalValues, actionSetRandomValues, actionSetXCol, actionSetXErrCol, actionSetYCol, actionSetYErrCol, actionSetZCol, actionSharedAxesLayers, actionShowAllColumns, actionShowColStatistics, actionShowColumnOptionsDialog, actionShowColumnValuesDialog, actionShowRowStatistics, actionSortSelection, actionSortTable, actionStackBars, actionStackColumns, actionStackSharedAxisLayers, actionStemPlot, actionTableRecalculate, actionVertSharedAxisLayers, actionWaterfallPlot, activeWindow(), clearSelection(), Table::colPlotDesignation(), copySelection(), cutSelection(), disregardCol(), Table::isReadOnlyColumn(), Table::Label, normalizeSelection(), pasteSelection(), Table::selectedColumns(), setLabelCol(), setReadOnlyColumns(), setReadWriteColumns(), Table::setSelectedCol(), setXCol(), setXErrCol(), setYCol(), setYErrCol(), setZCol(), TableWindow, Table::X, Table::xErr, Table::Y, Table::yErr, and Table::Z.
Referenced by showTableContextMenu(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showColorMapDialog | ( | ) |
References activeWindow(), MatrixWindow, and ColorMapDialog::setMatrix().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showColsDialog | ( | ) |
References activeWindow(), Table::numCols(), Table::resizeCols(), and TableWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showColStatistics | ( | ) |
References activeWindow(), TableStatistics::column, Table::getSelection(), Table::isColumnSelected(), newTableStatistics(), Table::numCols(), and TableWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showColumnOptionsDialog | ( | ) |
References activeWindow(), Table::selectedColumns(), and TableWindow.
Referenced by connectTable(), createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showColumnValuesDialog | ( | ) |
void ApplicationWindow::showCursor | ( | ) |
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(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showCurveContextMenu | ( | QwtPlotItem * | cv | ) |
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(), PlotToolInterface::Rtti_DataPicker, showCurvePlotDialog(), and Graph::visibleCurves().
Referenced by showTwoSampleStudentTestDialog().
void ApplicationWindow::showCurvePlotDialog | ( | ) |
References actionShowCurvePlotDialog, and showPlotDialog().
Referenced by createActions(), showCurveContextMenu(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showCurveRangeDialog | ( | ) |
References actionEditCurveRange, MultiLayer::activeLayer(), activeWindow(), and MultiLayerWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
CurveRangeDialog * ApplicationWindow::showCurveRangeDialog | ( | Graph * | g, |
int | curve | ||
) |
References CurveRangeDialog::setCurveToModify().
void ApplicationWindow::showCurvesDialog | ( | ) |
References activeWindow(), d_add_curves_dialog_size, Graph::isPiePlot(), MultiLayerWindow, and CurvesDialog::setGraph().
Referenced by connectMultilayerPlot(), createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showCurveWorksheet | ( | ) |
References actionShowCurveWorksheet, MultiLayer::activeLayer(), activeWindow(), and MultiLayerWindow.
Referenced by createActions(), showTwoSampleStudentTestDialog(), and PlotDialog::showWorksheet().
void ApplicationWindow::showCurveWorksheet | ( | Graph * | g, |
int | curveIndex | ||
) |
|
private |
Referenced by createActions(), and removeColumnNameFromCompleter().
void ApplicationWindow::showDataSetDialog | ( | Analysis | operation | ) |
References MultiLayer::activeLayer(), activeWindow(), Graph::analysableCurvesList(), analyzeCurve(), Graph::curve(), and MultiLayerWindow.
Referenced by analysis(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showDeleteRowsDialog | ( | ) |
References activeWindow(), Table::deleteRows(), Table::numRows(), and TableWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showDemoVersionMessage | ( | ) |
Shown when the user tries to save the project.
References saved.
Referenced by QtiPlotApplication::close(), closeEvent(), saveFolderAsProject(), saveProject(), saveProjectAs(), saveWindowAs(), showSaveProjectMessage(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showDonationDialog | ( | ) |
References showDonationsPage().
Referenced by QtiPlotApplication::activateWindow(), QtiPlotApplication::QtiPlotApplication(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showDonationsPage | ( | ) |
Open donation page in external browser.
Referenced by createActions(), showDonationDialog(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showEnrichementDialog | ( | ) |
References Graph::activeEnrichment(), MultiLayer::activeLayer(), activeWindow(), EnrichmentDialog::Ellipse, EnrichmentDialog::Frame, EnrichmentDialog::Image, MultiLayerWindow, EnrichmentDialog::setWidget(), EnrichmentDialog::Tex, and EnrichmentDialog::Text.
Referenced by connectMultilayerPlot(), createActions(), showMarkerPopupMenu(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showExpDecay3Dialog | ( | ) |
References showExpDecayDialog().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showExpDecayDialog | ( | ) |
void ApplicationWindow::showExpDecayDialog | ( | int | type | ) |
void ApplicationWindow::showExpGrowthDialog | ( | ) |
References showExpDecayDialog().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
ExportDialog * ApplicationWindow::showExportASCIIDialog | ( | ) |
References activeWindow().
Referenced by createActions(), exportExcel(), exportOds(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showExtractDataDialog | ( | ) |
References activeWindow(), d_completer, d_completion, scripted::scriptEnv, ExtractDataDialog::setCompleter(), ExtractDataDialog::setTable(), and TableWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showFFTDialog | ( | ) |
void ApplicationWindow::showFilterDialog | ( | int | filter | ) |
void ApplicationWindow::showFindDialogue | ( | ) |
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showFitDialog | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), Graph::LineSymbols, multilayerPlot(), FitDialog::setSrcTables(), tableList(), and Graph::validCurvesDataSize().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showFitPolynomDialog | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), MultiLayerWindow, PolynomFitDialog::setGraph(), and Graph::validCurvesDataSize().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showFolderPopupMenu | ( | Q3ListViewItem * | it, |
const QPoint & | p, | ||
bool | fromFolders | ||
) |
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(), showTwoSampleStudentTestDialog(), and showWindowPopupMenu().
void ApplicationWindow::showFolderPopupMenu | ( | Q3ListViewItem * | it, |
const QPoint & | p, | ||
int | |||
) |
connected to the SIGNAL contextMenuRequested from the list views
References showFolderPopupMenu().
void ApplicationWindow::showForums | ( | ) |
Open forums page at berliOS in external browser.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showFrequencyCountDialog | ( | ) |
References activeWindow(), Table::table(), TableWindow, and Table::text().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
FunctionDialog * ApplicationWindow::showFunctionDialog | ( | Graph * | g, |
int | curve | ||
) |
References functionDialog(), and FunctionDialog::setCurveToModify().
Referenced by PlotDialog::editCurve(), plotCustomLayoutSharedAxes(), and CurvesDialog::showFunctionDialog().
void ApplicationWindow::showFunctionIntegrationDialog | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), and MultiLayerWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showGeneralPlotDialog | ( | ) |
References activeWindow(), showPlotDialog(), and showScaleDialog().
Referenced by createActions(), showGraphContextMenu(), showTwoSampleStudentTestDialog(), and showWindowContextMenu().
void ApplicationWindow::showGraphContextMenu | ( | ) |
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(), MultiLayer::isLayerSelected(), Graph::isPiePlot(), lastCopiedLayer, MultiLayerWindow, pasteSelection(), plotDataMenu, print(), setIndexedColors(), showGeneralPlotDialog(), and Graph::visibleCurves().
Referenced by showTwoSampleStudentTestDialog().
void ApplicationWindow::showGridDialog | ( | ) |
References AxesDialog::showGridPage(), and showScaleDialog().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showHelp | ( | ) |
References assistant, getFileName(), helpFilePath, and saveSettings().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showHomePage | ( | ) |
Open QtiPlot homepage in external browser.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showInterpolationDialog | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), MultiLayerWindow, and Graph::validCurvesDataSize().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showLayerDialog | ( | ) |
References activeWindow(), MultiLayer::isEmpty(), and MultiLayerWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showLineDialog | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), Graph::deselectMarker(), MultiLayerWindow, and Graph::selectedArrow().
Referenced by connectMultilayerPlot(), createActions(), showMarkerPopupMenu(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showListViewPopupMenu | ( | const QPoint & | p | ) |
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 showTwoSampleStudentTestDialog(), and showWindowPopupMenu().
void ApplicationWindow::showListViewSelectionMenu | ( | const QPoint & | p | ) |
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 showTwoSampleStudentTestDialog(), and showWindowPopupMenu().
void ApplicationWindow::showMarkerPopupMenu | ( | ) |
References actionLowerEnrichment, actionRaiseEnrichment, Graph::activeEnrichment(), MultiLayer::activeLayer(), activeWindow(), Graph::arrowMarkerSelected(), clearSelection(), copySelection(), cutSelection(), Graph::imageMarkerSelected(), intensityTable(), MultiLayerWindow, pixelLineProfile(), showEnrichementDialog(), and showLineDialog().
Referenced by connectMultilayerPlot(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showMatrixDialog | ( | ) |
References activeWindow(), MatrixWindow, and MatrixDialog::setMatrix().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showMatrixSizeDialog | ( | ) |
References activeWindow(), and MatrixWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showMatrixValuesDialog | ( | ) |
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(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showMoreWindows | ( | ) |
References explorerWindow.
Referenced by createActions(), showTwoSampleStudentTestDialog(), and windowsMenuAboutToShow().
void ApplicationWindow::showNoDataMessage | ( | ) |
References activeWindow(), Table::colIndex(), Table::colPlotDesignation(), Table::colX(), Table::colY(), Table::getSelection(), Matrix::isEmpty(), MatrixWindow, Table::numCols(), Table::selectedColumns(), Matrix::smooth(), TableWindow, Table::text(), and Table::Z.
Referenced by integrate(), matrixDirectFFT(), matrixInverseFFT(), setExcelImportMethod(), and showFFTDialog().
void ApplicationWindow::showNoteLineNumbers | ( | bool | show = true | ) |
References activeWindow(), modifiedProject(), NoteWindow, and Note::showLineNumbers().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
QDialog * ApplicationWindow::showPlot3dDialog | ( | ) |
References activeWindow(), Graph3D::hasData(), Plot3DWindow, and Plot3DDialog::setPlot().
Referenced by connectSurfacePlot(), showScaleDialog(), showTitleDialog(), and showTwoSampleStudentTestDialog().
AssociationsDialog * ApplicationWindow::showPlotAssociations | ( | int | curve | ) |
void ApplicationWindow::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).
References MultiLayer::activeLayer(), activeWindow(), Table::All, columnsList(), d_extended_plot_dialog, PlotDialog::initFonts(), PlotDialog::insertColumnsList(), MultiLayerWindow, plotAxesFont, plotLegendFont, plotNumbersFont, plotTitleFont, PlotDialog::selectCurve(), PlotDialog::selectMultiLayerItem(), PlotDialog::setMultiLayer(), and PlotDialog::showAll().
Referenced by MultiLayer::eventFilter(), showCurvePlotDialog(), showGeneralPlotDialog(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showPlotWizard | ( | ) |
References Table::All, PlotWizard::changeColumnsList(), columnsList(), PlotWizard::insertTablesList(), PlotWizard::setColumnsList(), and tableNames().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showPreferencesDialog | ( | ) |
References columnSeparator, and ConfigDialog::setColumnSeparator().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showProVersionMessage | ( | ) |
Referenced by exportPlugin(), importPlugin(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showRangeSelectors | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), btnPointer, Graph::curveCount(), displayBar, Graph::enableRangeSelectors(), info, MultiLayer::isEmpty(), Graph::isPiePlot(), and MultiLayerWindow.
Referenced by pickDataTool(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showResults | ( | bool | ok | ) |
References current_folder, Folder::logInfo(), logWindow, and results.
Referenced by importWaveFile(), integrate(), matrixDeterminant(), PlotDialog::showBoxStatistics(), showResults(), PlotDialog::showStatistics(), showTwoSampleStudentTestDialog(), and updateLog().
void ApplicationWindow::showResults | ( | const QString & | s, |
bool | ok = true |
||
) |
References Folder::appendLogInfo(), current_folder, Folder::logInfo(), results, and showResults().
void ApplicationWindow::showRowsDialog | ( | ) |
References activeWindow(), Table::numRows(), Table::resizeRows(), and TableWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showRowStatistics | ( | ) |
References activeWindow(), Table::getSelection(), Table::isRowSelected(), newTableStatistics(), Table::numRows(), TableStatistics::row, and TableWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
|
private |
References projectname, saved, savedProject(), saveProject(), and showDemoVersionMessage().
Referenced by closeEvent(), closeProject(), createPopupMenu(), newProject(), open(), and openRecentProject().
QDialog * ApplicationWindow::showScaleDialog | ( | ) |
References activeWindow(), AxesDialog::exec(), Graph::isPiePlot(), AxesDialog::setGraph(), and showPlot3dDialog().
Referenced by createActions(), showAxisDialog(), showAxisPageFromAxisDialog(), showGeneralPlotDialog(), showGridDialog(), showScalePageFromAxisDialog(), and showTwoSampleStudentTestDialog().
AxesDialog * ApplicationWindow::showScalePageFromAxisDialog | ( | int | axisPos | ) |
References AxesDialog::setCurrentScale(), and showScaleDialog().
Referenced by showTwoSampleStudentTestDialog().
void ApplicationWindow::showScreenReader | ( | ) |
References activeWindow(), btnPointer, displayBar, info, MultiLayer::isEmpty(), MultiLayer::layersList(), MultiLayerWindow, and Graph::setActiveTool().
Referenced by pickDataTool(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showScriptingLangDialog | ( | ) |
show scripting language selection dialog
References scripted::scriptEnv.
Referenced by createActions(), and dragFolderItems().
void ApplicationWindow::showScriptWindow | ( | bool | parent = true | ) |
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(), parseCommandLineArguments(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showSelectedWindows | ( | ) |
Show the currently selected windows from the list view lv.
References activateWindow(), folders, lv, and FolderListItem::RTTI.
Referenced by showListViewSelectionMenu(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showSmoothAverageDialog | ( | ) |
References SmoothFilter::Average, and showSmoothDialog().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showSmoothDialog | ( | int | m | ) |
void ApplicationWindow::showSmoothFFTDialog | ( | ) |
References SmoothFilter::FFT, and showSmoothDialog().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showSmoothLowessDialog | ( | ) |
References SmoothFilter::Lowess, and showSmoothDialog().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showSmoothSavGolDialog | ( | ) |
References SmoothFilter::SavitzkyGolay, and showSmoothDialog().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
|
static |
Referenced by QtiPlotApplication::QtiPlotApplication(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showStudentTestDialog | ( | bool | twoSamples = false | ) |
References activeWindow(), StatisticTest::StudentTest, and TableWindow.
Referenced by createActions(), plotCustomLayoutSharedAxes(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showSupportPage | ( | ) |
Open support page in external browser.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showTable | ( | Table * | w, |
const QString & | curve | ||
) |
References Table::colIndex(), lv, modified(), Table::setSelectedCol(), Table::table(), and updateWindowLists().
Referenced by init(), plotCustomLayoutSharedAxes(), and showCurveWorksheet().
void ApplicationWindow::showTable | ( | int | i | ) |
References lv, table(), tablesDepend, and updateWindowLists().
void ApplicationWindow::showTableContextMenu | ( | bool | selection | ) |
References actionAddColToTable, actionClearTable, actionGoToColumn, actionGoToRow, actionMoveRowDown, actionMoveRowUp, actionShowColStatistics, 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(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showTitleDialog | ( | ) |
References activeWindow(), TextDialog::LayerTitle, TextDialog::setGraph(), showPlot3dDialog(), and Plot3DDialog::showTitleTab().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showToolBarsMenu | ( | ) |
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(), and dragFolderItems().
void ApplicationWindow::showTwoExpDecayDialog | ( | ) |
References showExpDecayDialog().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
|
inline |
References addEllipse(), addErrorBars(), addFolder(), addFolderListViewItem(), addImage(), addListViewItem(), addNoteTab(), addRectangle(), addTexFormula(), addText(), addTimeStamp(), alignBottom(), alignLeft(), alignRight(), alignTop(), alreadyUsedName(), analysis(), analyzeCurve(), appendProject(), bandBlockFilterDialog(), bandPassFilterDialog(), baselineDialog(), changeFolder(), chooseHelpFolder(), closeEvent(), closeNoteTab(), commentSelection(), createLanguagesList(), current_folder, currentFolder(), custom3DActions(), custom3DGrids(), customEvent(), customWindowTitleBarMenu(), decreaseNoteIndent(), deleteFitTables(), deleteFolder(), deleteSelectedItems(), desactivateFolders(), differentiate(), disableTools(), disregardCol(), downloadManual(), downloadTranslation(), dragEnterEvent(), drawArrow(), drawLine(), drawPoints(), dropEvent(), evaluate(), execute(), executeAll(), find(), fitFrameToLayer(), fitGauss(), fitLinear(), fitLorentz(), fitMultiPeak(), fitMultiPeakGauss(), fitMultiPeakLorentz(), fitSigmoidal(), fitSlope(), folderItemChanged(), folderItemDoubleClicked(), folderProperties(), graphSelectionChanged(), grids, hideAllFolderWindows(), hideCurve(), hideFolderWindows(), hideOtherCurves(), hideSelectedWindows(), highPassFilterDialog(), increaseNoteIndent(), integrate(), lowerActiveEnrichment(), lowPassFilterDialog(), magnify(), matrixNames(), moveColumnFirst(), moveColumnLast(), moveColumnLeft(), moveColumnRight(), movePoints(), newLegend(), newNote(), noteFindDialogue(), noteFindNext(), noteFindPrev(), noteReplaceDialogue(), openNote(), parseCommandLineArguments(), pickCoordSystem(), pickDataTool(), pickFloorStyle(), pickPlotStyle(), pickPointerCursor(), projectFolder(), projectHas2DPlots(), projectProperties(), raiseActiveEnrichment(), receivedVersionFile(), removeAxes3DPlot(), removeCurve(), removeGrid3DPlot(), removePoints(), renameCurrentNoteTab(), renameFolder(), resetRotation(), saveAsProject(), saveFolder(), saveFolderAsProject(), saveNoteAs(), searchForUpdates(), setAscValues(), setAutoScale(), setBackGrid3DPlot(), setBars3DPlot(), setBoxed3DPlot(), setCeilGrid3DPlot(), setCones3DPlot(), setCrosses3DPlot(), setCurveFullRange(), setEmptyFloor3DPlot(), setFilledMesh3DPlot(), setFloorData3DPlot(), setFloorGrid3DPlot(), setFloorIso3DPlot(), setFramed3DPlot(), setFrontGrid3DPlot(), setHiddenLineGrid3DPlot(), setLabelCol(), setLeftGrid3DPlot(), setLineGrid3DPlot(), setNormalRandomValues(), setPoints3DPlot(), setRandomValues(), setReadOnlyCol(), setReadOnlyColumns(), setReadWriteColumns(), setRightGrid3DPlot(), setShowWindowsPolicy(), setXCol(), setXErrCol(), setYCol(), setYErrCol(), setZCol(), showAllCurves(), showAllFolderWindows(), showAxisDialog(), showAxisPageFromAxisDialog(), showAxisTitleDialog(), showBugTracker(), showColMenu(), showColorMapDialog(), showColsDialog(), showColStatistics(), showColumnOptionsDialog(), showColumnValuesDialog(), showCursor(), showCurveContextMenu(), showCurvePlotDialog(), showCurveRangeDialog(), showCurvesDialog(), showCurveWorksheet(), showDataSetDialog(), showDeleteRowsDialog(), showDemoVersionMessage(), showDonationDialog(), showDonationsPage(), showEnrichementDialog(), showExpDecay3Dialog(), showExpDecayDialog(), showExpGrowthDialog(), showExportASCIIDialog(), showExtractDataDialog(), showFFTDialog(), showFilterDialog(), showFindDialogue(), showFitDialog(), showFitPolynomDialog(), showFolderPopupMenu(), showForums(), showFrequencyCountDialog(), showFunctionIntegrationDialog(), showGeneralPlotDialog(), showGraphContextMenu(), showGridDialog(), showHelp(), showHomePage(), showInterpolationDialog(), showLayerDialog(), showLineDialog(), showListViewPopupMenu(), showListViewSelectionMenu(), showMarkerPopupMenu(), showMatrixDialog(), showMatrixSizeDialog(), showMatrixValuesDialog(), showMoreWindows(), showNoteLineNumbers(), showPlot3dDialog(), showPlotAssociations(), showPlotDialog(), showPlotWizard(), showPreferencesDialog(), showProVersionMessage(), showRangeSelectors(), showResults(), showRowsDialog(), showRowStatistics(), showScaleDialog(), showScalePageFromAxisDialog(), showScreenReader(), showScriptWindow(), showSelectedWindows(), showSmoothAverageDialog(), showSmoothDialog(), showSmoothFFTDialog(), showSmoothLowessDialog(), showSmoothSavGolDialog(), showStandAloneHelp(), showStudentTestDialog(), showSupportPage(), showTableContextMenu(), showTitleDialog(), showTwoExpDecayDialog(), showWindowContextMenu(), showWindowPopupMenu(), startRenameFolder(), subtractReferenceData(), subtractStraightLine(), swapColumns(), switchToLanguage(), testNormality(), timerEvent(), toggle3DAnimation(), togglePerspective(), translateCurve(), translateCurveHor(), uncommentSelection(), updateConfirmOptions(), updateLog(), updateRecentProjectsList(), TranslateCurveTool::Vertical, window(), windowProperties(), zoomIn(), and zoomOut().
Referenced by createActions().
void ApplicationWindow::showWindowContextMenu | ( | ) |
References actionAdd3DData, actionAddLayer, actionCloseWindow, actionCopyWindow, actionDeleteLayer, actionEditSurfacePlot, actionExportMatrix, actionFlipMatrixHorizontally, actionFlipMatrixVertically, actionImportImage, actionInvertMatrix, actionMatrixCustomScale, actionMatrixDefaultScale, actionMatrixGrayScale, actionMatrixRainbowScale, actionPrint, actionRename, actionRotateMatrix, actionRotateMatrixMinus, actionSetMatrixDimensions, actionSetMatrixProperties, actionSetMatrixValues, actionShowLayerDialog, actionTableRecalculate, actionTransposeMatrix, actionViewMatrix, actionViewMatrixImage, activeWindow(), add3DMatrixPlot(), change3DData(), change3DMatrix(), clearSelection(), Matrix::colorMapType(), copySelection(), Matrix::Custom, cutSelection(), d_workspace, Matrix::Default, exportGraph(), format, Matrix::GrayScale, Graph3D::hasData(), hasTable(), Matrix::ImageView, lastCopiedLayer, Graph3D::matrix(), matrixNames(), MultiLayer::numLayers(), Matrix::numSelectedColumns(), Matrix::numSelectedRows(), Graph3D::parametricSurface(), pasteSelection(), plot3DMenu, Matrix::Rainbow, showGeneralPlotDialog(), Graph3D::table(), Matrix::TableView, Graph3D::userFunction(), and Matrix::viewType().
Referenced by connectSurfacePlot(), MultiLayer::eventFilter(), initMatrix(), MultiLayer::keyPressEvent(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::showWindowPopupMenu | ( | Q3ListViewItem * | it, |
const QPoint & | p, | ||
int | |||
) |
References actionActivateWindow, actionHideWindow, actionMaximizeWindow, actionMinimizeWindow, actionResizeWindow, current_folder, depending3DPlots(), dependingPlots(), folders, Graph3D::formula(), hidden(), lv, Graph3D::matrix(), multilayerDependencies(), print(), renameWindow(), FolderListItem::RTTI, showFolderPopupMenu(), showListViewPopupMenu(), showListViewSelectionMenu(), Graph3D::table(), tablesDepend, window(), and windowProperties().
Referenced by init(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::sortActiveTable | ( | ) |
References activeWindow(), Table::sortTableDialog(), and TableWindow.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::sortSelection | ( | ) |
References activeWindow(), Table::sortColumnsDialog(), and TableWindow.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::startRenameFolder | ( | ) |
starts renaming the selected folder by creating a built-in text editor
References current_folder, folderItemChanged(), Folder::folderListItem(), and folders.
Referenced by init(), showFolderPopupMenu(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::startRenameFolder | ( | Q3ListViewItem * | item | ) |
starts renaming the selected folder by creating a built-in text editor
References current_folder, folderItemChanged(), Folder::folderListItem(), folders, lv, and FolderListItem::RTTI.
QString ApplicationWindow::stemPlot | ( | Table * | t = 0 , |
const QString & | colName = QString() , |
||
int | power = 0 , |
||
int | startRow = 0 , |
||
int | endRow = -1 |
||
) |
References Table::cell(), Table::colIndex(), Table::numRows(), and Table::text().
Referenced by newStemPlot(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::subtractReferenceData | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), MultiLayerWindow, SubtractDataDialog::setGraph(), and Graph::validCurvesDataSize().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::subtractStraightLine | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), btnPointer, displayBar, info, MultiLayer::isEmpty(), Graph::isPiePlot(), MultiLayerWindow, Graph::setActiveTool(), and Graph::validCurvesDataSize().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::swapColumns | ( | ) |
References activeWindow(), Table::colIndex(), Table::selectedColumns(), Table::swapColumns(), and TableWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::switchToLanguage | ( | int | param | ) |
References locales.
Referenced by parseCommandLineArguments(), showTwoSampleStudentTestDialog(), and ConfigDialog::switchToLanguage().
void ApplicationWindow::switchToLanguage | ( | const QString & | locale | ) |
References appLanguage, appTranslator, d_translations_folder, insertTranslatedStrings(), locales, and qtTranslator.
Table * ApplicationWindow::table | ( | const QString & | name | ) |
References Folder::folderBelow(), projectFolder(), and Folder::windowsList().
Referenced by PlotDialog::acceptParams(), ErrDialog::add(), CurvesDialog::addCurves(), change3DData(), BaselineDialog::createBaseline(), Table::extractData(), generate2DGraph(), ScriptEdit::insertCompletion(), insertNew3DData(), SubtractDataDialog::interpolate(), openGraph(), openProject(), StudentTestDialog::outputResults(), AnovaDialog::outputResults(), Fit::parametersTable(), LegendWidget::parse(), PlotWizard::plot2D(), PlotWizard::plot3D(), plot3DBars(), PlotWizard::plot3DRibbon(), plot3DRibbon(), plot3DScatter(), plot3DTrajectory(), plotCustomLayoutSharedAxes(), plotPie(), plotVectXYAM(), plotVectXYXY(), Graph3D::restore(), saveWindow(), TranslateCurveTool::selectDestination(), Statistics::setData(), AxesDialog::showAxis(), showCurveWorksheet(), showTable(), muParserScript::tablecol(), updateCompleter(), SubtractDataDialog::updateTableColumns(), and BaselineDialog::updateTableColumns().
QList< MdiSubWindow * > ApplicationWindow::tableList | ( | ) |
References Folder::folderBelow(), projectFolder(), and Folder::windowsList().
Referenced by addErrorBars(), initCompleter(), openProject(), plotCustomLayoutSharedAxes(), showFitDialog(), and showPlotAssociations().
|
private |
References actionAddColToTable, actionAdjustColumnWidth, actionClearTable, actionConvertTableBinning, actionConvertTableDirect, actionConvertTableRegularXYZ, actionDeleteRows, actionDisregardCol, actionExtractTableData, actionGoToColumn, actionGoToRow, actionHideSelectedColumns, actionMoveColFirst, actionMoveColLast, actionMoveColLeft, actionMoveColRight, actionMoveRowDown, actionMoveRowUp, actionSetAscValues, actionSetLabelCol, actionSetRandomNormalValues, actionSetRandomValues, actionSetXCol, actionSetXErrCol, actionSetYCol, actionSetYErrCol, actionSetZCol, actionShowAllColumns, actionShowColsDialog, actionShowColumnOptionsDialog, actionShowColumnValuesDialog, actionShowRowsDialog, actionSwapColumns, actionTableRecalculate, fillMenu, reloadCustomActions(), setReadOnlyColumns(), setReadWriteColumns(), and tableMenu.
Referenced by customMenu(), initMainMenu(), and removeColumnNameFromCompleter().
QStringList ApplicationWindow::tableNames | ( | ) |
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(), plotCustomLayoutSharedAxes(), SubtractDataDialog::setCurrentFolder(), AxesDialog::setGraph(), showPlotWizard(), and SubtractDataDialog::SubtractDataDialog().
References Table::cell(), Table::isEmptyColumn(), newMatrix(), Table::numCols(), Table::numRows(), and Matrix::setCell().
Referenced by convertTableToMatrix(), and plotCustomLayoutSharedAxes().
Matrix * ApplicationWindow::tableToMatrixRegularXYZ | ( | Table * | t = 0 , |
const QString & | colName = QString::null |
||
) |
References activeWindow(), Table::colIndex(), Table::colPlotDesignation(), Table::colX(), Table::colY(), Table::getSelection(), newMatrix(), Table::numCols(), Table::numRows(), Table::selectedColumns(), Matrix::setCell(), Matrix::setCoordinates(), TableWindow, Table::text(), and Table::Z.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::testNormality | ( | ) |
References activeWindow(), StatisticTest::AnovaTest, StatisticTest::NormalityTest, and TableWindow.
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::timerEvent | ( | QTimerEvent * | e | ) |
References saveProject(), and savingTimerId.
Referenced by showTwoSampleStudentTestDialog().
void ApplicationWindow::toggle3DAnimation | ( | bool | on = true | ) |
Turns 3D animation on or off
References activeWindow(), Graph3D::animate(), and Plot3DWindow.
Referenced by initPlot3DToolBar(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::togglePerspective | ( | bool | on = true | ) |
Turns perspective mode on or off.
Turns perspective mode on or off
References activeWindow(), Plot3DWindow, and Graph3D::setOrthogonal().
Referenced by initPlot3DToolBar(), and showTwoSampleStudentTestDialog().
QList< QToolBar * > ApplicationWindow::toolBarsList | ( | ) |
Referenced by addCustomAction(), customMenusList(), CustomActionDialog::init(), and initToolBars().
|
private |
References actionAbout, actionActivateWindow, actionAdd3DData, actionAddColToTable, actionAddEllipse, actionAddErrorBars, actionAddFormula, actionAddFunctionCurve, actionAddImage, actionAddLayer, actionAddNoteTab, actionAddRectangle, actionAddText, actionAddZoomPlot, actionAdjustColumnWidth, actionAlignBottom, actionAlignLeft, actionAlignRight, actionAlignTop, actionAnimate, actionAppendProject, actionAutoCorrelate, actionAutomaticLayout, actionBandBlockFilter, actionBandPassFilter, actionBoxPlot, actionCheckUpdates, actionChiSquareTest, 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, actionExportExcel, actionExportGraph, actionExportMatrix, actionExportOds, 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, actionImportDatabase, 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, actionNextWindow, actionNormalizeSelection, actionNormalizeTable, actionNoteEvaluate, actionNoteExecute, actionNoteExecuteAll, actionOneSampletTest, actionOpen, actionOpenExcel, actionOpenOds, 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, actionPrevWindow, 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, actionSetRandomNormalValues, actionSetRandomValues, actionSetXCol, actionSetXErrCol, actionSetYCol, actionSetYErrCol, actionSetZCol, actionShapiroWilk, 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, actionTwoSampletTest, 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 dragFolderItems(), and insertTranslatedStrings().
void ApplicationWindow::translateCurve | ( | TranslateCurveTool::Direction | direction = TranslateCurveTool::Vertical | ) |
void ApplicationWindow::translateCurveHor | ( | ) |
References TranslateCurveTool::Horizontal, and translateCurve().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::transposeMatrix | ( | ) |
References activeWindow(), MatrixWindow, and Matrix::transpose().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::uncommentSelection | ( | ) |
References activeWindow(), Note::currentEditor(), NoteWindow, and ScriptEdit::uncommentSelection().
Referenced by createActions(), and showTwoSampleStudentTestDialog().
|
private |
References d_text_editor, and TextEditor::formatText().
Referenced by createActions(), and removeColumnNameFromCompleter().
void ApplicationWindow::undo | ( | ) |
References activeWindow().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
|
slot |
Referenced by changeAppFont(), init(), and setExcelImportMethod().
void ApplicationWindow::updateColNames | ( | const QString & | oldName, |
const QString & | newName | ||
) |
References Graph::updateCurveNames(), and windowsList().
Referenced by connectTable(), and plotCustomLayoutSharedAxes().
|
private |
References Table::colLabel(), Table::colName(), d_completer, d_is_appending_file, d_opening_file, Table::numCols(), and table().
Referenced by addListViewItem(), createPopupMenu(), removeWindowFromLists(), and setWindowName().
void ApplicationWindow::updateConfirmOptions | ( | bool | askTables, |
bool | askMatrixes, | ||
bool | askPlots2D, | ||
bool | askPlots3D, | ||
bool | askNotes | ||
) |
References MdiSubWindow::askOnCloseEvent(), confirmCloseMatrix, confirmCloseNotes, confirmClosePlot2D, confirmClosePlot3D, confirmCloseTable, and windowsList().
Referenced by ConfigDialog::apply(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::updateCurves | ( | Table * | t, |
const QString & | name | ||
) |
References Graph3D::formula(), Graph::updateCurvesData(), Graph3D::updateData(), and windowsList().
Referenced by connectTable(), DataPickerTool::movePoint(), plotCustomLayoutSharedAxes(), and TranslateCurveTool::selectDestination().
|
private |
References explorerSplitter.
Referenced by init(), and removeColumnNameFromCompleter().
void ApplicationWindow::updateFunctionLists | ( | int | type, |
QStringList & | formulas | ||
) |
void ApplicationWindow::updateLog | ( | const QString & | result | ) |
References Folder::appendLogInfo(), current_folder, modified(), and showResults().
Referenced by PolynomialFit::fit(), Fit::fit(), LinearFit::fit(), LinearSlopeFit::fit(), FrequencyCountDialog::FrequencyCountDialog(), StudentTestDialog::outputResults(), AnovaDialog::outputResults(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::updateMatrixPlots | ( | Matrix * | m | ) |
References Graph::curvesList(), Graph::Histogram, QwtHistogram::loadData(), Spectrogram::matrix(), QwtHistogram::matrix(), Spectrogram::updateData(), Graph::updatePlot(), and windowsList().
Referenced by initMatrix(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::updateRecentProjectsList | ( | const QString & | fn = QString::null | ) |
References MaxRecentProjects, recent, and recentProjects.
Referenced by appendProject(), importExcel(), importOPJ(), open(), openProject(), openRecentProject(), readSettings(), saveProjectAs(), saveWindowAs(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::updateSurfaceFuncList | ( | const QString & | s | ) |
References surfaceFunc.
Referenced by SurfaceDialog::acceptFunction(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::updateTableNames | ( | const QString & | oldName, |
const QString & | newName | ||
) |
References Graph::updateCurveNames(), and windowsList().
Referenced by plotCustomLayoutSharedAxes(), and setWindowName().
|
slot |
References hiddenWindows.
Referenced by activateWindow(), maximizeWindow(), minimizeWindow(), setExcelImportMethod(), showAllFolderWindows(), and showTable().
void ApplicationWindow::updateWindowStatus | ( | MdiSubWindow * | w | ) |
References MdiSubWindow::aspect(), current_folder, MdiSubWindow::Maximized, modifiedProject(), MdiSubWindow::Normal, setListView(), MdiSubWindow::setStatus(), MdiSubWindow::status(), and Folder::windowsList().
Referenced by connectMultilayerPlot(), connectSurfacePlot(), connectTable(), initMatrix(), newNote(), and plotCustomLayoutSharedAxes().
bool ApplicationWindow::validFor2DPlot | ( | Table * | table, |
Graph::CurveType | type | ||
) |
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(), plotCustomLayoutSharedAxes(), plotVectXYAM(), and plotVectXYXY().
bool ApplicationWindow::validFor3DPlot | ( | Table * | table | ) |
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(), plot3DTrajectory(), and plotCustomLayoutSharedAxes().
|
static |
Return a version string ("QtiPlot x.y.z")
References extra_version, maj_version, min_version, patch_version, and svn_revision.
Referenced by about(), parseCommandLineArguments(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::viewMatrixColumnRow | ( | ) |
References activeWindow(), Matrix::ColumnRow, Matrix::headerViewType(), MatrixWindow, Matrix::setHeaderViewType(), and Matrix::undoStack().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::viewMatrixImage | ( | ) |
References activeWindow(), Matrix::ImageView, MatrixWindow, Matrix::setViewType(), Matrix::undoStack(), and Matrix::viewType().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::viewMatrixTable | ( | ) |
References activeWindow(), MatrixWindow, Matrix::setViewType(), Matrix::TableView, Matrix::undoStack(), and Matrix::viewType().
Referenced by createActions(), and plotCustomLayoutSharedAxes().
void ApplicationWindow::viewMatrixXY | ( | ) |
References activeWindow(), Matrix::headerViewType(), MatrixWindow, Matrix::setHeaderViewType(), Matrix::undoStack(), and Matrix::XY.
Referenced by createActions(), and plotCustomLayoutSharedAxes().
|
slot |
References activeWindow(), Table::selectedYColumns(), and TableWindow.
Referenced by createActions(), and setExcelImportMethod().
|
slot |
References MultiLayer::activeLayer(), Graph::addCurves(), MultiLayer::arrangeLayers(), Graph::enableAxis(), initMultilayerPlot(), Graph::Line, FrameWidget::move(), Graph::newLegend(), Graph::setCanvasFrame(), Graph::setFrame(), setPreferences(), MultiLayer::setWaterfallLayout(), and Graph::setWaterfallOffset().
MdiSubWindow * ApplicationWindow::window | ( | const QString & | name, |
bool | label = false |
||
) |
Returns a pointer to the window named/labelled "name" depending on "label" value.
References MdiSubWindow::windowLabel(), and windowsList().
Referenced by ExportDialog::accept(), maximizeWindow(), minimizeWindow(), StudentTestDialog::outputResults(), AnovaDialog::outputResults(), plotCustomLayoutSharedAxes(), showFolderPopupMenu(), showListViewPopupMenu(), showTwoSampleStudentTestDialog(), showWindowPopupMenu(), ExportDialog::updateOptions(), windowActivated(), and ImageWidget::windowPixmap().
|
private |
References customMenu(), customToolBars(), d_active_window, d_opening_file, d_workspace, MdiSubWindow::folder(), modified(), Folder::setActiveWindow(), and window().
Referenced by changeFolder(), init(), initMultilayerPlot(), initPlot3D(), and removeColumnNameFromCompleter().
QString ApplicationWindow::windowGeometryInfo | ( | MdiSubWindow * | w | ) |
void ApplicationWindow::windowProperties | ( | ) |
pops up information about the selected window item
References MdiSubWindow::birthDate(), current_folder, lv, Folder::path(), and WindowListItem::window().
Referenced by showTwoSampleStudentTestDialog(), and showWindowPopupMenu().
|
slot |
References Folder::folderBelow(), projectFolder(), and Folder::windowsList().
Referenced by PlotDialog::acceptParams(), ConfigDialog::apply(), TextDialog::apply(), AxesDialog::applyAxisFormat(), PlotDialog::applyBoxWhiskersFormat(), AxesDialog::applyCanvasFormat(), PlotDialog::applyCanvasFormat(), PlotDialog::applyCanvasSize(), PlotDialog::applyErrorBarFormat(), PlotDialog::applyGap(), PlotDialog::applyLabelsFormat(), PlotDialog::applyLayerFormat(), PlotDialog::applyLineFormat(), PlotDialog::applyPercentileFormat(), PlotDialog::applySymbolsFormat(), changeMatrixName(), columnsList(), ConfigDialog::customizeNotes(), deleteFitTables(), depending3DPlots(), dependingPlots(), disableTools(), enableMdiArea(), exportAllGraphs(), exportAllTables(), exportLayer(), EnrichmentDialog::frameApplyTo(), EnrichmentDialog::patternApplyTo(), printAllPlots(), projectProperties(), ConfigDialog::rehighlight(), remove3DMatrixPlots(), removeCurves(), PlotDialog::resizeCanvasToFitImage(), scriptsDirPathChanged(), setBoldFont(), setExcelImportMethod(), setFontFamily(), setFontSize(), setGraphDefaultSettings(), setItalicFont(), PlotDialog::setLabelsFont(), setPlot3DOptions(), setShowWindowsPolicy(), showAllFolderWindows(), EnrichmentDialog::textFormatApplyTo(), updateColNames(), updateConfirmOptions(), updateCurves(), AxesDialog::updateGrid(), updateMatrixPlots(), updateTableNames(), window(), and ~ApplicationWindow().
|
private |
References actionCloseWindow, actionCopyWindow, actionFindWindow, actionHideActiveWindow, actionNextWindow, actionPrevWindow, actionRename, actionResizeActiveWindow, actionShowScriptWindow, Folder::activeWindow(), cascade(), current_folder, d_workspace, Folder::folderBelow(), foldersMenu, foldersMenuActivated(), Folder::path(), projectFolder(), reloadCustomActions(), showMoreWindows(), Folder::windowsList(), windowsMenu, and windowsMenuActivated().
Referenced by customMenu(), initMainMenu(), and removeColumnNameFromCompleter().
|
private |
References current_folder, d_workspace, hidden(), hiddenWindows, and Folder::windowsList().
Referenced by removeColumnNameFromCompleter(), and windowsMenuAboutToShow().
|
slot |
References Folder::folderBelow(), projectFolder(), and Folder::windowsList().
Referenced by initCompleter(), ScriptEdit::insertCompletion(), and setExcelImportMethod().
|
inline |
References d_workspace.
void ApplicationWindow::zoomIn | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), btnPointer, btnZoomIn, MultiLayer::isEmpty(), Graph::isPiePlot(), MultiLayer::layersList(), MultiLayerWindow, and Graph::zoom().
Referenced by pickDataTool(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::zoomOut | ( | ) |
References MultiLayer::activeLayer(), activeWindow(), btnPointer, MultiLayer::isEmpty(), Graph::isPiePlot(), and MultiLayerWindow.
Referenced by pickDataTool(), and showTwoSampleStudentTestDialog().
void ApplicationWindow::zoomRectanglePlot | ( | ) |
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(), and plotCustomLayoutSharedAxes().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), showWindowPopupMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), showWindowContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), initToolBars(), showColMenu(), showTableContextMenu(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by addEllipse(), custom2DPlotTools(), initMainMenu(), initToolBars(), showGraphContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), showGraphContextMenu(), and translateActionsStrings().
|
private |
Referenced by addTexFormula(), custom2DPlotTools(), customMenu(), initMainMenu(), initToolBars(), showGraphContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), initMainMenu(), initToolBars(), showGraphContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), showGraphContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and showGraphContextMenu().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and showGraphContextMenu().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), showGraphContextMenu(), showWindowContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), scriptingMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by addRectangle(), custom2DPlotTools(), initMainMenu(), initToolBars(), showGraphContextMenu(), and translateActionsStrings().
|
private |
Referenced by addText(), custom2DPlotTools(), initMainMenu(), initToolBars(), showGraphContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customColumnActions(), initToolBars(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), graphSelectionChanged(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), graphSelectionChanged(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), graphSelectionChanged(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), graphSelectionChanged(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), and translateActionsStrings().
|
private |
Referenced by createActions(), fileMenuAboutToShow(), initToolBars(), showFolderPopupMenu(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), and createActions().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), disableActions(), initMainMenu(), initToolBars(), showCurveContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), showTableContextMenu(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), fileMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), scriptingMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), fileMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), showWindowContextMenu(), translateActionsStrings(), and windowsMenuAboutToShow().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), matrixMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), matrixMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), matrixMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), disableActions(), initMainMenu(), initToolBars(), showCurveContextMenu(), and translateActionsStrings().
|
private |
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), setCurveFullRange(), showCurveContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), scriptingMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), disableActions(), initToolBars(), showCurveContextMenu(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), scriptingMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), and initToolBars().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), showGraphContextMenu(), showWindowContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), customColumnActions(), initToolBars(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by custom2DPlotTools(), initToolBars(), pickDataTool(), plotDataMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by custom2DPlotTools(), initToolBars(), pickDataTool(), plotDataMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), showCurveContextMenu(), showCurveRangeDialog(), and translateActionsStrings().
|
private |
Referenced by createActions(), showWindowContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), fileMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), customWindowTitleBarMenu(), fileMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), fileMenuAboutToShow(), and translateActionsStrings().
|
private |
|
private |
Referenced by createActions(), customWindowTitleBarMenu(), fileMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), customWindowTitleBarMenu(), fileMenuAboutToShow(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), initToolBars(), scriptingMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), scriptingMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), scriptingMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), showFolderPopupMenu(), translateActionsStrings(), and windowsMenuAboutToShow().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by initPlot3DToolBar(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), matrixMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), matrixMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), setFontFamily(), setFontSize(), setFormatBarFont(), setItalicFont(), and translateActionsStrings().
|
private |
Referenced by initToolBars(), setBoldFont(), setFontSize(), setFormatBarFont(), and setItalicFont().
|
private |
Referenced by createActions(), initToolBars(), setBoldFont(), setFontFamily(), setFontSize(), setFormatBarFont(), and translateActionsStrings().
|
private |
Referenced by initToolBars(), setBoldFont(), setFontFamily(), setFormatBarFont(), and setItalicFont().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), matrixMenuAboutToShow(), showTableContextMenu(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), enableTextEditor(), initToolBars(), setFormatBarFont(), and translateActionsStrings().
|
private |
Referenced by createActions(), enableTextEditor(), initToolBars(), setFormatBarFont(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customWindowTitleBarMenu(), translateActionsStrings(), and windowsMenuAboutToShow().
|
private |
Referenced by createActions(), hideCurve(), showCurveContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), hideOtherCurves(), showCurveContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), showWindowPopupMenu(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), fileMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), fileMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), fileMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), scriptingMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), and initToolBars().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), matrixMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customWindowTitleBarMenu(), fileMenuAboutToShow(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), fileMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), graphSelectionChanged(), initToolBars(), showMarkerPopupMenu(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), custom2DPlotTools(), initToolBars(), pickDataTool(), plotDataMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), custom2DPlotTools(), initToolBars(), pickDataTool(), plotDataMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), custom2DPlotTools(), initToolBars(), pickDataTool(), plotDataMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), enableTextEditor(), initToolBars(), setFormatBarFont(), and translateActionsStrings().
|
private |
Referenced by createActions(), matrixMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), matrixMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), matrixMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), matrixMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), and createActions().
|
private |
Referenced by analysisMenuAboutToShow(), and createActions().
|
private |
Referenced by createActions(), matrixMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), matrixMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), matrixMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), showWindowPopupMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), showWindowPopupMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customColumnActions(), initToolBars(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), customColumnActions(), initToolBars(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), customColumnActions(), initToolBars(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), customColumnActions(), initToolBars(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), showTableContextMenu(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), showTableContextMenu(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
|
private |
|
private |
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), showGraphContextMenu(), and translateActionsStrings().
|
private |
|
private |
|
private |
Referenced by createActions(), fileMenuAboutToShow(), initToolBars(), and translateActionsStrings().
|
private |
|
private |
|
private |
Referenced by createActions(), init(), translateActionsStrings(), and windowsMenuAboutToShow().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), scriptingMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), scriptingMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), scriptingMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), fileMenuAboutToShow(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), fileMenuAboutToShow(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), fileMenuAboutToShow(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), fileMenuAboutToShow(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), disableActions(), initMainMenu(), initToolBars(), showCurveContextMenu(), and translateActionsStrings().
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), and translateActionsStrings().
|
private |
Referenced by createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), init(), translateActionsStrings(), and windowsMenuAboutToShow().
|
private |
|
private |
Referenced by createActions(), customMenu(), disableActions(), fileMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), fileMenuAboutToShow(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), graphSelectionChanged(), initToolBars(), showMarkerPopupMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), setReadOnlyCol(), showColMenu(), and translateActionsStrings().
|
private |
|
private |
Referenced by createActions(), removeCurve(), showCurveContextMenu(), and translateActionsStrings().
|
private |
|
private |
Referenced by createActions(), scriptingMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), scriptingMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by initPlot3DToolBar(), and translateActionsStrings().
|
private |
Referenced by createActions(), translateActionsStrings(), and windowsMenuAboutToShow().
|
private |
Referenced by createActions(), showWindowPopupMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), scriptingMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), matrixMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), matrixMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), and customWindowTitleBarMenu().
|
private |
Referenced by createActions(), fileMenuAboutToShow(), init(), initToolBars(), modifiedProject(), savedProject(), and translateActionsStrings().
|
private |
Referenced by createActions(), fileMenuAboutToShow(), showFolderPopupMenu(), and translateActionsStrings().
|
private |
|
private |
Referenced by createActions(), customMenu(), customWindowTitleBarMenu(), disableActions(), fileMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), scriptingMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), customColumnActions(), initToolBars(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), matrixMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), matrixMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
|
private |
|
private |
Referenced by createActions(), initToolBars(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), customColumnActions(), initToolBars(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), customColumnActions(), initToolBars(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), customColumnActions(), initToolBars(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), customColumnActions(), initToolBars(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), showCurveContextMenu(), showGraphContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), removeAxes3DPlot(), setBoxed3DPlot(), setFramed3DPlot(), and translateActionsStrings().
|
private |
Referenced by createActions(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), initToolBars(), showColMenu(), showTableContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), showColMenu(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), initToolBars(), showColMenu(), showTableContextMenu(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), showCurveContextMenu(), showCurvePlotDialog(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), initMainMenu(), initToolBars(), showGraphContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), showCurveContextMenu(), showCurveWorksheet(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), showWindowContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), scriptingMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), initToolBars(), showColMenu(), showTableContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), showScriptWindow(), translateActionsStrings(), and windowsMenuAboutToShow().
|
private |
Referenced by createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), initToolBars(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), enableTextEditor(), initToolBars(), and setFormatBarFont().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), enableTextEditor(), initToolBars(), and setFormatBarFont().
|
private |
Referenced by createActions(), customColumnActions(), initToolBars(), tableMenuAboutToShow(), and translateActionsStrings().
|
private |
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by customToolBars(), initToolBars(), setFormatBarColor(), and setTextColor().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), showGraphContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), matrixMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), enableTextEditor(), initToolBars(), setFormatBarFont(), and translateActionsStrings().
|
private |
|
private |
Referenced by createActions(), initToolBars(), plotDataMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by createActions(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), matrixMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), matrixMenuAboutToShow(), showWindowContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), plotMenuAboutToShow(), showColMenu(), and translateActionsStrings().
|
private |
bool ApplicationWindow::antialiasing2DPlots |
QFont ApplicationWindow::appFont |
QString ApplicationWindow::appLanguage |
QString ApplicationWindow::appStyle |
|
private |
Referenced by createLanguagesList(), and switchToLanguage().
QString ApplicationWindow::asciiDirPath |
Referenced by ExportDialog::accept(), importASCII(), readSettings(), saveSettings(), and setDefaultOptions().
|
private |
Referenced by init(), and showHelp().
bool ApplicationWindow::autoResizeLayers |
bool ApplicationWindow::autoSave |
int ApplicationWindow::autoSaveTime |
bool ApplicationWindow::autoscale2DPlots |
bool ApplicationWindow::autoScaleFonts |
bool ApplicationWindow::autoSearchUpdates |
bool ApplicationWindow::autoSearchUpdatesRequest |
Equals true if an automatical search for updates was performed on start-up otherwise is set to false;.
Referenced by QtiPlotApplication::QtiPlotApplication(), receivedVersionFile(), and setDefaultOptions().
int ApplicationWindow::axesLineWidth |
Default axes linewidth.
Referenced by ConfigDialog::apply(), ConfigDialog::initAxesPage(), readSettings(), saveSettings(), ConfigDialog::setApplication(), setDefaultOptions(), AxesDialog::setFrameDefaultValues(), and setPreferences().
|
private |
Referenced by custom3DGrids(), initPlot3DToolBar(), and translateActionsStrings().
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), pickPlotStyle(), and translateActionsStrings().
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), pickCoordSystem(), and translateActionsStrings().
|
private |
Referenced by custom2DPlotTools(), initMainMenu(), initToolBars(), pickDataTool(), showGraphContextMenu(), and translateActionsStrings().
|
private |
Referenced by custom2DPlotTools(), initToolBars(), pickDataTool(), plotDataMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by custom2DPlotTools(), initMainMenu(), initToolBars(), pickDataTool(), showGraphContextMenu(), and translateActionsStrings().
|
private |
Referenced by custom2DPlotTools(), initToolBars(), pickDataTool(), plotDataMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by custom2DPlotTools(), initToolBars(), pickDataTool(), plotDataMenuAboutToShow(), and translateActionsStrings().
|
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().
|
private |
Referenced by custom2DPlotTools(), initToolBars(), pickDataTool(), plotDataMenuAboutToShow(), and translateActionsStrings().
|
private |
|
private |
Referenced by custom2DPlotTools(), initToolBars(), pickDataTool(), plotDataMenuAboutToShow(), and translateActionsStrings().
|
private |
Referenced by custom2DPlotTools(), initToolBars(), pickDataTool(), plotDataMenuAboutToShow(), translateActionsStrings(), and zoomIn().
|
private |
Referenced by initToolBars(), pickDataTool(), plotDataMenuAboutToShow(), and translateActionsStrings().
int ApplicationWindow::canvasFrameWidth |
|
private |
Referenced by custom3DGrids(), initPlot3DToolBar(), and translateActionsStrings().
QString ApplicationWindow::columnSeparator |
|
private |
Referenced by customToolBars(), disableToolbars(), initToolBars(), insertTranslatedStrings(), and showToolBarsMenu().
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), pickPlotStyle(), and translateActionsStrings().
QString ApplicationWindow::configFilePath |
bool ApplicationWindow::confirmCloseFolder |
bool ApplicationWindow::confirmCloseMatrix |
bool ApplicationWindow::confirmCloseNotes |
bool ApplicationWindow::confirmClosePlot2D |
bool ApplicationWindow::confirmClosePlot3D |
bool ApplicationWindow::confirmCloseTable |
|
private |
Referenced by initPlot3DToolBar().
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), pickPlotStyle(), and translateActionsStrings().
Folder* ApplicationWindow::current_folder |
pointer to the current folder in the project
Referenced by activeWindow(), addFolder(), appendProject(), changeFolder(), clearLogInfo(), closeProject(), closeWindow(), deleteFolder(), dropFolderItems(), find(), folderProperties(), goToParentFolder(), hideAllFolderWindows(), init(), integrate(), matrixDeterminant(), maximizeWindow(), openProject(), projectProperties(), renameFolder(), saveAsProject(), saveFolder(), FindDialog::setStartPath(), showAllFolderWindows(), PlotDialog::showBoxStatistics(), showResults(), PlotDialog::showStatistics(), showTwoSampleStudentTestDialog(), showWindowPopupMenu(), startRenameFolder(), updateLog(), updateWindowStatus(), windowProperties(), windowsMenuAboutToShow(), and windowsMenuActivated().
QString ApplicationWindow::customActionsDirPath |
bool ApplicationWindow::d_2_linear_fit_points |
Calculate only 2 points in a generated linear fit function curve.
Referenced by analyzeCurve(), ConfigDialog::apply(), fitLinear(), fitSlope(), ConfigDialog::initFittingPage(), readSettings(), saveSettings(), ConfigDialog::setApplication(), and setDefaultOptions().
bool ApplicationWindow::d_3D_autoscale |
QColor ApplicationWindow::d_3D_axes_color |
QFont ApplicationWindow::d_3D_axes_font |
QColor ApplicationWindow::d_3D_background_color |
LinearColorMap ApplicationWindow::d_3D_color_map |
Referenced by ConfigDialog::apply(), Matrix::initGlobals(), Graph3D::initPlot(), ConfigDialog::initPlots3DPage(), PlotWizard::plot3DRibbon(), plotParametricSurface(), plotSurface(), plotXYZ(), readSettings(), saveSettings(), ConfigDialog::setApplication(), Spectrogram::setDefaultColorMap(), Matrix::setDefaultColorMap(), and setDefaultOptions().
int ApplicationWindow::d_3D_export_sort |
int ApplicationWindow::d_3D_export_text_mode |
QColor ApplicationWindow::d_3D_grid_color |
QColor ApplicationWindow::d_3D_labels_color |
bool ApplicationWindow::d_3D_legend |
bool ApplicationWindow::d_3D_major_grids |
int ApplicationWindow::d_3D_major_style |
double ApplicationWindow::d_3D_major_width |
QColor ApplicationWindow::d_3D_mesh_color |
QColor ApplicationWindow::d_3D_minor_grid_color |
bool ApplicationWindow::d_3D_minor_grids |
int ApplicationWindow::d_3D_minor_style |
double ApplicationWindow::d_3D_minor_width |
QColor ApplicationWindow::d_3D_numbers_color |
QFont ApplicationWindow::d_3D_numbers_font |
bool ApplicationWindow::d_3D_orthogonal |
int ApplicationWindow::d_3D_projection |
int ApplicationWindow::d_3D_resolution |
bool ApplicationWindow::d_3D_smooth_mesh |
Referenced by Graph3D::addCurve(), ConfigDialog::apply(), GriddingDialog::GriddingDialog(), Graph3D::initPlot(), ConfigDialog::initPlots3DPage(), GriddingDialog::loadDataFromTable(), GriddingDialog::preview(), readSettings(), saveSettings(), ConfigDialog::setApplication(), setDefaultOptions(), and setPlot3DOptions().
QFont ApplicationWindow::d_3D_title_font |
|
private |
Referenced by activeWindow(), changeFolder(), closeWindow(), setActiveWindow(), setDefaultOptions(), and windowActivated().
QSize ApplicationWindow::d_add_curves_dialog_size |
User defined size for the Add/Remove curves dialog.
Referenced by CurvesDialog::closeEvent(), readSettings(), saveSettings(), setDefaultOptions(), and showCurvesDialog().
QRect ApplicationWindow::d_app_rect |
Referenced by readSettings(), restoreApplicationGeometry(), saveSettings(), and setDefaultOptions().
ArrowMarker* ApplicationWindow::d_arrow_copy |
Referenced by copyMarker(), pasteSelection(), setDefaultOptions(), and showGraphContextMenu().
QString ApplicationWindow::d_ASCII_comment_string |
Referenced by dropEvent(), importASCII(), ImportASCIIDialog::ImportASCIIDialog(), plotFile(), readSettings(), saveSettings(), and setDefaultOptions().
EndLineChar ApplicationWindow::d_ASCII_end_line |
End of line convention used to import ASCII files.
Referenced by dropEvent(), importASCII(), ImportASCIIDialog::ImportASCIIDialog(), plotFile(), readSettings(), saveSettings(), and setDefaultOptions().
QString ApplicationWindow::d_ASCII_file_filter |
Last selected filter in import ASCII dialog.
Referenced by ImportASCIIDialog::closeEvent(), importASCII(), readSettings(), saveSettings(), and setDefaultOptions().
bool ApplicationWindow::d_ASCII_import_comments |
Referenced by dropEvent(), importASCII(), ImportASCIIDialog::ImportASCIIDialog(), plotFile(), readSettings(), saveSettings(), and setDefaultOptions().
int ApplicationWindow::d_ASCII_import_first_row_role |
QLocale ApplicationWindow::d_ASCII_import_locale |
Locale used to specify the decimal separators in imported ASCII files.
Referenced by dropEvent(), importASCII(), ImportASCIIDialog::ImportASCIIDialog(), plotFile(), readSettings(), saveSettings(), and setDefaultOptions().
int ApplicationWindow::d_ASCII_import_mode |
Referenced by importASCII(), ImportASCIIDialog::ImportASCIIDialog(), readSettings(), saveSettings(), and setDefaultOptions().
bool ApplicationWindow::d_ASCII_import_preview |
bool ApplicationWindow::d_ASCII_import_read_only |
Referenced by dropEvent(), importASCII(), ImportASCIIDialog::ImportASCIIDialog(), plotFile(), readSettings(), saveSettings(), and setDefaultOptions().
bool ApplicationWindow::d_ask_web_connection |
Referenced by readSettings(), saveSettings(), searchForUpdates(), and setDefaultOptions().
|
private |
Referenced by autoUpdateTableValues(), readSettings(), saveSettings(), setAutoUpdateTableValues(), and setDefaultOptions().
bool ApplicationWindow::d_backup_files |
QColor ApplicationWindow::d_canvas_frame_color |
QColor ApplicationWindow::d_class_highlight_color |
QLocale ApplicationWindow::d_clipboard_locale |
Locale used to specify the decimal separators in imported ASCII files.
Referenced by clipboardLocale(), readSettings(), saveSettings(), and setClipboardLocale().
bool ApplicationWindow::d_column_tool_bar |
Referenced by customToolBars(), readSettings(), saveSettings(), setDefaultOptions(), and showToolBarsMenu().
QColor ApplicationWindow::d_comment_highlight_color |
User custom colors used for Python syntax highlighting.
Referenced by ConfigDialog::initNotesPage(), readSettings(), ConfigDialog::rehighlight(), saveSettings(), ConfigDialog::setApplication(), setDefaultOptions(), and SyntaxHighlighter::SyntaxHighlighter().
|
private |
Completer used in notes and in the script window.
Referenced by addColumnNameToCompleter(), addWindowsListToCompleter(), completer(), enableCompletion(), initCompleter(), setDefaultOptions(), showColumnValuesDialog(), showExtractDataDialog(), showMatrixValuesDialog(), showScriptWindow(), and updateCompleter().
bool ApplicationWindow::d_completion |
Flag telling if completion hints are enabled.
Referenced by enableCompletion(), ConfigDialog::initAppPage(), readSettings(), saveSettings(), ConfigDialog::setApplication(), setDefaultOptions(), showColumnValuesDialog(), showExtractDataDialog(), showMatrixValuesDialog(), and showScriptWindow().
bool ApplicationWindow::d_confirm_modif_2D_points |
bool ApplicationWindow::d_confirm_overwrite |
Referenced by ExportDialog::accept(), ImageExportDialog::accept(), ConfigDialog::apply(), exportAllGraphs(), exportAllTables(), ScriptEdit::exportASCII(), exportPDF(), getSaveProjectName(), ConfigDialog::initConfirmationsPage(), readSettings(), saveAsTemplate(), FitDialog::saveInitialGuesses(), saveSettings(), FitDialog::saveUserFunction(), ConfigDialog::setApplication(), and setDefaultOptions().
int ApplicationWindow::d_curve_line_style |
int ApplicationWindow::d_curve_max_antialising_size |
int ApplicationWindow::d_decimal_digits |
default precision to be used for all other operations than fitting
Referenced by StudentTestDialog::acceptChiSquareTest(), StudentTestDialog::acceptStudentTest(), Correlation::addResultCurve(), Convolution::addResultCurve(), Filter::addResultCurve(), ImageProfilesTool::append(), DrawPointTool::appendPoint(), ConfigDialog::apply(), RangeSelectorTool::copySelectedCurve(), customTable(), ArrowMarker::displayInfo(), RangeSelectorTool::emitStatusText(), FFT::fftCurve(), FFTDialog::FFTDialog(), FFT::fftTable(), FilterDialog::FilterDialog(), FrequencyCountDialog::FrequencyCountDialog(), FunctionDialog::FunctionDialog(), GriddingDialog::GriddingDialog(), ShapiroWilkTest::infoString(), ConfigDialog::initAppPage(), Plot3DDialog::initAxesPage(), Plot3DDialog::initColorsPage(), FitDialog::initFitPage(), initMatrix(), SurfaceDialog::initParametricSurfacePage(), Plot3DDialog::initPointsOptionsStack(), ImportASCIIDialog::initPreview(), Plot3DDialog::initScalesPage(), AxesDialog::initScalesPage(), PlotDialog::initSpectrogramPage(), IntegrationDialog::IntegrationDialog(), InterpolationDialog::InterpolationDialog(), ChiSquareTest::logInfo(), tTest::logInfo(), Anova::logInfo(), Integration::logInfo(), Statistics::logInfo(), DataPickerTool::movePoint(), Differentiation::output(), DataPickerTool::pasteSelection(), PolynomFitDialog::PolynomFitDialog(), PreviewMatrix::PreviewMatrix(), readSettings(), saveSettings(), ConfigDialog::setApplication(), setDefaultOptions(), DataPickerTool::setSelection(), Plot3DDialog::showBarsTab(), SubtractDataDialog::SubtractDataDialog(), and StudentTestDialog::updateMeanLabels().
Grid* ApplicationWindow::d_default_2D_grid |
Referenced by init(), readSettings(), saveSettings(), setPreferences(), ConfigDialog::showGridOptions(), and ConfigDialog::updateGrid().
bool ApplicationWindow::d_descriptive_stats |
bool ApplicationWindow::d_disable_curve_antialiasing |
bool ApplicationWindow::d_display_tool_bar |
Referenced by readSettings(), saveSettings(), setDefaultOptions(), and showToolBarsMenu().
bool ApplicationWindow::d_edit_tool_bar |
Referenced by readSettings(), saveSettings(), setDefaultOptions(), and showToolBarsMenu().
FrameWidget* ApplicationWindow::d_enrichement_copy |
Referenced by copyMarker(), pasteSelection(), setDefaultOptions(), and showGraphContextMenu().
EndLineChar ApplicationWindow::d_eol |
End of line convention used for copy/paste operations and when exporting tables/matrices to ASCII files.
Referenced by ConfigDialog::apply(), endOfLine(), ConfigDialog::languageChange(), readSettings(), saveSettings(), ConfigDialog::setApplication(), and setDefaultOptions().
|
private |
Referenced by excelImportMethod(), exportOds(), importExcel(), init(), readSettings(), saveSettings(), setDefaultOptions(), and setExcelImportMethod().
QString ApplicationWindow::d_export_ASCII_file_filter |
Referenced by ExportDialog::closeEvent(), readSettings(), saveSettings(), and setDefaultOptions().
int ApplicationWindow::d_export_bitmap_resolution |
bool ApplicationWindow::d_export_col_comment |
Referenced by ExportDialog::closeEvent(), ExportDialog::initAdvancedOptions(), readSettings(), saveSettings(), and setDefaultOptions().
bool ApplicationWindow::d_export_col_names |
Referenced by ExportDialog::closeEvent(), ExportDialog::initAdvancedOptions(), readSettings(), saveSettings(), and setDefaultOptions().
QString ApplicationWindow::d_export_col_separator |
Referenced by ExportDialog::closeEvent(), ExportDialog::initAdvancedOptions(), readSettings(), saveSettings(), and setDefaultOptions().
bool ApplicationWindow::d_export_color |
int ApplicationWindow::d_export_compression |
bool ApplicationWindow::d_export_escape_tex_strings |
int ApplicationWindow::d_export_quality |
QSizeF ApplicationWindow::d_export_raster_size |
int ApplicationWindow::d_export_size_unit |
bool ApplicationWindow::d_export_table_selection |
Referenced by ExportDialog::closeEvent(), ExportDialog::initAdvancedOptions(), readSettings(), saveSettings(), and setDefaultOptions().
bool ApplicationWindow::d_export_tex_font_sizes |
bool ApplicationWindow::d_export_transparency |
int ApplicationWindow::d_export_vector_resolution |
bool ApplicationWindow::d_extended_export_dialog |
bool ApplicationWindow::d_extended_import_ASCII_dialog |
Referenced by ImportASCIIDialog::closeEvent(), importASCII(), readSettings(), saveSettings(), and setDefaultOptions().
bool ApplicationWindow::d_extended_open_dialog |
Referenced by OpenProjectDialog::closeEvent(), open(), readSettings(), saveSettings(), and setDefaultOptions().
bool ApplicationWindow::d_extended_plot_dialog |
Referenced by PlotDialog::closeEvent(), readSettings(), saveSettings(), setDefaultOptions(), and showPlotDialog().
bool ApplicationWindow::d_fft_norm_amp |
Referenced by FFTDialog::closeEvent(), FFTDialog::FFTDialog(), readSettings(), saveSettings(), and setDefaultOptions().
bool ApplicationWindow::d_fft_power2 |
Referenced by FFTDialog::closeEvent(), FFTDialog::FFTDialog(), readSettings(), saveSettings(), and setDefaultOptions().
bool ApplicationWindow::d_fft_shift_res |
Referenced by FFTDialog::closeEvent(), FFTDialog::FFTDialog(), readSettings(), saveSettings(), and setDefaultOptions().
bool ApplicationWindow::d_file_tool_bar |
Referenced by readSettings(), saveSettings(), setDefaultOptions(), and showToolBarsMenu().
int ApplicationWindow::d_file_version |
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().
bool ApplicationWindow::d_fill_symbols |
bool ApplicationWindow::d_force_muParser |
bool ApplicationWindow::d_format_tool_bar |
Referenced by customToolBars(), readSettings(), saveSettings(), setDefaultOptions(), and showToolBarsMenu().
int ApplicationWindow::d_frame_geometry_unit |
Default geometry unit to be displayed in the EnrichmentDialog.
Referenced by readSettings(), saveSettings(), EnrichmentDialog::setCoordinates(), setDefaultOptions(), and EnrichmentDialog::setWidget().
QPen ApplicationWindow::d_frame_widget_pen |
QColor ApplicationWindow::d_function_highlight_color |
int ApplicationWindow::d_graph_attach_policy |
int ApplicationWindow::d_graph_axes_labels_dist |
Distance between the axes title and the backbone.
Referenced by ConfigDialog::apply(), ConfigDialog::initAxesPage(), readSettings(), saveSettings(), ConfigDialog::setApplication(), setDefaultOptions(), and setPreferences().
Graph::AxisTitlePolicy ApplicationWindow::d_graph_axis_labeling |
QColor ApplicationWindow::d_graph_background_color |
int ApplicationWindow::d_graph_background_opacity |
QColor ApplicationWindow::d_graph_border_color |
int ApplicationWindow::d_graph_border_width |
QColor ApplicationWindow::d_graph_canvas_color |
int ApplicationWindow::d_graph_canvas_opacity |
Graph::LegendDisplayMode ApplicationWindow::d_graph_legend_display |
int ApplicationWindow::d_graph_tick_labels_dist |
Default distance between the ticks and the tick labels.
Referenced by ConfigDialog::apply(), ConfigDialog::initAxesPage(), readSettings(), saveSettings(), ConfigDialog::setApplication(), setDefaultOptions(), and setPreferences().
QString ApplicationWindow::d_image_export_filter |
Last selected filter in export image dialog.
Referenced by ImageExportDialog::closeEvent(), exportAllGraphs(), exportGraph(), exportLayer(), exportMatrix(), readSettings(), saveSettings(), and setDefaultOptions().
QSize ApplicationWindow::d_import_ASCII_dialog_size |
Referenced by ImportASCIIDialog::closeEvent(), importASCII(), readSettings(), saveSettings(), and setDefaultOptions().
|
private |
Referenced by exportPlugin(), importPlugin(), and loadPlugins().
bool ApplicationWindow::d_in_place_editing |
Flag telling if the in-place editing of 2D plot labels is enabled.
Referenced by ConfigDialog::apply(), Graph::enableTextEditor(), ConfigDialog::initPlotsPage(), readSettings(), saveSettings(), ConfigDialog::setApplication(), setDefaultOptions(), and LegendWidget::showTextEditor().
|
private |
Referenced by indexedColorNames(), readSettings(), saveSettings(), setDefaultOptions(), and setIndexedColorNames().
|
private |
Referenced by differentiate(), indexedColors(), readSettings(), saveSettings(), setDefaultOptions(), and setIndexedColors().
bool ApplicationWindow::d_indexed_symbols |
bool ApplicationWindow::d_inform_rename_table |
WindowType ApplicationWindow::d_init_window_type |
bool ApplicationWindow::d_int_results_table |
bool ApplicationWindow::d_int_show_plot |
bool ApplicationWindow::d_int_sort_data |
bool ApplicationWindow::d_is_appending_file |
Flag telling if the application is appending a project file or not.
Referenced by addColumnNameToCompleter(), appendProject(), matrix(), newMatrix(), newTable(), setDefaultOptions(), and updateCompleter().
QString ApplicationWindow::d_java_path |
QString ApplicationWindow::d_jodconverter_path |
bool ApplicationWindow::d_keep_aspect_ration |
Referenced by EnrichmentDialog::apply(), ConfigDialog::apply(), LayerDialog::closeEvent(), ImageExportDialog::closeEvent(), PlotDialog::closeEvent(), ImageExportDialog::initAdvancedOptions(), EnrichmentDialog::initGeometryPage(), ConfigDialog::initLayerGeometryPage(), PlotDialog::initLayerGeometryPage(), PlotDialog::initPlotGeometryPage(), readSettings(), saveSettings(), ConfigDialog::setApplication(), and setDefaultOptions().
QColor ApplicationWindow::d_keyword_highlight_color |
int ApplicationWindow::d_latex_compiler |
QString ApplicationWindow::d_latex_compiler_path |
int ApplicationWindow::d_layer_canvas_height |
int ApplicationWindow::d_layer_canvas_width |
int ApplicationWindow::d_layer_geometry_unit |
Default geometry unit to be displayed in the PlotDialog.
Referenced by PlotDialog::acceptParams(), ConfigDialog::apply(), ConfigDialog::initLayerGeometryPage(), PlotDialog::initLayerGeometryPage(), PlotDialog::initPlotGeometryPage(), ConfigDialog::languageChange(), plotCustomLayout(), readSettings(), saveSettings(), ConfigDialog::setApplication(), setDefaultOptions(), LayerDialog::setMultiLayer(), PlotDialog::setMultiLayer(), and LayerDialog::update().
int ApplicationWindow::d_legend_default_angle |
bool ApplicationWindow::d_matrix_tool_bar |
Referenced by customToolBars(), readSettings(), saveSettings(), setDefaultOptions(), and showToolBarsMenu().
|
private |
Referenced by matrixUndoStackSize(), readSettings(), saveSettings(), setDefaultOptions(), and setMatrixUndoStackSize().
|
private |
bool ApplicationWindow::d_multi_peak_messages |
bool ApplicationWindow::d_muparser_c_locale |
bool ApplicationWindow::d_note_line_numbers |
Flag telling if line numbers are displayed in note windows.
Referenced by ConfigDialog::customizeNotes(), ScriptWindow::initActions(), ConfigDialog::initNotesPage(), readSettings(), saveSettings(), ConfigDialog::setApplication(), setDefaultOptions(), and showScriptWindow().
QFont ApplicationWindow::d_notes_font |
int ApplicationWindow::d_notes_tab_length |
bool ApplicationWindow::d_notes_tool_bar |
Referenced by customToolBars(), readSettings(), saveSettings(), setDefaultOptions(), and showToolBarsMenu().
QColor ApplicationWindow::d_numeric_highlight_color |
bool ApplicationWindow::d_open_last_project |
QString ApplicationWindow::d_open_project_filter |
Last selected filter in open project dialog.
Referenced by OpenProjectDialog::closeEvent(), open(), OpenProjectDialog::OpenProjectDialog(), readSettings(), saveSettings(), and setDefaultOptions().
bool ApplicationWindow::d_opening_file |
Flag telling if the application is opening a project file or not.
Referenced by addColumnNameToCompleter(), changeFolder(), openProject(), MultiLayer::resizeLayers(), setDefaultOptions(), updateCompleter(), and windowActivated().
QStringList ApplicationWindow::d_param_surface_func |
bool ApplicationWindow::d_plot3D_tool_bar |
Referenced by customToolBars(), readSettings(), saveSettings(), setDefaultOptions(), and showToolBarsMenu().
bool ApplicationWindow::d_plot_tool_bar |
Referenced by customToolBars(), readSettings(), saveSettings(), setDefaultOptions(), and showToolBarsMenu().
int ApplicationWindow::d_preview_lines |
bool ApplicationWindow::d_print_cropmarks |
QPrinter::PaperSize ApplicationWindow::d_print_paper_size |
Referenced by printPreview(), readSettings(), saveSettings(), setDefaultOptions(), and setPrintPreviewOptions().
QPrinter::Orientation ApplicationWindow::d_printer_orientation |
Referenced by printPreview(), readSettings(), saveSettings(), setDefaultOptions(), and setPrintPreviewOptions().
QString ApplicationWindow::d_python_config_folder |
QColor ApplicationWindow::d_quotation_highlight_color |
QStringList ApplicationWindow::d_recent_functions |
QColor ApplicationWindow::d_rect_default_background |
QBrush ApplicationWindow::d_rect_default_brush |
double ApplicationWindow::d_scale_fonts_factor |
bool ApplicationWindow::d_scale_plots_on_print |
bool ApplicationWindow::d_script_win_on_top |
QRect ApplicationWindow::d_script_win_rect |
QVector<bool> ApplicationWindow::d_show_axes |
Axes to be shown.
Referenced by ConfigDialog::apply(), ConfigDialog::initAxesPage(), readSettings(), saveSettings(), ConfigDialog::setApplication(), setDefaultOptions(), and setPreferences().
QVector<bool> ApplicationWindow::d_show_axes_labels |
Axes with labels enabled.
Referenced by ConfigDialog::apply(), ConfigDialog::initAxesPage(), readSettings(), saveSettings(), ConfigDialog::setApplication(), setDefaultOptions(), and setPreferences().
bool ApplicationWindow::d_show_current_folder |
Specifies if only the Tables/Matrices in the current folder should be displayed in the Add/remove curve dialog.
Referenced by CurvesDialog::init(), readSettings(), saveSettings(), setDefaultOptions(), and CurvesDialog::showCurrentFolder().
bool ApplicationWindow::d_show_empty_cell_gap |
bool ApplicationWindow::d_show_table_comments |
bool ApplicationWindow::d_show_table_paste_dialog |
QString ApplicationWindow::d_soffice_path |
QString ApplicationWindow::d_startup_scripts_folder |
Scripts in this folder are executed at startup if default script language is Python.
Referenced by addColumnNameToCompleter(), ConfigDialog::apply(), ConfigDialog::chooseHelpFolder(), ConfigDialog::initFileLocationsPage(), readSettings(), saveSettings(), ConfigDialog::setApplication(), and setDefaultOptions().
bool ApplicationWindow::d_stats_confidence |
bool ApplicationWindow::d_stats_output |
bool ApplicationWindow::d_stats_power |
bool ApplicationWindow::d_stats_result_log |
bool ApplicationWindow::d_stats_result_notes |
bool ApplicationWindow::d_stats_result_table |
double ApplicationWindow::d_stats_significance_level |
int ApplicationWindow::d_symbol_style |
|
private |
Referenced by indexedSymbols(), readSettings(), saveSettings(), setDefaultOptions(), and setIndexedSymbols().
bool ApplicationWindow::d_synchronize_graph_scales |
bool ApplicationWindow::d_table_tool_bar |
Referenced by customToolBars(), readSettings(), saveSettings(), setDefaultOptions(), and showToolBarsMenu().
|
private |
QString ApplicationWindow::d_translations_folder |
|
private |
Referenced by customMenu(), and init().
|
private |
Referenced by addCustomAction(), customActionsList(), performCustomAction(), reloadCustomActions(), and removeCustomAction().
|
private |
Referenced by addCustomAction(), addCustomMenu(), customMenusList(), reloadCustomMenus(), and removeCustomMenu().
|
private |
Referenced by activateWindow(), cascade(), changeFolder(), dropEvent(), enableMdiArea(), init(), initMatrix(), initMultilayerPlot(), initPlot3D(), initTable(), newNote(), openProject(), resizeWindow(), setAppColors(), showWindowContextMenu(), windowActivated(), windowsMenuAboutToShow(), windowsMenuActivated(), and workspace().
|
private |
Referenced by initToolBars().
|
private |
Referenced by analysisMenuAboutToShow(), customizableMenusList(), initMainMenu(), and insertTranslatedStrings().
QColor ApplicationWindow::defaultArrowColor |
Referenced by CanvasPicker::eventFilter(), readSettings(), saveSettings(), setArrowDefaultSettings(), and setDefaultOptions().
int ApplicationWindow::defaultArrowHeadAngle |
Referenced by CanvasPicker::eventFilter(), readSettings(), saveSettings(), setArrowDefaultSettings(), and setDefaultOptions().
bool ApplicationWindow::defaultArrowHeadFill |
Referenced by CanvasPicker::eventFilter(), readSettings(), saveSettings(), setArrowDefaultSettings(), and setDefaultOptions().
int ApplicationWindow::defaultArrowHeadLength |
Referenced by CanvasPicker::eventFilter(), readSettings(), saveSettings(), setArrowDefaultSettings(), and setDefaultOptions().
Qt::PenStyle ApplicationWindow::defaultArrowLineStyle |
Referenced by CanvasPicker::eventFilter(), readSettings(), saveSettings(), setArrowDefaultSettings(), and setDefaultOptions().
double ApplicationWindow::defaultArrowLineWidth |
Referenced by CanvasPicker::eventFilter(), readSettings(), saveSettings(), setArrowDefaultSettings(), and setDefaultOptions().
int ApplicationWindow::defaultCurveAlpha |
int ApplicationWindow::defaultCurveBrush |
double ApplicationWindow::defaultCurveLineWidth |
int ApplicationWindow::defaultCurveStyle |
Referenced by ConfigDialog::apply(), Graph::dropEvent(), CurvesDialog::init(), ConfigDialog::languageChange(), PlotWizard::plot2D(), plot2HorizontalLayers(), plot2VerticalLayers(), plot4Layers(), plotCustomLayout(), plotFile(), plotHorizontalSharedAxisLayers(), plotSharedAxesLayers(), plotStackedLayers(), plotStackSharedAxisLayers(), plotVerticalSharedAxisLayers(), readSettings(), saveSettings(), setDefaultOptions(), and LayerDialog::update().
int ApplicationWindow::defaultPlotMargin |
QString ApplicationWindow::defaultScriptingLang |
The scripting language to use for new projects.
Referenced by ConfigDialog::apply(), init(), ConfigDialog::initAppPage(), ConfigDialog::initFileLocationsPage(), readSettings(), saveSettings(), ConfigDialog::setApplication(), and setDefaultOptions().
double ApplicationWindow::defaultSymbolEdge |
int ApplicationWindow::defaultSymbolSize |
|
private |
|
private |
Stores the pointers to the dragged items from the FolderListViews objects.
Referenced by dragFolderItems(), and dropFolderItems().
bool ApplicationWindow::drawBackbones |
Draw axes backbones.
Referenced by ConfigDialog::apply(), ConfigDialog::initAxesPage(), readSettings(), saveSettings(), ConfigDialog::setApplication(), setDefaultOptions(), AxesDialog::setFrameDefaultValues(), and setPreferences().
|
private |
Referenced by customizableMenusList(), initMainMenu(), and insertTranslatedStrings().
|
private |
Referenced by initToolBars(), insertTranslatedStrings(), and showToolBarsMenu().
|
private |
Referenced by init(), readSettings(), saveSettings(), and updateExplorerWindowLayout().
|
private |
Referenced by addFolder(), createActions(), init(), insertTranslatedStrings(), and showMoreWindows().
|
private |
Referenced by customizableMenusList(), fileMenuAboutToShow(), initMainMenu(), and insertTranslatedStrings().
|
private |
Referenced by customizableMenusList(), fileMenuAboutToShow(), initMainMenu(), and insertTranslatedStrings().
|
private |
Referenced by initToolBars(), insertTranslatedStrings(), and showToolBarsMenu().
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), pickPlotStyle(), and translateActionsStrings().
|
private |
Referenced by customizableMenusList(), initMainMenu(), insertTranslatedStrings(), and tableMenuAboutToShow().
|
private |
Referenced by analysisMenuAboutToShow(), customizableMenusList(), initMainMenu(), and insertTranslatedStrings().
int ApplicationWindow::fit_output_precision |
precision used for the output of the fit operations
Referenced by FitDialog::accept(), analyzeCurve(), ConfigDialog::apply(), FitDialog::applyChanges(), ExpDecayDialog::ExpDecayDialog(), ExpDecayDialog::fit(), PolynomFitDialog::fit(), fitLinear(), fitSlope(), FitDialog::initAdvancedPage(), ConfigDialog::initFittingPage(), readSettings(), saveSettings(), ConfigDialog::setApplication(), and setDefaultOptions().
bool ApplicationWindow::fit_scale_errors |
Scale the errors output in fit operations with reduced chi^2.
Referenced by analyzeCurve(), ConfigDialog::apply(), FitDialog::applyChanges(), ExpDecayDialog::fit(), FitDialog::initAdvancedPage(), ConfigDialog::initFittingPage(), readSettings(), saveSettings(), ConfigDialog::setApplication(), setDefaultOptions(), and FitDialog::showAdvancedPage().
QString ApplicationWindow::fitModelsPath |
QString ApplicationWindow::fitPluginsPath |
int ApplicationWindow::fitPoints |
Number of points in a generated fit curve.
Referenced by analyzeCurve(), ConfigDialog::apply(), FitDialog::applyChanges(), PolynomFitDialog::fit(), ExpDecayDialog::fit(), FitDialog::initAdvancedPage(), ConfigDialog::initFittingPage(), MultiPeakFitTool::MultiPeakFitTool(), readSettings(), saveSettings(), ConfigDialog::setApplication(), and setDefaultOptions().
|
private |
Referenced by custom3DGrids(), initPlot3DToolBar(), and translateActionsStrings().
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), pickFloorStyle(), and translateActionsStrings().
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), pickFloorStyle(), and translateActionsStrings().
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), and translateActionsStrings().
|
private |
Referenced by initPlot3DToolBar().
FolderListView * ApplicationWindow::folders |
Referenced by appendProject(), changeFolder(), deleteFolder(), deleteSelectedItems(), desactivateFolders(), dropFolderItems(), find(), folderItemChanged(), folderItemDoubleClicked(), hideSelectedWindows(), init(), moveFolder(), openProject(), projectFolder(), renameFolder(), saveProjectAs(), setAppColors(), showFolderPopupMenu(), showSelectedWindows(), showWindowPopupMenu(), and startRenameFolder().
|
private |
Referenced by initMainMenu(), and windowsMenuAboutToShow().
|
private |
|
private |
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), pickCoordSystem(), and translateActionsStrings().
|
private |
Referenced by custom3DGrids(), initPlot3DToolBar(), and translateActionsStrings().
bool ApplicationWindow::generatePeakCurves |
bool ApplicationWindow::generateUniformFitPoints |
Referenced by analyzeCurve(), ConfigDialog::apply(), FitDialog::applyChanges(), PolynomFitDialog::fit(), ExpDecayDialog::fit(), fitLinear(), fitSlope(), FitDialog::initAdvancedPage(), ConfigDialog::initFittingPage(), MultiPeakFitTool::MultiPeakFitTool(), readSettings(), saveSettings(), ConfigDialog::setApplication(), and setDefaultOptions().
|
private |
Referenced by customizableMenusList(), customMenu(), initMainMenu(), and insertTranslatedStrings().
|
private |
Referenced by initPlot3DToolBar(), pickCoordSystem(), and showTwoSampleStudentTestDialog().
|
private |
Referenced by customizableMenusList(), initMainMenu(), and insertTranslatedStrings().
QString ApplicationWindow::helpFilePath |
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), pickPlotStyle(), and translateActionsStrings().
|
private |
|
private |
Used when checking for new versions.
Referenced by initSearchForUpdates(), and receivedVersionFile().
int ApplicationWindow::ignoredLines |
Referenced by dropEvent(), importASCII(), ImportASCIIDialog::ImportASCIIDialog(), readSettings(), saveSettings(), and setDefaultOptions().
QString ApplicationWindow::imagesDirPath |
Referenced by addImage(), PlotDialog::chooseBackgroundImageFile(), EnrichmentDialog::chooseImageFile(), PlotDialog::chooseSymbolImageFile(), exportAllGraphs(), exportGraph(), exportLayer(), exportMatrix(), exportPDF(), importImage(), loadImage(), readSettings(), saveSettings(), and setDefaultOptions().
|
private |
Referenced by customizableMenusList(), fileMenuAboutToShow(), initMainMenu(), and insertTranslatedStrings().
|
private |
Referenced by addEllipse(), addRectangle(), addTexFormula(), addText(), connectMultilayerPlot(), copySelection(), displayInfo(), drawPoints(), fitMultiPeak(), infoLineEdit(), initToolBars(), integrate(), matrixDeterminant(), movePoints(), removePoints(), showCursor(), showRangeSelectors(), showScreenReader(), subtractStraightLine(), translateCurve(), and updateAppFonts().
|
private |
|
private |
Referenced by custom3DGrids(), initPlot3DToolBar(), openGraph(), and translateActionsStrings().
QColor ApplicationWindow::legendBackground |
int ApplicationWindow::legendFrameStyle |
QColor ApplicationWindow::legendTextColor |
QStringList ApplicationWindow::locales |
QDockWidget* ApplicationWindow::logWindow |
Referenced by createActions(), init(), insertTranslatedStrings(), and showResults().
FolderListView* ApplicationWindow::lv |
Referenced by activateWindow(), addFolderListViewItem(), addListViewItem(), changeFolder(), clearSelection(), closeWindow(), deleteSelectedItems(), hideSelectedWindows(), hideWindow(), init(), insertTranslatedStrings(), listViewDate(), maximizeWindow(), minimizeWindow(), renameListViewItem(), renameWindow(), resizeWindow(), setAppColors(), setListView(), setListViewDate(), setListViewLabel(), showListViewPopupMenu(), showSelectedWindows(), showTable(), showWindowPopupMenu(), startRenameFolder(), and windowProperties().
int ApplicationWindow::majTicksLength |
int ApplicationWindow::majTicksStyle |
Referenced by ConfigDialog::apply(), ConfigDialog::languageChange(), readSettings(), saveSettings(), setDefaultOptions(), and setPreferences().
|
private |
Referenced by customizableMenusList(), customMenu(), initMainMenu(), insertTranslatedStrings(), and matrixMenuAboutToShow().
int ApplicationWindow::minTicksLength |
int ApplicationWindow::minTicksStyle |
Referenced by ConfigDialog::apply(), ConfigDialog::languageChange(), readSettings(), saveSettings(), setDefaultOptions(), and setPreferences().
|
private |
Referenced by analysisMenuAboutToShow(), customizableMenusList(), initMainMenu(), and insertTranslatedStrings().
|
private |
Referenced by customizableMenusList(), fileMenuAboutToShow(), initMainMenu(), and insertTranslatedStrings().
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), pickCoordSystem(), and translateActionsStrings().
|
private |
Referenced by analysisMenuAboutToShow(), customizableMenusList(), initMainMenu(), and insertTranslatedStrings().
|
private |
Referenced by customToolBars(), disableToolbars(), initToolBars(), insertTranslatedStrings(), scriptingMenuAboutToShow(), and showToolBarsMenu().
QColor ApplicationWindow::panelsColor |
QColor ApplicationWindow::panelsTextColor |
Referenced by init(), ConfigDialog::initAppPage(), readSettings(), saveSettings(), setAppColors(), ConfigDialog::setApplication(), and setDefaultOptions().
bool ApplicationWindow::pasteFitResultsToPlot |
QColor ApplicationWindow::peakCurvesColor |
|
private |
Referenced by customizableMenusList(), customMenu(), initMainMenu(), insertTranslatedStrings(), and plotMenuAboutToShow().
|
private |
Referenced by customizableMenusList(), customMenu(), initMainMenu(), insertTranslatedStrings(), and showWindowContextMenu().
|
private |
Referenced by customToolBars(), disableToolbars(), initPlot3D(), initPlot3DToolBar(), insertTranslatedStrings(), and showToolBarsMenu().
QFont ApplicationWindow::plotAxesFont |
|
private |
QFont ApplicationWindow::plotLegendFont |
|
private |
Referenced by customToolBars(), disableToolbars(), initToolBars(), insertTranslatedStrings(), and showToolBarsMenu().
QFont ApplicationWindow::plotNumbersFont |
|
private |
Referenced by initPlot3DToolBar().
QFont ApplicationWindow::plotTitleFont |
|
private |
Referenced by customToolBars(), disableToolbars(), initToolBars(), insertTranslatedStrings(), and showToolBarsMenu().
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), pickPlotStyle(), and translateActionsStrings().
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), pickPlotStyle(), and translateActionsStrings().
QString ApplicationWindow::projectname |
|
private |
Referenced by createLanguagesList(), and switchToLanguage().
|
private |
Referenced by fileMenuAboutToShow(), init(), initMainMenu(), openRecentProject(), and updateRecentProjectsList().
int ApplicationWindow::recentMenuID |
Referenced by fileMenuAboutToShow(), and insertTranslatedStrings().
QStringList ApplicationWindow::recentProjects |
Referenced by importExcel(), open(), openRecentProject(), parseCommandLineArguments(), readSettings(), saveSettings(), and updateRecentProjectsList().
bool ApplicationWindow::renameColumns |
Referenced by dropEvent(), importASCII(), ImportASCIIDialog::ImportASCIIDialog(), plotFile(), readSettings(), saveSettings(), and setDefaultOptions().
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().
|
private |
Referenced by changeFolder(), clearLogInfo(), clearSelection(), copySelection(), init(), resultsLog(), setAppColors(), and showResults().
QStringList ApplicationWindow::rFunctions |
Referenced by readSettings(), saveSettings(), FunctionDialog::showPolarRadiusLog(), and updateFunctionLists().
|
private |
Referenced by custom3DGrids(), initPlot3DToolBar(), and translateActionsStrings().
bool ApplicationWindow::saved |
Referenced by modifiedProject(), openProject(), openRecentProject(), savedProject(), showDemoVersionMessage(), and showSaveProjectMessage().
int ApplicationWindow::savingTimerId |
Referenced by saveProject(), setDefaultOptions(), setSaveSettings(), and timerEvent().
|
private |
Referenced by customizableMenusList(), customMenu(), initMainMenu(), insertTranslatedStrings(), and scriptingMenuAboutToShow().
QString ApplicationWindow::scriptsDirPath |
Referenced by Note::addTab(), readSettings(), saveSettings(), scriptsDirPathChanged(), ScriptWindow::ScriptWindow(), and setDefaultOptions().
|
private |
ShowWindowsPolicy ApplicationWindow::show_windows_policy |
Describes which windows are shown when the folder becomes the current folder.
Referenced by changeFolder(), closeWindow(), hideAllFolderWindows(), readSettings(), saveSettings(), setDefaultOptions(), setShowWindowsPolicy(), showAllFolderWindows(), and showFolderPopupMenu().
bool ApplicationWindow::simplify_spaces |
Referenced by dropEvent(), importASCII(), ImportASCIIDialog::ImportASCIIDialog(), plotFile(), readSettings(), saveSettings(), and setDefaultOptions().
|
private |
Referenced by analysisMenuAboutToShow(), customizableMenusList(), initMainMenu(), and insertTranslatedStrings().
bool ApplicationWindow::strip_spaces |
Referenced by dropEvent(), importASCII(), ImportASCIIDialog::ImportASCIIDialog(), plotFile(), readSettings(), saveSettings(), and setDefaultOptions().
QStringList ApplicationWindow::surfaceFunc |
Referenced by readSettings(), saveSettings(), SurfaceDialog::showFunctionLog(), and updateSurfaceFuncList().
QColor ApplicationWindow::tableBkgdColor |
QColor ApplicationWindow::tableHeaderColor |
QFont ApplicationWindow::tableHeaderFont |
|
private |
Referenced by customizableMenusList(), customMenu(), initMainMenu(), insertTranslatedStrings(), and tableMenuAboutToShow().
|
private |
Referenced by init(), showTable(), and showWindowPopupMenu().
QColor ApplicationWindow::tableTextColor |
QFont ApplicationWindow::tableTextFont |
|
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 openTemplate(), readSettings(), saveAsTemplate(), saveSettings(), and setDefaultOptions().
QStringList ApplicationWindow::thetaFunctions |
Referenced by readSettings(), saveSettings(), FunctionDialog::showPolarThetaLog(), and updateFunctionLists().
bool ApplicationWindow::titleOn |
|
private |
Referenced by createActions(), init(), and insertTranslatedStrings().
|
private |
Used when checking for new versions.
Referenced by initSearchForUpdates(), and receivedVersionFile().
|
private |
Referenced by customizableMenusList(), initMainMenu(), insertTranslatedStrings(), and plotCustomLayoutSharedAxes().
|
private |
Referenced by customizableMenusList(), initMainMenu(), insertTranslatedStrings(), and windowsMenuAboutToShow().
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), pickPlotStyle(), and translateActionsStrings().
QString ApplicationWindow::workingDir |
QColor ApplicationWindow::workspaceColor |
Referenced by init(), ConfigDialog::initAppPage(), readSettings(), saveSettings(), setAppColors(), ConfigDialog::setApplication(), and setDefaultOptions().
bool ApplicationWindow::writeFitResultsToLog |
Write fit output information to Result Log.
Referenced by ConfigDialog::apply(), FitDialog::applyChanges(), PolynomialFit::fit(), Fit::fit(), LinearFit::fit(), LinearSlopeFit::fit(), FitDialog::initAdvancedPage(), ConfigDialog::initFittingPage(), readSettings(), saveSettings(), ConfigDialog::setApplication(), and setDefaultOptions().
QStringList ApplicationWindow::xFunctions |
Referenced by readSettings(), saveSettings(), FunctionDialog::showXParLog(), and updateFunctionLists().
QStringList ApplicationWindow::yFunctions |
Referenced by readSettings(), saveSettings(), FunctionDialog::showYParLog(), and updateFunctionLists().