SciDAVis
1.D4
|
SciDAVis's main window. More...
#include <ApplicationWindow.h>
Public Types | |
enum | { MaxRecentProjects = 10 } |
enum | ShowWindowsPolicy { HideAll, ActiveFolder, SubFolders } |
Public Slots | |
static void | about () |
Show about dialog. | |
void | addColToTable () |
void | addErrorBars () |
bool | alreadyUsedName (const QString &label) |
void | changeMatrixName (const QString &oldName, const QString &newName) |
void | clearSelection () |
QStringList | columnsList (SciDAVis::PlotDesignation plotType) |
QStringList | columnsList () |
void | copyActiveLayer () |
void | copyMarker () |
void | copySelection () |
void | copyStatusBarText () |
Copy the status bar text to the clipboard. | |
void | createLanguagesList () |
void | cutSelection () |
void | defineErrorBars (const QString &name, int type, const QString &percent, int direction) |
void | defineErrorBars (const QString &curveName, const QString &errColumnName, int direction) |
QStringList | depending3DPlots (Matrix *m) |
QStringList | dependingPlots (const QString &caption) |
void | hideCurve () |
void | hideOtherCurves () |
QStringList | matrixNames () |
Returns a list with the names of all the matrices in the project. | |
void | movePoints () |
QStringList | multilayerDependencies (QWidget *w) |
MultiLayer * | newGraph (const QString &caption=tr("Graph")) |
Creates a new empty multilayer plot. | |
void | newProject () |
void | openTemplate () |
void | parseCommandLineArguments (const QStringList &args) |
void | pasteSelection () |
bool | projectHas2DPlots () |
bool | projectHas3DPlots () |
bool | projectHasMatrices () |
void | redo () |
void | removeCurve () |
Removes the curve identified by a key stored in the data() of actionRemoveCurve. | |
void | removeCurves (const QString &name) |
void | removePoints () |
void | resizeActiveWindow () |
void | resizeWindow () |
void | restoreWindowGeometry (ApplicationWindow *app, MyWidget *w, const QString s) |
void | saveAsTemplate () |
void | setCurveFullRange () |
void | showAllCurves () |
void | showBugTracker () |
Open bug tracking system at SF.net in external browser. | |
void | showForums () |
Open forums page at SF.net in external browser. | |
void | showHomePage () |
Open SciDAVis homepage in external browser. | |
void | showStatusBarContextMenu (const QPoint &pos) |
Show the context menu for the status bar. | |
void | showTable (const QString &curve) |
void | switchToLanguage (int param) |
void | switchToLanguage (const QString &locale) |
void | translateCurveHor () |
void | translateCurveVert () |
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 () |
void | updateTableNames (const QString &oldName, const QString &newName) |
static QString | versionString () |
Return a version string ("SciDAVis x.y.z") | |
QWidget * | window (const QString &name) |
Returns a pointer to the window named "name". | |
QString | windowGeometryInfo (MyWidget *w) |
void | windowsMenuAboutToShow () |
void | windowsMenuActivated (int id) |
Projects and Project Files | |
void | open () |
ApplicationWindow * | open (const QString &fn) |
QFile * | openCompressedFile (const QString &fn) |
Returns temporary file ready for reading uncompressed content. | |
ApplicationWindow * | openProject (const QString &fn) |
void | showHistory () |
ApplicationWindow * | plotFile (const QString &fn) |
Create a new project from a data file. | |
ApplicationWindow * | loadScript (const QString &fn, bool execute=false) |
Create a new project from a script file. | |
QWidgetList * | windowsList () |
void | updateWindowLists (MyWidget *w) |
void | cascade () |
void | saveProjectAs () |
bool | saveProject () |
void | modifiedProject () |
Set the project status to modifed. | |
void | savedProject () |
Set the project status to saved (not modified) | |
void | modifiedProject (QWidget *w) |
Set the project status to modified and save 'w' as the last modified widget. | |
Settings | |
void | readSettings () |
void | saveSettings () |
void | applyUserSettings () |
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) |
Multilayer Plots | |
MultiLayer * | multilayerPlot (int c, int r, int style) |
MultiLayer * | multilayerPlot (Table *w, const QStringList &colList, int style, int startRow=0, int endRow=-1) |
MultiLayer * | multilayerPlot (const QString &caption) |
used when restoring a plot from a project file | |
MultiLayer * | multilayerPlot (const QStringList &colList) |
used by the plot wizard | |
void | connectMultilayerPlot (MultiLayer *g) |
void | addLayer () |
void | deleteLayer () |
MultiLayer * | plotSpectrogram (Matrix *m, Graph::CurveType type) |
Creates a new spectrogram graph. | |
void | plotGrayScale () |
MultiLayer * | plotGrayScale (Matrix *m) |
void | plotContour () |
MultiLayer * | plotContour (Matrix *m) |
void | plotColorMap () |
MultiLayer * | plotColorMap (Matrix *m) |
void | autoArrangeLayers () |
Rearrange the layersin order to fit to the size of the plot window. | |
void | initMultilayerPlot (MultiLayer *g, const QString &name) |
void | polishGraph (Graph *g, int style) |
void | plot2VerticalLayers () |
void | plot2HorizontalLayers () |
void | plot4Layers () |
void | plotStackedLayers () |
void | plotStackedHistograms () |
3D Data Plots | |
Graph3D * | openMatrixPlot3D (const QString &caption, const QString &matrix_name, double xl, double xr, double yl, double yr, double zl, double zr) |
Graph3D * | dataPlot3D (Table *table, const QString &colName) |
Graph3D * | dataPlotXYZ (Table *table, const QString &zColName, int type) |
Graph3D * | dataPlot3D (const QString &caption, const QString &formula, double xl, double xr, double yl, double yr, double zl, double zr) |
Graph3D * | dataPlotXYZ (const QString &caption, const QString &formula, double xl, double xr, double yl, double yr, double zl, double zr) |
Surface Plots | |
Graph3D * | newPlot3D () |
Graph3D * | newPlot3D (const QString &formula, double xl, double xr, double yl, double yr, double zl, double zr) |
Graph3D * | newPlot3D (const QString &caption, const QString &formula, double xl, double xr, double yl, double yr, double zl, double zr) |
void | connectSurfacePlot (Graph3D *plot) |
void | newSurfacePlot () |
void | editSurfacePlot () |
void | remove3DMatrixPlots (Matrix *m) |
void | updateMatrixPlots (QWidget *) |
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 | initPlot3D (Graph3D *plot) |
void | customPlot3D (Graph3D *plot) |
void | setPlot3DOptions () |
void | plot3DWireframe () |
void | plot3DHiddenLine () |
void | plot3DPolygons () |
void | plot3DWireSurface () |
void | plot3DMatrix (int style) |
void | plot3DRibbon () |
void | plot3DScatter () |
void | plot3DTrajectory () |
void | plot3DBars () |
User-defined Functions | |
bool | newFunctionPlot (int type, QStringList &formulas, const QString &var, QList< double > &ranges, int points) |
FunctionDialog * | functionDialog () |
void | showFunctionDialog () |
void | showFunctionDialog (Graph *g, int curve) |
void | addFunctionCurve () |
void | clearFitFunctionsList () |
void | saveFitFunctionsList (const QStringList &l) |
void | clearSurfaceFunctionsList () |
void | clearLogInfo () |
void | clearParamFunctionsList () |
void | clearPolarFunctionsList () |
void | updateFunctionLists (int type, QStringList &formulas) |
void | updateSurfaceFuncList (const QString &s) |
Matrices | |
Matrix * | newMatrix (int rows=32, int columns=32) |
Creates a new empty matrix. | |
Matrix * | newMatrix (const QString &caption, int r, int c) |
To be used when opening a project file only! | |
Matrix * | matrix (const QString &name) |
Matrix * | convertTableToMatrix () |
void | initMatrix (Matrix *m) |
void | invertMatrix () |
void | matrixDeterminant () |
Tables | |
Table * | newTable () |
Creates an empty table. | |
Table * | newTable (const QString &fname, const QString &sep, int lines, bool renameCols, bool stripSpaces, bool simplifySpaces, bool convertToNumeric, QLocale numericLocale) |
Used when importing an ASCII file. | |
Table * | newTable (const QString &caption, int r, int c) |
Used when loading a table from a project file. | |
Table * | newTable (int r, int c, const QString &name=QString(), const QString &legend=QString()) |
Table * | newTable (const QString &name, const QString &legend, QList< Column * > columns) |
Table * | newHiddenTable (const QString &name, const QString &label, QList< Column * > columns) |
Create a Table which is initially hidden; used to return the result of an analysis operation. | |
Table * | table (const QString &name) |
Table * | convertMatrixToTable () |
QWidgetList * | tableList () |
void | connectTable (Table *w) |
void | newWrksheetPlot (const QString &name, const QString &label, QList< Column * > columns) |
void | initTable (Table *w) |
void | customTable (Table *w) |
void | customizeTables (const QColor &bgColor, const QColor &textColor, const QColor &headerColor, const QFont &textFont, const QFont &headerFont, bool showComments) |
void | importASCII () |
void | importASCII (const QStringList &files, int import_mode, const QString &local_column_separator, int local_ignored_lines, bool local_rename_columns, bool local_strip_spaces, bool local_simplify_spaces, bool local_convert_to_numeric, QLocale local_numeric_locale) |
void | exportAllTables (const QString &sep, bool colNames, bool expSelection) |
void | exportASCII (const QString &tableName, const QString &sep, bool colNames, bool expSelection) |
TableStatistics * | newTableStatistics (Table *base, int type, QList< int >, const QString &caption=QString::null) |
Graphs | |
void | setPreferences (Graph *g) |
void | setGraphDefaultSettings (bool autoscale, bool scaleFonts, bool resizeLayers, bool antialiasing) |
void | setLegendDefaultSettings (int frame, const QFont &font, const QColor &textCol, const QColor &backgroundCol) |
void | setArrowDefaultSettings (int lineWidth, const QColor &c, Qt::PenStyle style, int headLength, int headAngle, bool fillHead) |
void | plotPie () |
void | plotVectXYXY () |
void | plotVectXYAM () |
Image Analysis | |
void | intensityTable () |
void | pixelLineProfile () |
void | loadImage () |
void | loadImage (const QString &fn) |
Matrix * | importImage () |
Matrix * | importImage (const QString &fn) |
Export and Print | |
void | exportLayer () |
void | exportGraph () |
void | exportAllGraphs () |
void | exportPDF () |
void | print () |
void | print (QWidget *w) |
void | printAllPlots () |
MDI Windows | |
MyWidget * | clone () |
MyWidget * | clone (MyWidget *) |
void | renameActiveWindow () |
void | renameWindow (Q3ListViewItem *item, int, const QString &s) |
Called when the user presses F2 and an item is selected in lv. | |
bool | renameWindow (MyWidget *w, const QString &text) |
Checks weather the new window name is valid and modifies the name. | |
void | maximizeWindow (Q3ListViewItem *lbi) |
void | maximizeWindow () |
void | minimizeWindow () |
void | setWindowGeometry (int x, int y, int w, int h) |
Changes the geometry of the active MDI window. | |
void | updateWindowStatus (MyWidget *) |
bool | hidden (QWidget *window) |
void | closeActiveWindow () |
void | closeWindow (MyWidget *window) |
void | removeWindowFromLists (MyWidget *w) |
Does all the cleaning work before actually deleting a window! | |
void | hideWindow (MyWidget *window) |
void | hideActiveWindow () |
void | activateWindow () |
void | activateWindow (MyWidget *) |
void | printWindow () |
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 | setListViewLabel (const QString &caption, const QString &label) |
Reading from a Project File | |
Matrix * | openMatrix (ApplicationWindow *app, const QStringList &flist) |
Table * | openTable (ApplicationWindow *app, QTextStream &stream) |
TableStatistics * | openTableStatistics (const QStringList &flist) |
Graph3D * | openSurfacePlot (ApplicationWindow *app, const QStringList &lst) |
Graph * | openGraph (ApplicationWindow *app, MultiLayer *plot, const QStringList &list) |
void | openRecentProject () |
Initialization | |
void | insertTranslatedStrings () |
void | translateActionsStrings () |
void | init () |
void | initGlobalConstants () |
void | createActions () |
void | initMainMenu () |
void | initPlotMenu () |
void | initTableAnalysisMenu () |
void | initPlotDataMenu () |
void | initToolBars () |
void | initPlot3DToolBar () |
void | disableActions () |
void | hideToolbars () |
void | customToolBars (QWidget *w) |
void | customMenu (QWidget *w) |
void | windowActivated (QWidget *w) |
Table Tools | |
void | correlate () |
void | autoCorrelate () |
void | convolute () |
void | deconvolute () |
void | clearTable () |
Plot Tools | |
void | newLegend () |
void | addTimeStamp () |
void | drawLine () |
void | drawArrow () |
void | addText () |
void | disableAddText () |
void | addImage () |
void | zoomIn () |
void | zoomOut () |
void | setAutoScale () |
void | showRangeSelectors () |
void | showCursor () |
void | showScreenReader () |
void | pickPointerCursor () |
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 () |
Calculus | |
void | differentiate () |
void | analysis (const QString &whichFit) |
void | analyzeCurve (Graph *g, const QString &whichFit, const QString &curveTitle) |
void | showDataSetDialog (const QString &whichFit) |
Event Handlers | |
void | closeEvent (QCloseEvent *) |
void | timerEvent (QTimerEvent *e) |
void | dragEnterEvent (QDragEnterEvent *e) |
void | dropEvent (QDropEvent *e) |
void | customEvent (QEvent *e) |
Dialogs | |
void | showFindDialogue () |
void | showPlotDialog (int curveKey=-1) |
Show plot style dialog for the active MultiLayer / activeGraph / specified curve or the activeGraph options dialog if no curve is specified (curveKey = -1). | |
QDialog * | showScaleDialog () |
QDialog * | showPlot3dDialog () |
AxesDialog * | showScalePageFromAxisDialog (int axisPos) |
AxesDialog * | showAxisPageFromAxisDialog (int axisPos) |
void | showAxisDialog () |
void | showGridDialog () |
void | showGeneralPlotDialog () |
void | showResults (bool ok) |
void | showResults (const QString &s, bool ok=true) |
void | showTextDialog () |
void | showLineDialog () |
void | showTitleDialog () |
void | showExportASCIIDialog () |
void | showCurvesDialog () |
void | showCurveRangeDialog () |
CurveRangeDialog * | showCurveRangeDialog (Graph *g, int curve) |
void | showPlotAssociations (int curve) |
void | showXAxisTitleDialog () |
void | showYAxisTitleDialog () |
void | showRightAxisTitleDialog () |
void | showTopAxisTitleDialog () |
void | showGraphContextMenu () |
void | showLayerButtonContextMenu () |
void | showWindowContextMenu () |
void | showWindowTitleBarMenu () |
void | showCurveContextMenu (int curveKey) |
void | showCurvePlotDialog () |
void | showCurveWorksheet () |
void | showCurveWorksheet (Graph *g, int curveIndex) |
void | showWindowPopupMenu (Q3ListViewItem *it, const QPoint &p, int) |
void | showListViewSelectionMenu (const QPoint &p) |
Connected to the context menu signal from lv; it's called when there are several items selected in the list. | |
void | showListViewPopupMenu (const QPoint &p) |
Connected to the context menu signal from lv; it's called when there are no items selected in the list. | |
void | showMoreWindows () |
void | showMarkerPopupMenu () |
void | showHelp () |
static void | showStandAloneHelp () |
void | chooseHelpFolder () |
QString | guessHelpFolder () |
void | showPlotWizard () |
void | showFitPolynomDialog () |
void | showIntegrationDialog () |
void | showInterpolationDialog () |
void | showExpGrowthDialog () |
void | showExpDecayDialog () |
void | showExpDecayDialog (int type) |
void | showTwoExpDecayDialog () |
void | showExpDecay3Dialog () |
void | showRowStatistics () |
void | showColStatistics () |
void | showFitDialog () |
void | showImageDialog () |
void | showPlotGeometryDialog () |
void | showLayerDialog () |
void | showPreferencesDialog () |
void | showSmoothSavGolDialog () |
void | showSmoothFFTDialog () |
void | showSmoothAverageDialog () |
void | showSmoothDialog (int m) |
void | showFilterDialog (int filter) |
void | lowPassFilterDialog () |
void | highPassFilterDialog () |
void | bandPassFilterDialog () |
void | bandBlockFilterDialog () |
void | showFFTDialog () |
Plot3D Tools | |
void | toggle3DAnimation (bool on=true) |
void | togglePerspective (bool on=true) |
Turns perspective mode on or off. | |
void | resetRotation () |
Resets rotation of 3D plots to default values. | |
void | fitFrameToLayer () |
Finds best layout for the 3D plot. | |
void | setFramed3DPlot () |
void | setBoxed3DPlot () |
void | removeAxes3DPlot () |
void | removeGrid3DPlot () |
void | setHiddenLineGrid3DPlot () |
void | setLineGrid3DPlot () |
void | setPoints3DPlot () |
void | setCrosses3DPlot () |
void | setCones3DPlot () |
void | setBars3DPlot () |
void | setFilledMesh3DPlot () |
void | setEmptyFloor3DPlot () |
void | setFloorData3DPlot () |
void | setFloorIso3DPlot () |
void | setFloorGrid3DPlot (bool on) |
void | setCeilGrid3DPlot (bool on) |
void | setRightGrid3DPlot (bool on) |
void | setLeftGrid3DPlot (bool on) |
void | setFrontGrid3DPlot (bool on) |
void | setBackGrid3DPlot (bool on) |
void | pickPlotStyle (QAction *action) |
void | pickCoordSystem (QAction *action) |
void | pickFloorStyle (QAction *action) |
void | custom3DActions (QWidget *w) |
void | custom3DGrids (int grids) |
Notes | |
Note * | newNote (const QString &caption=QString()) |
Creates a new empty note window. | |
Note * | openNote (ApplicationWindow *app, const QStringList &flist) |
void | initNote (Note *m, const QString &caption) |
void | saveNoteAs () |
Folders | |
Folder * | currentFolder () |
Returns a to the current folder in the project. | |
void | addFolder () |
Adds a new folder to the project. | |
void | deleteFolder () |
Deletes the current folder. | |
bool | deleteFolder (Folder *f) |
Ask confirmation from user, deletes the folder f if user confirms and returns true, otherwise returns false;. | |
void | deleteSelectedItems () |
Deletes the currently selected items from the list view lv. | |
void | deactivateFolders () |
Sets all items in the folders list view to be deactivated. | |
bool | changeFolder (Folder *newFolder, bool force=false) |
Changes the current folder. | |
void | folderItemChanged (Q3ListViewItem *it) |
Changes the current folder when the user changes the current item in the QListView "folders". | |
void | folderItemDoubleClicked (Q3ListViewItem *it) |
Changes the current folder when the user double-clicks on a folder item in the QListView "lv". | |
void | showFolderPopupMenu (Q3ListViewItem *it, const QPoint &p, bool fromFolders) |
creates and opens the context menu of a folder list view item | |
void | showFolderPopupMenu (Q3ListViewItem *it, const QPoint &p, int) |
connected to the SIGNAL contextMenuRequested from the list views | |
void | startRenameFolder () |
starts renaming the selected folder by creating a built-in text editor | |
void | startRenameFolder (Q3ListViewItem *item) |
starts renaming the selected folder by creating a built-in text editor | |
void | renameFolder (Q3ListViewItem *it, int col, const QString &text) |
checks weather the new folder name is valid and modifies the name | |
void | showAllFolderWindows () |
forces showing all windows in the current folder and subfolders, depending on the user's viewing policy | |
void | hideAllFolderWindows () |
forces hidding all windows in the current folder and subfolders, depending on the user's viewing policy | |
void | hideFolderWindows (Folder *f) |
hides all windows in folder f | |
void | folderProperties () |
pops up folder information | |
void | windowProperties () |
pops up information about the selected window item | |
void | projectProperties () |
pops up information about the current project | |
void | appendProject () |
Pops up a file dialog and invokes appendProject(const QString&) on the result. | |
void | appendProject (const QString &file_name) |
Open the specified project file and add it as a subfolder to the current folder. | |
void | saveAsProject () |
void | saveFolderAsProject (Folder *f) |
void | saveFolder (Folder *folder, const QString &fn) |
void | rawSaveFolder (Folder *folder, QIODevice *device) |
void | addFolderListViewItem (Folder *f) |
adds a folder list item to the list view "lv" | |
void | addListViewItem (MyWidget *w) |
adds a widget list item to the list view "lv" | |
void | setShowWindowsPolicy (int p) |
hides or shows windows in the current folder and changes the view windows policy | |
Folder * | projectFolder () |
returns a pointer to the root project folder | |
void | find (const QString &s, bool windowNames, bool labels, bool folderNames, bool caseSensitive, bool partialMatch, bool subfolders) |
used by the findDialog | |
void | dragFolderItems (QList< Q3ListViewItem * > items) |
initializes the list of items dragged by the user | |
void | dropFolderItems (Q3ListViewItem *dest) |
Drop the objects in the list draggedItems to the folder of the destination item. | |
void | moveFolder (FolderListItem *src, FolderListItem *dest) |
moves a folder item to another | |
Scripting | |
void | scriptError (const QString &message, const QString &scriptName, int lineNumber) |
notify the user that an error occured in the scripting system | |
void | executeNotes () |
execute all notes marked auto-exec | |
void | showScriptingLangDialog () |
show scripting language selection dialog | |
void | restartScriptingEnv () |
create a new environment for the current scripting language | |
void | scriptPrint (const QString &text) |
print to scripting console (if available) or to stdout | |
bool | setScriptingLang (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 |
Signals | |
void | modified () |
Public Member Functions | |
ApplicationWindow () | |
ApplicationWindow (const QStringList &l) | |
QString | generateUniqueName (const QString &name, bool increment=true) |
QStringList | tableWindows () |
~ApplicationWindow () | |
Public Member Functions inherited from scripted | |
scripted (ScriptingEnv *env) | |
void | scriptingChangeEvent (ScriptingChangeEvent *) |
~scripted () |
Private Slots | |
void | handleAspectAboutToBeRemoved (const AbstractAspect *aspect, int index) |
void | handleAspectAdded (const AbstractAspect *aspect, int index) |
void | removeDependentTableStatistics (const AbstractAspect *aspect) |
void | selectPlotType (int type) |
Manage plot type selection. | |
void | setActiveWindowFromAction () |
Set the active window selected from the context menu's dependency list. |
Private Member Functions | |
int | convertOldToNewColorIndex (int cindex) |
Workaround for the new colors introduced in rev 447. | |
QMenu * | createToolbarsMenu () |
Create a menu for toggeling the toolbars. | |
void | showWindowMenu (MyWidget *widget) |
Show a context menu for the widget. | |
bool | validFor2DPlot (Table *table, int type) |
Check whether a table is valid for a 2D plot and display an appropriate error if not. | |
bool | validFor3DPlot (Table *table) |
Check whether a table is valid for a 3D plot and display an appropriate error if not. |
Additional Inherited Members | |
Protected Attributes inherited from scripted | |
ScriptingEnv * | scriptEnv |
SciDAVis's main window.
This class contains the main part of the user interface as well as the central project management facilities.
It manages all MyWidget 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 MyWidget 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 MyWidget 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 MyWidget 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, MyWidget 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 | ( | ) |
References init().
Referenced by loadScript(), newProject(), openProject(), and plotFile().
ApplicationWindow::ApplicationWindow | ( | const QStringList & | l | ) |
ApplicationWindow::~ApplicationWindow | ( | ) |
References d_project, hiddenWindows, lastCopiedLayer, and outWindows.
|
staticslot |
Show about dialog.
Referenced by createActions(), and main().
|
slot |
References lv, and WindowListItem::window().
Referenced by createActions(), find(), and setActiveWindowFromAction().
|
slot |
References d_workspace, modified(), MyWidget::setNormal(), and updateWindowLists().
|
slot |
References columnsList(), insertNew3DData(), DataSetDialog::setCurveNames(), tableWindows(), and SciDAVis::Z.
Referenced by createActions().
|
slot |
References insert3DMatrixPlot(), matrixNames(), and DataSetDialog::setCurveNames().
Referenced by showWindowContextMenu().
|
slot |
References Table::addCol(), and d_workspace.
|
slot |
|
slot |
Adds a new folder to the project.
References addFolderListViewItem(), current_folder, Folder::folderListItem(), Folder::setFolderListItem(), and Folder::subfolders().
Referenced by init(), showFolderPopupMenu(), and showListViewPopupMenu().
|
slot |
adds a folder list item to the list view "lv"
References Folder::birthDate(), lv, and FolderListItem::setActive().
Referenced by addFolder(), changeFolder(), and ImportOPJ::createProjectTree().
|
slot |
References d_workspace, functionDialog(), and FunctionDialog::setGraph().
Referenced by createActions().
|
slot |
References MultiLayer::activeGraph(), Graph::addImage(), d_workspace, filter, imagesDirPath, and MultiLayer::isEmpty().
Referenced by createActions().
|
slot |
References MultiLayer::addLayer(), MultiLayer::arrangeLayers(), d_workspace, and setPreferences().
Referenced by createActions().
|
slot |
adds a widget list item to the list view "lv"
References MyWidget::aspect(), MyWidget::birthDate(), lv, MyWidget::name(), and MyWidget::windowLabel().
Referenced by changeFolder(), initMatrix(), initMultilayerPlot(), initNote(), initPlot3D(), and initTable().
|
slot |
References actionAddText, MultiLayer::activeGraph(), MultiLayer::addTextLayer(), btnPointer, d_workspace, Graph::drawText(), MultiLayer::isEmpty(), legendBackground, legendFrameStyle, legendTextColor, and plotLegendFont.
Referenced by initToolBars().
|
slot |
References MultiLayer::activeGraph(), Graph::addTimeStamp(), d_workspace, and MultiLayer::isEmpty().
Referenced by createActions().
|
slot |
References MyWidget::name(), and windowsList().
Referenced by dataPlot3D(), dataPlotXYZ(), initMultilayerPlot(), initNote(), newMatrix(), newPlot3D(), and renameWindow().
|
slot |
References Graph::analysableCurvesList(), analyzeCurve(), Graph::curve(), d_workspace, Graph::selectedCurveTitle(), showDataSetDialog(), and Graph::validCurvesDataSize().
Referenced by differentiate(), fitGauss(), fitLinear(), fitLorentz(), and fitSigmoidal().
|
slot |
References d_2_linear_fit_points, Fit::fit(), fit_output_precision, fit_scale_errors, fitPoints, Fit::generateFunction(), generateUniformFitPoints, Fit::guessInitialValues(), pasteFitResultsToPlot, Filter::run(), Fit::scaleErrors(), Filter::setDataFromCurve(), Filter::setOutputPrecision(), and Filter::showLegend().
Referenced by DataSetDialog::accept(), and analysis().
|
slot |
Pops up a file dialog and invokes appendProject(const QString&) on the result.
References ExtensibleFileDialog::setExtensionWidget(), and workingDir.
Referenced by open(), and showFolderPopupMenu().
|
slot |
Open the specified project file and add it as a subfolder to the current folder.
References changeFolder(), current_folder, d_file_version, file, Folder::findSubfolder(), Folder::folderListItem(), folders, graph, multilayerPlot(), MyWidget::name(), openCompressedFile(), openGraph(), openMatrix(), openNote(), openSurfacePlot(), openTable(), projectFolder(), recentProjects, renamedTables, Note::restore(), restoreWindowGeometry(), MultiLayer::setAlignement(), MyWidget::setBirthDate(), Folder::setBirthDate(), MyWidget::setCaptionPolicy(), MultiLayer::setCols(), Folder::setFolderListItem(), MultiLayer::setLayerCanvasSize(), setListViewDate(), setListViewLabel(), MultiLayer::setMargins(), Folder::setModificationDate(), MultiLayer::setRows(), MultiLayer::setSpacing(), MyWidget::setWindowLabel(), Folder::subfolders(), updateRecentProjectsList(), and workingDir.
|
slot |
References d_workspace, defaultScriptingLang, lv, panelsColor, panelsTextColor, results, setScriptingLang(), updateAppFonts(), and workspaceColor.
Referenced by loadScript(), main(), newProject(), openProject(), and plotFile().
|
slot |
Rearrange the layersin order to fit to the size of the plot window.
References MultiLayer::arrangeLayers(), d_workspace, MultiLayer::setMargins(), and MultiLayer::setSpacing().
Referenced by createActions().
|
slot |
References d_workspace, Filter::run(), and Table::selectedColumns().
Referenced by createActions().
|
slot |
References FFTFilter::BandBlock, and showFilterDialog().
Referenced by createActions().
|
slot |
References FFTFilter::BandPass, and showFilterDialog().
Referenced by createActions().
|
slot |
Arranges all the visible project windows in a cascade pattern.
References d_workspace, modifiedProject(), MyWidget::Normal, and updateWindowStatus().
Referenced by windowsMenuAboutToShow().
|
slot |
References columnsList(), DataSetDialog::setCurveNames(), and SciDAVis::Z.
Referenced by showWindowContextMenu().
|
slot |
References d_workspace, modified(), and table().
|
slot |
References d_workspace, Graph3D::matrix(), matrixNames(), Matrix::name(), DataSetDialog::setCurentDataSet(), and DataSetDialog::setCurveNames().
Referenced by showWindowContextMenu().
|
slot |
References Graph3D::changeMatrix(), d_workspace, matrix(), and modified().
|
slot |
References appFont, and updateAppFonts().
Referenced by ConfigDialog::apply().
|
slot |
References appStyle, and panelsColor.
Referenced by ConfigDialog::apply(), and readSettings().
|
slot |
Changes the current folder.
References Folder::activeWindow(), addFolderListViewItem(), addListViewItem(), current_folder, customMenu(), customToolBars(), d_workspace, deactivateFolders(), FolderListItem::folder(), Folder::folderListItem(), MyWidget::Hidden, hiddenWindows, HideAll, hideFolderWindows(), lv, MyWidget::Maximized, MyWidget::Minimized, MyWidget::Normal, outWindows, FolderListItem::setActive(), Folder::setActiveWindow(), MyWidget::setStatus(), show_windows_policy, MyWidget::status(), SubFolders, Folder::windowsList(), and windowsList().
Referenced by appendProject(), ImportOPJ::createProjectTree(), deleteFolder(), dropFolderItems(), folderItemChanged(), and openProject().
|
slot |
References Graph::curves(), Graph::plotItem(), and windowsList().
Referenced by renameWindow().
|
slot |
References helpFilePath.
Referenced by createActions(), and showHelp().
|
slot |
References fitFunctions.
Referenced by showFitDialog().
|
slot |
References logInfo, modified(), and results.
Referenced by createActions().
|
slot |
References xFunctions, and yFunctions.
Referenced by functionDialog().
|
slot |
References rFunctions, and thetaFunctions.
Referenced by functionDialog().
|
slot |
References d_workspace, deleteSelectedItems(), lv, Graph::markerSelected(), modified(), Graph::removeMarker(), Graph::removeTitle(), and Graph::titleSelected().
Referenced by createActions(), showMarkerPopupMenu(), and showWindowContextMenu().
|
slot |
References surfaceFunc.
Referenced by editSurfacePlot(), and newSurfacePlot().
|
slot |
References Table::clear(), and d_workspace.
|
slot |
References d_workspace.
Referenced by createActions().
References MyWidget::captionPolicy(), Graph3D::copy(), Table::copy(), customToolBars(), dataPlot3D(), dataPlotXYZ(), Graph3D::formula(), generateUniqueName(), Graph3D::hasData(), MyWidget::Maximized, multilayerPlot(), MyWidget::name(), newMatrix(), newNote(), newPlot3D(), newTable(), Table::numCols(), Table::numRows(), openMatrixPlot3D(), MyWidget::setCaptionPolicy(), setListViewLabel(), MyWidget::setWindowLabel(), MyWidget::status(), Graph3D::userFunction(), MyWidget::windowLabel(), Graph3D::xStart(), Graph3D::xStop(), Graph3D::yStart(), Graph3D::yStop(), Graph3D::zStart(), and Graph3D::zStop().
|
slot |
References d_workspace.
Referenced by createActions(), and windowsMenuAboutToShow().
|
slot |
References projectname, saved, saveProject(), and saveSettings().
|
slot |
References MyWidget::folder(), lv, modified(), MyWidget::name(), Folder::removeWindow(), and removeWindowFromLists().
Referenced by connectMultilayerPlot(), connectSurfacePlot(), connectTable(), deleteFolder(), handleAspectAboutToBeRemoved(), and initNote().
|
slot |
References Table::colLabel(), Table::colPlotDesignation(), Table::name(), Table::numCols(), and windowsList().
Referenced by AxesDialog::setGraph(), and CurvesDialog::showCurrentFolder().
|
slot |
References Table::colLabel(), Table::name(), Table::numCols(), and windowsList().
Referenced by add3DData(), change3DData(), showPlotDialog(), and showPlotWizard().
|
slot |
References MyWidget::askOnCloseEvent(), btnPointer, closeWindow(), confirmClosePlot2D, d_status_info, disableAddText(), hideWindow(), importImage(), modifiedProject(), newTable(), pasteSelection(), pickPointerCursor(), showAxisDialog(), showAxisPageFromAxisDialog(), showCurveContextMenu(), showCurvesDialog(), showGraphContextMenu(), showImageDialog(), showLayerButtonContextMenu(), showLineDialog(), showMarkerPopupMenu(), showPlotDialog(), showPlotGeometryDialog(), showRightAxisTitleDialog(), showScaleDialog(), showScalePageFromAxisDialog(), showTextDialog(), showTitleDialog(), showTopAxisTitleDialog(), showWindowContextMenu(), showWindowTitleBarMenu(), showXAxisTitleDialog(), showYAxisTitleDialog(), and updateWindowStatus().
Referenced by initMultilayerPlot().
|
slot |
References MyWidget::askOnCloseEvent(), closeWindow(), confirmClosePlot3D, custom3DActions(), hideWindow(), modified(), showPlot3dDialog(), showWindowContextMenu(), showWindowTitleBarMenu(), and updateWindowStatus().
Referenced by initPlot3D().
|
slot |
References MyWidget::askOnCloseEvent(), closeWindow(), confirmCloseTable, Table::d_future_table, hideWindow(), modifiedProject(), removeCurves(), showColStatistics(), showRowStatistics(), showWindowTitleBarMenu(), updateColNames(), updateCurves(), and updateWindowStatus().
Referenced by initTable().
|
slot |
References AbstractAspect::addChild(), MyWidget::captionPolicy(), Matrix::cell(), Table::d_future_table, d_project, d_workspace, generateUniqueName(), Matrix::numCols(), Matrix::numRows(), scripted::scriptEnv, Table::setCaptionPolicy(), Table::setCell(), Table::setName(), Table::setWindowLabel(), and Matrix::windowLabel().
Referenced by createActions().
|
private |
Workaround for the new colors introduced in rev 447.
Referenced by openGraph().
|
slot |
References AbstractAspect::addChild(), MyWidget::captionPolicy(), Matrix::d_future_matrix, d_project, d_workspace, generateUniqueName(), Table::name(), Table::numCols(), Table::numRows(), scripted::scriptEnv, Matrix::setCaptionPolicy(), Matrix::setName(), Matrix::setText(), and Table::text().
Referenced by createActions().
|
slot |
References d_workspace, Filter::run(), and Table::selectedColumns().
Referenced by createActions().
|
slot |
References copiedLayer, Graph::copy(), Graph::copyImage(), d_workspace, and lastCopiedLayer.
Referenced by copySelection(), cutSelection(), showGraphContextMenu(), and showLayerButtonContextMenu().
|
slot |
References MultiLayer::activeGraph(), Graph::Arrow, arrowHeadAngle, arrowHeadLength, auxMrkBkg, auxMrkBkgColor, auxMrkColor, auxMrkEnd, auxMrkFileName, auxMrkFont, auxMrkStart, auxMrkStyle, auxMrkText, auxMrkWidth, Legend::backgroundColor(), ArrowMarker::color(), copiedLayer, Graph::copiedMarkerRect(), Graph::copiedMarkerType(), copiedMarkerType, Graph::copyMarker(), d_workspace, endArrowOn, ImageMarker::fileName(), fillArrowHead, ArrowMarker::filledArrowHead(), Legend::font(), Legend::frameStyle(), ArrowMarker::hasEndArrow(), ArrowMarker::hasStartArrow(), ArrowMarker::headAngle(), ArrowMarker::headLength(), Graph::Image, Graph::markerSelected(), Graph::selectedMarkerPtr(), startArrowOn, ArrowMarker::style(), Legend::text(), Graph::Text, Legend::textColor(), and ArrowMarker::width().
Referenced by copySelection(), and cutSelection().
|
slot |
References MultiLayer::activeGraph(), copyActiveLayer(), copyMarker(), d_workspace, MultiLayer::layers(), Graph::markerSelected(), and results.
Referenced by createActions(), showMarkerPopupMenu(), and showWindowContextMenu().
|
slot |
|
slot |
References d_workspace, Filter::run(), and Table::selectedColumns().
Referenced by createActions().
|
slot |
References about(), actionAbout, actionActivateWindow, actionAdd3DData, actionAddErrorBars, actionAddFunctionCurve, actionAddImage, actionAddLayer, actionAutoCorrelate, actionAutomaticLayout, actionBandBlockFilter, actionBandPassFilter, actionBoxPlot, actionClearLogInfo, actionClearSelection, actionCloseAllWindows, actionCloseWindow, actionColorMap, actionContourMap, actionConvertMatrix, actionConvertTable, actionConvolute, actionCopySelection, actionCopyStatusBarText, actionCopyWindow, actionCorrelate, actionCurveFullRange, actionCutSelection, actionDeconvolute, actionDeleteFitTables, actionDeleteLayer, actionDifferentiate, actionEditCurveRange, actionEditFunction, actionEditSurfacePlot, actionExportAllGraphs, actionExportGraph, actionExportPDF, actionFFT, actionFitExpGrowth, actionFitGauss, actionFitLinear, actionFitLorentz, actionFitSigmoidal, actionGrayMap, actionHelpBugReports, actionHelpForums, actionHideActiveWindow, actionHideCurve, actionHideOtherCurves, actionHighPassFilter, actionHomePage, actionImportImage, actionIntensityTable, actionInterpolate, actionInvertMatrix, actionLoad, actionLoadImage, actionLowPassFilter, actionMatrixDeterminant, actionMaximizeWindow, actionMinimizeWindow, actionMultiPeakGauss, actionMultiPeakLorentz, actionNewFunctionPlot, actionNewGraph, actionNewLegend, actionNewMatrix, actionNewNote, actionNewProject, actionNewSurfacePlot, actionNewTable, actionNoteEvaluate, actionNoteExecute, actionNoteExecuteAll, actionOpen, actionOpenTemplate, actionPasteSelection, actionPixelLineProfile, actionPlot2HorizontalLayers, actionPlot2VerticalLayers, actionPlot3DBars, actionPlot3DHiddenLine, actionPlot3DPolygons, actionPlot3DRibbon, actionPlot3DScatter, actionPlot3DTrajectory, actionPlot3DWireFrame, actionPlot3DWireSurface, actionPlot4Layers, actionPlotArea, actionPlotHistogram, actionPlotHorizontalBars, actionPlotHorSteps, actionPlotL, actionPlotLP, actionPlotP, actionPlotPie, actionPlotSpline, actionPlotStackedHistograms, actionPlotStackedLayers, actionPlotVectXYAM, actionPlotVectXYXY, actionPlotVerticalBars, actionPlotVerticalDropLines, actionPlotVertSteps, actionPrint, actionPrintAllPlots, actionPrintWindow, actionRedo, actionRemoveCurve, actionRename, actionResizeActiveWindow, actionResizeWindow, actionRestartScripting, actionSaveNote, actionSaveProject, actionSaveProjectAs, actionSaveTemplate, actionScriptingLang, actionShowAllCurves, actionShowAxisDialog, actionShowColStatistics, actionShowConfigureDialog, actionShowCurvePlotDialog, actionShowCurvesDialog, actionShowCurveWorksheet, actionShowExpDecay3Dialog, actionShowExpDecayDialog, actionShowExplorer, actionShowExportASCIIDialog, actionShowFitDialog, actionShowFitPolynomDialog, actionShowGridDialog, actionShowHelp, actionShowHistory, actionShowImageDialog, actionShowIntDialog, actionShowLayerDialog, actionShowLineDialog, actionShowLog, actionShowMoreWindows, actionShowPlotDialog, actionShowPlotGeometryDialog, actionShowPlotWizard, actionShowRowStatistics, actionShowScaleDialog, actionShowTextDialog, actionShowTitleDialog, actionShowTwoExpDecayDialog, actionSmoothAverage, actionSmoothFFT, actionSmoothSavGol, actionTimeStamp, actionTranslateHor, actionTranslateVert, actionUndo, actionUnzoom, activateWindow(), add3DData(), addErrorBars(), addFunctionCurve(), addImage(), addLayer(), addTimeStamp(), Graph::Area, autoArrangeLayers(), autoCorrelate(), bandBlockFilterDialog(), bandPassFilterDialog(), Graph::Box, chooseHelpFolder(), clearLogInfo(), clearSelection(), clone(), closeActiveWindow(), convertMatrixToTable(), convertTableToMatrix(), convolute(), copySelection(), copyStatusBarText(), correlate(), cutSelection(), d_plot_mapper, deconvolute(), deleteFitTables(), deleteLayer(), differentiate(), editSurfacePlot(), explorerWindow, exportAllGraphs(), exportGraph(), exportPDF(), fitGauss(), fitLinear(), fitLorentz(), fitMultiPeakGauss(), fitMultiPeakLorentz(), fitSigmoidal(), functionDialog(), hideActiveWindow(), hideCurve(), hideOtherCurves(), highPassFilterDialog(), Graph::Histogram, Graph::HorizontalBars, Graph::HorizontalSteps, importASCII(), importImage(), intensityTable(), invertMatrix(), Graph::Line, Graph::LineSymbols, loadImage(), logWindow, lowPassFilterDialog(), matrixDeterminant(), maximizeWindow(), minimizeWindow(), newGraph(), newLegend(), newMatrix(), newNote(), newProject(), newSurfacePlot(), newTable(), open(), openTemplate(), pasteSelection(), pixelLineProfile(), plot2HorizontalLayers(), plot2VerticalLayers(), plot3DBars(), plot3DHiddenLine(), plot3DPolygons(), plot3DRibbon(), plot3DScatter(), plot3DTrajectory(), plot3DWireframe(), plot3DWireSurface(), plot4Layers(), plotColorMap(), plotContour(), plotGrayScale(), plotPie(), plotStackedHistograms(), plotStackedLayers(), plotVectXYAM(), plotVectXYXY(), print(), printAllPlots(), printWindow(), redo(), removeCurve(), renameActiveWindow(), resizeActiveWindow(), resizeWindow(), restartScriptingEnv(), saveAsTemplate(), savedProject(), saveNoteAs(), saveProject(), saveProjectAs(), Graph::Scatter, selectPlotType(), setAutoScale(), setCurveFullRange(), showAllCurves(), showAxisDialog(), showBugTracker(), showColStatistics(), showCurvePlotDialog(), showCurveRangeDialog(), showCurvesDialog(), showCurveWorksheet(), showExpDecay3Dialog(), showExpDecayDialog(), showExpGrowthDialog(), showExportASCIIDialog(), showFFTDialog(), showFitDialog(), showFitPolynomDialog(), showForums(), showFunctionDialog(), showGeneralPlotDialog(), showGridDialog(), showHelp(), showHistory(), showHomePage(), showImageDialog(), showIntegrationDialog(), showInterpolationDialog(), showLayerDialog(), showLineDialog(), showMoreWindows(), showPlotGeometryDialog(), showPlotWizard(), showPreferencesDialog(), showRowStatistics(), showScaleDialog(), showScriptingLangDialog(), showSmoothAverageDialog(), showSmoothFFTDialog(), showSmoothSavGolDialog(), showTextDialog(), showTitleDialog(), showTwoExpDecayDialog(), Graph::Spline, translateCurveHor(), translateCurveVert(), undo(), Graph::VerticalBars, Graph::VerticalDropLines, and Graph::VerticalSteps.
Referenced by init().
|
slot |
References appLanguage, appTranslator, locales, qtTranslator, and TS_PATH.
Referenced by init().
|
private |
Create a menu for toggeling the toolbars.
Referenced by initMainMenu().
|
inlineslot |
Returns a to the current folder in the project.
References current_folder.
Referenced by CurvesDialog::showCurrentFolder().
|
slot |
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 connectSurfacePlot(), and customToolBars().
|
slot |
|
slot |
|
slot |
References customTable(), d_show_table_comments, tableBkgdColor, tableHeaderColor, tableHeaderFont, tableTextColor, tableTextFont, and windowsList().
Referenced by ConfigDialog::apply().
|
slot |
References actionClearSelection, actionConvertMatrix, actionConvertTable, actionCopySelection, actionCutSelection, actionInvertMatrix, actionMatrixDeterminant, actionNoteEvaluate, actionNoteExecute, actionNoteExecuteAll, actionPasteSelection, actionPrint, actionPrintAllPlots, actionRestartScripting, actionSaveTemplate, actionScriptingLang, actionShowAxisDialog, actionShowExportASCIIDialog, actionShowGridDialog, actionShowPlotDialog, actionShowScaleDialog, actionShowTitleDialog, calcul, closeID, dataMenu, disableActions(), edit, exportID, file, format, graph, help, matrixMenu, plot2D, plot3DMenu, plotDataMenu, projectHas2DPlots(), scriptingMenu, tableMenu, view, and windowsMenu.
Referenced by changeFolder(), initPlot3D(), insertTranslatedStrings(), multilayerPlot(), newGraph(), openTemplate(), and windowActivated().
|
slot |
References orthogonal3DPlots, plot3DAxesFont, plot3DColors, plot3DNumbersFont, plot3DResolution, plot3DTitleFont, Graph3D::setDataColors(), Graph3D::setFloorData(), Graph3D::setNumbersFont(), Graph3D::setOrtho(), Graph3D::setResolution(), Graph3D::setSmoothMesh(), Graph3D::setTitleFont(), Graph3D::setXAxisLabelFont(), Graph3D::setYAxisLabelFont(), Graph3D::setZAxisLabelFont(), Graph3D::showColorLegend(), showPlot3DLegend, showPlot3DProjection, smooth3DMesh, and Graph3D::updateColors().
Referenced by dataPlot3D(), dataPlotXYZ(), newPlot3D(), and plot3DMatrix().
|
slot |
References d_show_table_comments, Table::setHeaderColor(), Table::setHeaderFont(), Table::setTextFont(), TableView::showComments(), tableBkgdColor, tableHeaderColor, tableHeaderFont, tableTextColor, and tableTextFont.
Referenced by customizeTables(), and initTable().
|
slot |
References actionBoxPlot, actionPlot3DBars, actionPlot3DRibbon, actionPlot3DScatter, actionPlot3DTrajectory, actionPlotPie, actionPlotVectXYAM, actionPlotVectXYXY, Graph::activeTool(), Graph::Box, btnArrow, btnCursor, btnLine, btnMovePoints, btnPicker, btnPointer, btnRemovePoints, btnSelect, btnZoomIn, Graph::canConvertTo(), Graph::curve(), Graph::curves(), custom3DActions(), d_plot_mapper, PlotToolInterface::DataPicker, dataTools, DataPickerTool::Display, Graph::drawArrow(), Graph::drawLineActive(), graph_3D_tools, graph_tools, hideToolbars(), matrix_plot_tools, DataPickerTool::Move, Graph::Pie, plot_tools, Graph3D::plotStyle(), projectHas2DPlots(), projectHas3DPlots(), projectHasMatrices(), Graph::rangeSelectorsEnabled(), DataPickerTool::Remove, PlotToolInterface::rtti(), PlotToolInterface::ScreenPicker, table_tools, tableWindows(), Graph::VectXYAM, Graph::VectXYXY, Graph::VerticalSteps, and Graph::zoomOn().
Referenced by changeFolder(), clone(), initPlot3D(), openTemplate(), and windowActivated().
|
slot |
References MultiLayer::activeGraph(), copyActiveLayer(), copyMarker(), d_workspace, MultiLayer::layers(), Graph::markerSelected(), modified(), MultiLayer::removeLayer(), and Graph::removeMarker().
Referenced by createActions(), showMarkerPopupMenu(), and showWindowContextMenu().
References Graph3D::addData(), customPlot3D(), d_workspace, generateUniqueName(), initPlot3D(), modified(), MyWidget::setName(), and Graph3D::update().
Referenced by clone(), openSurfacePlot(), and plot3DRibbon().
|
slot |
References Graph3D::addData(), Table::colIndex(), Table::colX(), Table::colY(), customPlot3D(), d_workspace, generateUniqueName(), initPlot3D(), modified(), MyWidget::setName(), and Graph3D::update().
Referenced by clone(), openSurfacePlot(), plot3DBars(), plot3DScatter(), and plot3DTrajectory().
|
slot |
|
slot |
Sets all items in the folders list view to be deactivated.
References folders, and FolderListItem::setActive().
Referenced by changeFolder().
|
slot |
References d_workspace, Filter::run(), and Table::selectedColumns().
Referenced by createActions().
|
slot |
References AbstractAspect::addChild(), Graph::addErrorBars(), future::Table::column(), Graph::curve(), Table::d_future_table, d_workspace, QwtErrorPlotCurve::Horizontal, AbstractAspect::name(), SciDAVis::Numeric, Column::rowCount(), Column::setPlotDesignation(), Column::setValueAt(), table(), Column::valueAt(), DataCurve::xColumnName(), SciDAVis::xErr, and SciDAVis::yErr.
Referenced by addErrorBars().
|
slot |
|
slot |
References MyWidget::askOnCloseEvent(), Graph::Function, type, and windowsList().
Referenced by createActions().
|
slot |
Deletes the current folder.
References changeFolder(), current_folder, Folder::folderListItem(), folders, and projectFolder().
Referenced by deleteSelectedItems(), and showFolderPopupMenu().
|
slot |
Ask confirmation from user, deletes the folder f if user confirms and returns true, otherwise returns false;.
References closeWindow(), confirmCloseFolder, FolderListItem::folder(), Folder::folderListItem(), Folder::removeWindow(), removeWindowFromLists(), and Folder::windowsList().
|
slot |
References d_workspace.
Referenced by createActions().
|
slot |
Deletes the currently selected items from the list view lv.
References deleteFolder(), folders, lv, FolderListItem::RTTI, and Folder::window().
Referenced by clearSelection(), init(), and showListViewSelectionMenu().
|
slot |
References MyWidget::name(), and windowsList().
Referenced by showWindowMenu().
|
slot |
References Graph::curvesList(), MyWidget::name(), and windowsList().
Referenced by showWindowMenu().
|
slot |
References analysis().
Referenced by createActions().
|
slot |
References actionClearSelection, actionCopySelection, actionCutSelection, actionPasteSelection, actionPrint, actionPrintAllPlots, actionRedo, actionSaveTemplate, actionShowExportASCIIDialog, actionUndo, closeID, exportID, and file.
Referenced by customMenu(), and initMainMenu().
|
slot |
References actionAddText, and showTextDialog().
Referenced by connectMultilayerPlot().
|
slot |
|
inlineslot |
|
slot |
References MultiLayer::activeGraph(), btnPointer, d_workspace, Graph::drawLine(), MultiLayer::isEmpty(), and modified().
Referenced by pickDataTool().
|
slot |
References MultiLayer::activeGraph(), btnPointer, d_workspace, Graph::drawLine(), MultiLayer::isEmpty(), and modified().
Referenced by pickDataTool().
|
slot |
|
slot |
Drop the objects in the list draggedItems to the folder of the destination item.
References Folder::addWindow(), changeFolder(), current_folder, draggedItems, Folder::folderListItem(), folders, modifiedProject(), moveFolder(), projectFolder(), Folder::removeWindow(), FolderListItem::RTTI, and Folder::subfolders().
Referenced by init().
|
slot |
References clearSurfaceFunctionsList(), d_workspace, Graph3D::formula(), Graph3D::hasData(), SurfaceDialog::insertFunctionsList(), SurfaceDialog::setFunction(), SurfaceDialog::setLimits(), surfaceFunc, Graph3D::xStart(), Graph3D::xStop(), Graph3D::yStart(), Graph3D::yStop(), Graph3D::zStart(), and Graph3D::zStop().
Referenced by createActions().
|
slot |
execute all notes marked auto-exec
References projectFolder(), and Folder::windowsList().
Referenced by openProject(), and restartScriptingEnv().
|
slot |
References ImageExportDialog::color(), d_extended_export_dialog, d_image_export_filter, MultiLayer::exportImage(), Graph3D::exportImage(), MultiLayer::exportSVG(), MultiLayer::exportVector(), Graph3D::exportVector(), MultiLayer::isEmpty(), MyWidget::name(), plot2D, plot3D, ImageExportDialog::quality(), ImageExportDialog::resolution(), ImageExportDialog::selectFilter(), ImageExportDialog::transparency(), windowsList(), and workingDir.
Referenced by createActions().
|
slot |
References Table::exportASCII(), Table::name(), windowsList(), and workingDir.
Referenced by showExportASCIIDialog().
|
slot |
References asciiDirPath, Table::exportASCII(), and table().
Referenced by showExportASCIIDialog().
|
slot |
References ImageExportDialog::color(), d_extended_export_dialog, d_image_export_filter, d_workspace, MultiLayer::exportImage(), Graph3D::exportImage(), MultiLayer::exportSVG(), MultiLayer::exportVector(), Graph3D::exportVector(), file, MultiLayer::isEmpty(), ImageExportDialog::keepAspect(), ImageExportDialog::pageOrientation(), ImageExportDialog::pageSize(), plot2D, plot3D, ImageExportDialog::quality(), ImageExportDialog::resolution(), ImageExportDialog::selectFilter(), ImageExportDialog::transparency(), and workingDir.
Referenced by createActions(), showGraphContextMenu(), showLayerButtonContextMenu(), and showWindowContextMenu().
|
slot |
References ImageExportDialog::color(), d_extended_export_dialog, d_image_export_filter, d_workspace, Graph::exportImage(), Graph::exportSVG(), Graph::exportVector(), file, ImageExportDialog::keepAspect(), ImageExportDialog::pageOrientation(), ImageExportDialog::pageSize(), ImageExportDialog::quality(), ImageExportDialog::resolution(), ImageExportDialog::selectFilter(), ImageExportDialog::transparency(), and workingDir.
Referenced by showGraphContextMenu(), and showLayerButtonContextMenu().
|
slot |
References d_workspace, and workingDir.
Referenced by createActions().
|
slot |
used by the findDialog
References activateWindow(), current_folder, Folder::findSubfolder(), Folder::findWindow(), FolderListItem::folder(), Folder::folderListItem(), and folders.
Referenced by FindDialog::accept().
|
slot |
Finds best layout for the 3D plot.
Finds best layout for the 3D plot
References d_workspace.
Referenced by initPlot3DToolBar().
|
slot |
References analysis().
Referenced by createActions().
|
slot |
References analysis().
Referenced by createActions().
|
slot |
References analysis().
Referenced by createActions().
|
slot |
References MultiLayer::activeGraph(), btnPointer, d_status_info, d_workspace, MultiLayer::isEmpty(), Graph::isPiePlot(), Graph::setActiveTool(), and Graph::validCurvesDataSize().
Referenced by fitMultiPeakGauss(), and fitMultiPeakLorentz().
|
slot |
References fitMultiPeak(), and MultiPeakFit::Gauss.
Referenced by createActions().
|
slot |
References fitMultiPeak(), and MultiPeakFit::Lorentz.
Referenced by createActions().
|
slot |
References analysis().
Referenced by createActions().
|
slot |
Changes the current folder when the user changes the current item in the QListView "folders".
References changeFolder(), and folders.
Referenced by init(), renameFolder(), and startRenameFolder().
|
slot |
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().
|
slot |
pops up folder information
References Folder::birthDate(), current_folder, Folder::path(), projectProperties(), Folder::subfolders(), and Folder::windowsList().
Referenced by showFolderPopupMenu().
|
slot |
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 MyWidget::name(), and windowsList().
Referenced by Filter::addResultCurve(), clone(), convertMatrixToTable(), convertTableToMatrix(), dataPlot3D(), dataPlotXYZ(), MultiPeakFit::generateFitCurve(), importImage(), initMultilayerPlot(), initNote(), loadImage(), multilayerPlot(), newGraph(), newMatrix(), newNote(), newPlot3D(), newTable(), openTemplate(), Differentiation::output(), FFT::output(), plot3DMatrix(), plotSpectrogram(), FitDialog::showCovarianceMatrix(), FitDialog::showParametersTable(), and PlotDialog::showStatistics().
|
slot |
References appLanguage, and SciDAVis::version().
Referenced by readSettings().
|
privateslot |
References AbstractAspect::child(), closeWindow(), matrix(), table(), future::Matrix::view(), and future::Table::view().
Referenced by init().
|
privateslot |
References AbstractAspect::child(), initMatrix(), initTable(), matrix(), table(), future::Matrix::view(), and future::Table::view().
Referenced by init().
|
slot |
References hiddenWindows, and outWindows.
Referenced by showWindowMenu(), windowGeometryInfo(), and windowsMenuActivated().
|
slot |
References d_workspace, and hideWindow().
Referenced by createActions(), and windowsMenuAboutToShow().
|
slot |
forces hidding all windows in the current folder and subfolders, depending on the user's viewing policy
References current_folder, FolderListItem::folder(), Folder::folderListItem(), hideWindow(), show_windows_policy, SubFolders, and Folder::windowsList().
Referenced by showFolderPopupMenu().
|
slot |
References actionHideCurve, Graph::curveIndex(), d_workspace, and Graph::showCurve().
Referenced by createActions().
|
slot |
hides all windows in folder f
References FolderListItem::folder(), Folder::folderListItem(), and Folder::windowsList().
Referenced by changeFolder().
|
slot |
References actionHideOtherCurves, Graph::curveIndex(), Graph::curves(), d_workspace, Graph::replot(), and Graph::showCurve().
Referenced by createActions().
|
slot |
References graph_3D_tools, graph_tools, matrix_plot_tools, plot_tools, and table_tools.
Referenced by customToolBars().
|
slot |
References hiddenWindows, modified(), and MyWidget::setHidden().
Referenced by connectMultilayerPlot(), connectSurfacePlot(), connectTable(), hideActiveWindow(), hideAllFolderWindows(), ImportOPJ::importGraphs(), ImportOPJ::importTables(), initMatrix(), initNote(), newHiddenTable(), and restoreWindowGeometry().
|
slot |
References FFTFilter::HighPass, and showFilterDialog().
Referenced by createActions().
|
slot |
References asciiDirPath, ImportASCIIDialog::columnSeparator(), columnSeparator, ImportASCIIDialog::convertToNumeric(), d_ASCII_file_filter, d_ASCII_import_locale, d_convert_to_numeric, d_extended_import_ASCII_dialog, d_workspace, ImportASCIIDialog::decimalSeparators(), ImportASCIIDialog::ignoredLines(), ignoredLines, ImportASCIIDialog::importMode(), ImportASCIIDialog::rememberOptions(), ImportASCIIDialog::renameColumns(), renameColumns, saveSettings(), simplify_spaces, ImportASCIIDialog::simplifySpaces(), strip_spaces, and ImportASCIIDialog::stripSpaces().
Referenced by createActions(), and dropEvent().
|
slot |
References AbstractAspect::addChild(), MyWidget::Both, AbstractAspect::child(), AbstractAspect::childCount(), Table::column(), Table::columnCount(), Column::columnMode(), Column::copy(), Table::d_future_table, d_workspace, Column::dataType(), file, modifiedProject(), Table::name(), AbstractAspect::name(), ImportASCIIDialog::NewColumns, ImportASCIIDialog::NewRows, newTable(), ImportASCIIDialog::NewTables, MyWidget::notifyChanges(), SciDAVis::Numeric, ImportASCIIDialog::Overwrite, future::Table::removeColumns(), AbstractAspect::reparentChild(), Table::rowCount(), Column::rowCount(), scripted::scriptEnv, Table::setCaptionPolicy(), setListViewLabel(), AbstractAspect::setName(), Column::setPlotDesignation(), future::Table::setRowCount(), Table::setWindowLabel(), table(), SciDAVis::Text, Table::verticalHeaderWidth(), and SciDAVis::Y.
|
slot |
References filter, and imagesDirPath.
Referenced by connectMultilayerPlot(), and createActions().
|
slot |
|
slot |
References actionNextWindow, actionPrevWindow, actionRedo, actionUndo, addFolder(), assistant, createActions(), createLanguagesList(), current_folder, d_project, d_workspace, deleteSelectedItems(), dragFolderItems(), dropFolderItems(), explorerSplitter, explorerWindow, folderItemChanged(), folderItemDoubleClicked(), folders, handleAspectAboutToBeRemoved(), handleAspectAdded(), hiddenWindows, initGlobalConstants(), ScriptingEnv::initialize(), initMainMenu(), initPlot3DToolBar(), initToolBars(), insertTranslatedStrings(), logWindow, lv, maximizeWindow(), modified(), modifiedProject(), outWindows, print(), readSettings(), renamedTables, renameFolder(), renameWindow(), results, scripted::scriptEnv, scriptError(), scriptPrint(), Folder::setFolderListItem(), showFolderPopupMenu(), showWindowPopupMenu(), startRenameFolder(), Project::undoStack(), and windowActivated().
Referenced by ApplicationWindow().
|
slot |
References ActiveFolder, appFont, appStyle, copiedLayer, copiedMarkerType, lastCopiedLayer, lastModified, logInfo, None, plot3DAxesFont, plot3DNumbersFont, plot3DTitleFont, plotAxesFont, plotLegendFont, plotNumbersFont, plotTitleFont, projectname, savingTimerId, show_windows_policy, tableHeaderFont, and tableTextFont.
Referenced by init().
|
slot |
References actionAbout, actionAddErrorBars, actionAddFunctionCurve, actionAddImage, actionAddLayer, actionAddText, actionAutomaticLayout, actionBandBlockFilter, actionBandPassFilter, actionClearLogInfo, actionClearSelection, actionCloseAllWindows, actionColorMap, actionContourMap, actionCopySelection, actionCutSelection, actionDeleteFitTables, actionDeleteLayer, actionDifferentiate, actionExportAllGraphs, actionExportGraph, actionFFT, actionFitExpGrowth, actionFitGauss, actionFitLinear, actionFitLorentz, actionFitSigmoidal, actionGrayMap, actionHelpBugReports, actionHelpForums, actionHighPassFilter, actionHomePage, actionImportImage, actionInterpolate, actionLoad, actionLoadImage, actionLowPassFilter, actionMultiPeakGauss, actionMultiPeakLorentz, actionNewFunctionPlot, actionNewGraph, actionNewLegend, actionNewMatrix, actionNewNote, actionNewProject, actionNewSurfacePlot, actionNewTable, actionOpen, actionOpenTemplate, actionPasteSelection, actionPlot3DBars, actionPlot3DHiddenLine, actionPlot3DPolygons, actionPlot3DScatter, actionPlot3DWireFrame, actionPlot3DWireSurface, actionPrint, actionPrintAllPlots, actionRedo, actionSaveProject, actionSaveProjectAs, actionSaveTemplate, actionShowConfigureDialog, actionShowCurvesDialog, actionShowExpDecay3Dialog, actionShowExpDecayDialog, actionShowExplorer, actionShowExportASCIIDialog, actionShowFitDialog, actionShowFitPolynomDialog, actionShowHelp, actionShowHistory, actionShowIntDialog, actionShowLayerDialog, actionShowLog, actionShowPlotWizard, actionShowTwoExpDecayDialog, actionSmoothAverage, actionSmoothFFT, actionSmoothSavGol, actionTimeStamp, actionTranslateHor, actionTranslateVert, actionUndo, appFont, btnArrow, btnLine, calcul, createToolbarsMenu(), d_quick_fit_menu, decay, disableActions(), edit, exportID, exportPlot, file, filter, filterMenuID, fitExpMenuID, format, graph, help, initPlotDataMenu(), initPlotMenu(), initTableAnalysisMenu(), matrixMenu, multiPeakMenu, multiPeakMenuID, newMenuID, plot3DMenu, recent, recentMenuID, scriptingMenu, smooth, smoothMenuID, tableMenu, toolbarsMenu, translateMenu, translateMenuID, type, view, windowsMenu, and windowsMenuAboutToShow().
Referenced by init().
|
slot |
References addListViewItem(), Folder::addWindow(), MyWidget::askOnCloseEvent(), confirmCloseMatrix, current_folder, d_decimal_digits, d_default_numeric_format, d_workspace, hideWindow(), modified(), modifiedProject(), MyWidget::setFolder(), Matrix::setNumericFormat(), showWindowContextMenu(), showWindowTitleBarMenu(), updateMatrixPlots(), and updateWindowStatus().
Referenced by handleAspectAdded().
|
slot |
References addListViewItem(), Folder::addWindow(), alreadyUsedName(), connectMultilayerPlot(), current_folder, d_print_cropmarks, d_scale_plots_on_print, d_workspace, generateUniqueName(), MultiLayer::printCropmarks(), MyWidget::setFolder(), MyWidget::setName(), and MultiLayer::setScaleLayersOnPrint().
Referenced by multilayerPlot().
|
slot |
References addListViewItem(), Folder::addWindow(), alreadyUsedName(), MyWidget::askOnCloseEvent(), closeWindow(), confirmCloseNotes, current_folder, d_workspace, generateUniqueName(), hideWindow(), modified(), modifiedProject(), MyWidget::setFolder(), MyWidget::setName(), showWindowTitleBarMenu(), and updateWindowStatus().
Referenced by newNote().
|
slot |
References addListViewItem(), Folder::addWindow(), connectSurfacePlot(), current_folder, customMenu(), customToolBars(), d_workspace, graph_3D_tools, and MyWidget::setFolder().
Referenced by dataPlot3D(), dataPlotXYZ(), newPlot3D(), openMatrixPlot3D(), and plot3DMatrix().
|
slot |
References actionAnimate, actionFitFrame, actionPerspective, actionResetRotation, back, barstyle, Box, ceil, conestyle, coord, crossHairStyle, filledmesh, fitFrameToLayer(), floor, floordata, flooriso, floornone, floorstyle, Frame, front, graph_3D_tools, grids, hiddenline, left, None, orthogonal3DPlots, pickCoordSystem(), pickFloorStyle(), pickPlotStyle(), plotstyle, pointstyle, polygon, resetRotation(), right, setBackGrid3DPlot(), setCeilGrid3DPlot(), setFloorGrid3DPlot(), setFrontGrid3DPlot(), setLeftGrid3DPlot(), setRightGrid3DPlot(), toggle3DAnimation(), togglePerspective(), and wireframe.
Referenced by init().
|
slot |
References actionUnzoom, appFont, btnCursor, btnMovePoints, btnPicker, btnPointer, btnRemovePoints, btnSelect, btnZoomIn, btnZoomOut, and plotDataMenu.
Referenced by initMainMenu().
|
slot |
References actionBoxPlot, actionPlot2HorizontalLayers, actionPlot2VerticalLayers, actionPlot3DBars, actionPlot3DRibbon, actionPlot3DScatter, actionPlot3DTrajectory, actionPlot4Layers, actionPlotArea, actionPlotHistogram, actionPlotHorizontalBars, actionPlotHorSteps, actionPlotL, actionPlotLP, actionPlotP, actionPlotPie, actionPlotSpline, actionPlotStackedHistograms, actionPlotStackedLayers, actionPlotVectXYAM, actionPlotVectXYXY, actionPlotVerticalBars, actionPlotVerticalDropLines, actionPlotVertSteps, appFont, panelMenuID, panels, plot2D, plot3D, plot3dID, specialPlot, specialPlotMenuID, stat, and statMenuID.
Referenced by initMainMenu().
|
slot |
References addListViewItem(), Folder::addWindow(), connectTable(), current_folder, customTable(), Table::d_future_table, d_workspace, modified(), plot2D, MyWidget::setFolder(), and future::Table::setPlotMenu().
Referenced by handleAspectAdded().
|
slot |
References actionAutoCorrelate, actionConvolute, actionCorrelate, actionDeconvolute, actionFFT, actionShowColStatistics, actionShowFitDialog, actionShowRowStatistics, appFont, and dataMenu.
Referenced by initMainMenu().
|
slot |
References actionAddErrorBars, actionAddFunctionCurve, actionAddImage, actionAddLayer, actionAddText, actionAutomaticLayout, actionBoxPlot, actionClearSelection, actionColorMap, actionContourMap, actionCopySelection, actionCutSelection, actionDeleteLayer, actionExportPDF, actionGrayMap, actionLoad, actionNewFunctionPlot, actionNewGraph, actionNewLegend, actionNewMatrix, actionNewNote, actionNewProject, actionNewSurfacePlot, actionNewTable, actionOpen, actionOpenTemplate, actionPasteSelection, actionPlot3DBars, actionPlot3DHiddenLine, actionPlot3DPolygons, actionPlot3DRibbon, actionPlot3DScatter, actionPlot3DTrajectory, actionPlot3DWireFrame, actionPlot3DWireSurface, actionPlotArea, actionPlotHistogram, actionPlotHorizontalBars, actionPlotHorSteps, actionPlotL, actionPlotLP, actionPlotP, actionPlotPie, actionPlotSpline, actionPlotVectXYAM, actionPlotVectXYXY, actionPlotVerticalBars, actionPlotVerticalDropLines, actionPlotVertSteps, actionPrint, actionRedo, actionSaveProject, actionSaveTemplate, actionShowCurvesDialog, actionShowExplorer, actionShowLayerDialog, actionShowLog, actionTimeStamp, actionUndo, actionUnzoom, addText(), btnArrow, btnCursor, btnLine, btnMovePoints, btnPicker, btnPointer, btnRemovePoints, btnSelect, btnZoomIn, btnZoomOut, d_status_info, dataTools, edit_tools, file_tools, graph_tools, matrix_plot_tools, pickDataTool(), plot_tools, showStatusBarContextMenu(), and table_tools.
Referenced by init().
|
slot |
References d_workspace, matrix(), and modified().
Referenced by add3DMatrixPlot().
|
slot |
References d_workspace, modified(), and table().
Referenced by add3DData().
|
slot |
References calcul, customMenu(), d_workspace, edit_tools, explorerWindow, exportID, file, file_tools, filterMenuID, fitExpMenuID, graph_3D_tools, graph_tools, logWindow, lv, matrix_plot_tools, multiPeakMenuID, newMenuID, panelMenuID, plot2D, plot3dID, plot_tools, projectname, recentMenuID, smoothMenuID, specialPlotMenuID, statMenuID, table_tools, translateActionsStrings(), and translateMenuID.
Referenced by init(), and switchToLanguage().
|
slot |
References d_workspace, and Graph::showIntensityTable().
Referenced by createActions(), and showMarkerPopupMenu().
|
slot |
References d_workspace, and Matrix::invert().
Referenced by createActions().
|
slot |
References lv.
|
slot |
References filter, and imagesDirPath.
Referenced by createActions(), and dropEvent().
|
slot |
References Graph::addImage(), MultiLayer::addLayer(), MyWidget::Both, Graph::enableAxes(), generateUniqueName(), multilayerPlot(), MyWidget::name(), Graph::removeLegend(), MyWidget::setCaptionPolicy(), Graph::setIgnoreResizeEvents(), setListViewLabel(), Graph::setTitle(), and MyWidget::setWindowLabel().
|
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 ApplicationWindow(), applyUserSettings(), Note::executeAll(), Note::importASCII(), and newNote().
Referenced by open(), and parseCommandLineArguments().
|
slot |
References FFTFilter::LowPass, and showFilterDialog().
Referenced by createActions().
|
slot |
References renamedTables, and windowsList().
Referenced by CurvesDialog::addCurve(), change3DMatrix(), handleAspectAboutToBeRemoved(), handleAspectAdded(), insert3DMatrixPlot(), openMatrixPlot3D(), and Graph::restoreSpectrogram().
|
slot |
References d_workspace, Matrix::determinant(), logInfo, Matrix::name(), and showResults().
Referenced by createActions().
|
slot |
Returns a list with the names of all the matrices in the project.
References windowsList().
Referenced by add3DMatrixPlot(), CurvesDialog::addCurve(), change3DMatrix(), and CurvesDialog::init().
|
slot |
References modified(), FolderListItem::RTTI, MyWidget::setMaximized(), and updateWindowLists().
|
slot |
References d_workspace, modified(), MyWidget::setMaximized(), and updateWindowLists().
Referenced by createActions(), and init().
|
slot |
References d_workspace, modified(), MyWidget::setMinimized(), and updateWindowLists().
Referenced by createActions().
|
signal |
Referenced by activateWindow(), change3DData(), change3DMatrix(), clearLogInfo(), clearSelection(), closeWindow(), connectSurfacePlot(), cutSelection(), dataPlot3D(), dataPlotXYZ(), defineErrorBars(), drawArrow(), drawLine(), hideWindow(), init(), initMatrix(), initNote(), initTable(), insert3DMatrixPlot(), insertNew3DData(), maximizeWindow(), minimizeWindow(), multilayerPlot(), newPlot3D(), pasteSelection(), pickCoordSystem(), pickFloorStyle(), pickPlotStyle(), plot3DMatrix(), plotSpectrogram(), setAutoScale(), showTable(), updateLog(), and windowActivated().
|
slot |
Set the project status to modifed.
References actionSaveProject, and saved.
Referenced by RenameWindowDialog::accept(), cascade(), connectMultilayerPlot(), connectTable(), dropFolderItems(), DataPickerTool::end(), importASCII(), init(), initMatrix(), initNote(), modifiedProject(), TranslateCurveTool::selectDestination(), and updateWindowStatus().
|
slot |
Set the project status to modified and save 'w' as the last modified widget.
References actionUndo, lastModified, and modifiedProject().
|
slot |
moves a folder item to another
src | source folder item |
dest | destination folder item |
References Folder::addWindow(), Folder::birthDate(), FolderListItem::folder(), folders, Folder::modificationDate(), Folder::removeWindow(), Folder::setBirthDate(), Folder::setFolderListItem(), Folder::setModificationDate(), and Folder::windowsList().
Referenced by dropFolderItems().
|
slot |
References MultiLayer::activeGraph(), btnPointer, d_status_info, d_workspace, MultiLayer::isEmpty(), Graph::isPiePlot(), DataPickerTool::Move, Graph::setActiveTool(), and Graph::validCurvesDataSize().
Referenced by pickDataTool().
|
slot |
References Graph::curvesList(), and MultiLayer::graphPtrs().
Referenced by showWindowMenu().
|
slot |
References MultiLayer::addLayer(), MultiLayer::adjustSize(), MultiLayer::arrangeLayers(), autoResizeLayers, autoScaleFonts, Graph::Box, customMenu(), d_workspace, defaultCurveLineWidth, defaultSymbolSize, generateUniqueName(), MultiLayer::graphPtrs(), Graph::Histogram, initMultilayerPlot(), Graph::insertCurvesList(), modified(), Graph::newLegend(), Graph::Pie, polishGraph(), Table::selectedColumns(), Table::selectedYColumns(), Graph::setAutoscaleFonts(), MultiLayer::setCols(), Graph::setIgnoreResizeEvents(), setPreferences(), MultiLayer::setRows(), and validFor2DPlot().
Referenced by appendProject(), clone(), ImportOPJ::importGraphs(), loadImage(), newGraph(), newWrksheetPlot(), openProject(), openTemplate(), FFT::output(), plot2HorizontalLayers(), plot2VerticalLayers(), plot4Layers(), plotFile(), plotPie(), plotSpectrogram(), plotStackedHistograms(), plotStackedLayers(), plotVectXYAM(), plotVectXYXY(), selectPlotType(), showFitDialog(), and showPlotWizard().
|
slot |
|
slot |
used when restoring a plot from a project file
References d_workspace, and initMultilayerPlot().
|
slot |
used by the plot wizard
References Graph::addErrorBars(), MultiLayer::addLayer(), MultiLayer::arrangeLayers(), Table::colIndex(), customMenu(), d_workspace, defaultCurveLineWidth, defaultCurveStyle, defaultSymbolSize, generateUniqueName(), QwtErrorPlotCurve::Horizontal, Graph::initCurveLayout(), initMultilayerPlot(), Graph::insertCurve(), CurveLayout::lWidth, modified(), Graph::newLegend(), polishGraph(), setPreferences(), CurveLayout::sSize, table(), Graph::updateCurveLayout(), Graph::updatePlot(), and QwtErrorPlotCurve::Vertical.
|
slot |
References MultiLayer::activeGraph(), Graph::addFunctionCurve(), newGraph(), and updateFunctionLists().
Referenced by FunctionDialog::acceptFunction(), FunctionDialog::acceptParametric(), and FunctionDialog::acceptPolar().
|
slot |
Creates a new empty multilayer plot.
References MultiLayer::addLayer(), MultiLayer::adjustSize(), MultiLayer::arrangeLayers(), autoResizeLayers, autoScaleFonts, customMenu(), generateUniqueName(), multilayerPlot(), Graph::newLegend(), Graph::setAutoscaleFonts(), Graph::setIgnoreResizeEvents(), and setPreferences().
Referenced by Correlation::addResultCurve(), Convolution::addResultCurve(), createActions(), newFunctionPlot(), and Differentiation::output().
|
slot |
Create a Table which is initially hidden; used to return the result of an analysis operation.
name | window name (compare MyWidget::MyWidget) |
label | window label (compare MyWidget::MyWidget) |
r | number of rows |
c | number of columns |
text | tab/newline - seperated initial content; may be empty |
References AbstractAspect::addChild(), future::Table::appendColumns(), Table::d_future_table, d_project, hideWindow(), scripted::scriptEnv, and Table::setName().
Referenced by Filter::addResultCurve(), MultiPeakFit::generateFitCurve(), Differentiation::output(), and FFT::output().
|
slot |
References MultiLayer::activeGraph(), d_workspace, MultiLayer::isEmpty(), and Graph::newLegend().
Referenced by createActions().
|
slot |
Creates a new empty matrix.
References AbstractAspect::addChild(), alreadyUsedName(), Matrix::d_future_matrix, d_project, generateUniqueName(), scripted::scriptEnv, and Matrix::setName().
Referenced by clone(), Fit::covarianceMatrix(), createActions(), ImportOPJ::importTables(), openMatrix(), and openTemplate().
|
slot |
To be used when opening a project file only!
References AbstractAspect::addChild(), alreadyUsedName(), Matrix::d_future_matrix, d_project, generateUniqueName(), Matrix::name(), renamedTables, scripted::scriptEnv, and Matrix::setName().
|
slot |
Creates a new empty note window.
References d_workspace, generateUniqueName(), initNote(), and scripted::scriptEnv.
Referenced by clone(), createActions(), ImportOPJ::importNotes(), loadScript(), and openNote().
|
slot |
References customPlot3D(), d_workspace, generateUniqueName(), initPlot3D(), modified(), and MyWidget::setName().
Referenced by clone(), newSurfacePlot(), openSurfacePlot(), PlotWizard::plot3D(), and PlotWizard::plot3DRibbon().
|
slot |
|
slot |
|
slot |
References ApplicationWindow(), applyUserSettings(), newTable(), savedProject(), and saveSettings().
Referenced by createActions().
|
slot |
References clearSurfaceFunctionsList(), SurfaceDialog::insertFunctionsList(), newPlot3D(), and surfaceFunc.
Referenced by createActions().
|
slot |
Creates an empty table.
References AbstractAspect::addChild(), Table::d_future_table, d_project, d_workspace, generateUniqueName(), scripted::scriptEnv, and Table::setName().
Referenced by clone(), connectMultilayerPlot(), createActions(), importASCII(), ImportOPJ::importTables(), main(), newProject(), newWrksheetPlot(), openTable(), openTemplate(), Fit::parametersTable(), plotFile(), and PlotDialog::showStatistics().
|
slot |
Used when importing an ASCII file.
References AbstractAspect::addChild(), Table::d_future_table, d_project, d_workspace, generateUniqueName(), scripted::scriptEnv, and Table::setName().
|
slot |
Used when loading a table from a project file.
References AbstractAspect::addChild(), Table::d_future_table, d_project, d_workspace, Table::name(), renamedTables, scripted::scriptEnv, and Table::setName().
|
slot |
References AbstractAspect::addChild(), Table::d_future_table, d_project, d_workspace, scripted::scriptEnv, and Table::setName().
|
slot |
References AbstractAspect::addChild(), Table::d_future_table, d_project, d_workspace, removeDependentTableStatistics(), scripted::scriptEnv, and Table::setName().
Referenced by openTableStatistics(), showColStatistics(), and showRowStatistics().
|
slot |
References MultiLayer::activeGraph(), multilayerPlot(), Table::name(), newTable(), and Graph::setTitle().
Referenced by pixelLineProfile().
|
slot |
|
slot |
References loadScript(), openProject(), and plotFile().
|
slot |
Returns temporary file ready for reading uncompressed content.
Close and delete after you're done with it.
References file.
Referenced by appendProject(), and openProject().
|
slot |
References CurveLayout::aCol, Graph::addArrow(), Graph::addErrorBars(), MultiLayer::addLayer(), CurveLayout::aStyle, autoResizeLayers, autoscale2DPlots, autoScaleFonts, Graph::axesType(), Graph::Box, Box, Graph::ColHeader, Table::colName(), ColorBox::color(), CurveLayout::connectType, convertOldToNewColorIndex(), Graph::curve(), d_file_version, Graph::Date, Graph::DateTime, Graph::Day, defaultArrowColor, defaultArrowHeadAngle, defaultArrowHeadFill, defaultArrowHeadLength, defaultArrowLineStyle, defaultArrowLineWidth, Graph::drawCanvasFrame(), Graph::enableAutoscaling(), Graph::enableAxes(), CurveLayout::fillCol, CurveLayout::filledArea, format, Graph::getPenStyle(), Plot::grid(), Graph::Histogram, Graph::HorizontalBars, Graph::insertCurve(), Graph::insertFunctionCurve(), Graph::insertImageMarker(), Graph::insertLegend(), Graph::insertTextMarker(), Graph::isPiePlot(), CurveLayout::lCol, left, legendBackground, legendFrameStyle, legendTextColor, Graph::LineSymbols, Grid::load(), Graph::loadAxesLinewidth(), Graph::loadAxesOptions(), QwtHistogram::loadData(), CurveLayout::lStyle, CurveLayout::lWidth, Graph::mapToQwtAxis(), Graph::Month, Table::numRows(), Graph::obsoleteSymbolStyle(), Graph::openBoxDiagram(), CurveLayout::penWidth, Graph::plotHistogram(), plotLegendFont, Graph::plotPie(), Graph::plotVectorCurve(), Graph::plotWidget(), renamedTables, Graph::replot(), Graph::restoreSpectrogram(), Graph::setAntialiasing(), Graph::setArrowDefaults(), Graph::setAutoscaleFonts(), Graph::setAxesBaseline(), Graph::setAxesColors(), Graph::setAxesFormulas(), Graph::setAxesNumColors(), Graph::setAxesTitleColor(), Graph::setAxesTitlesAlignment(), Graph::setAxisFont(), Graph::setAxisFormula(), Graph::setAxisLabelRotation(), Graph::setAxisTitle(), Graph::setAxisTitleFont(), Graph::setBackgroundColor(), Graph::setBarsGap(), QwtHistogram::setBinning(), Graph::setCanvasBackground(), Graph::setCurveType(), Graph::setEnabledTickLabels(), Graph::setFrame(), Graph::setIgnoreResizeEvents(), Graph::setLabelsColHeaderFormat(), Graph::setLabelsDateTimeFormat(), Graph::setLabelsDayFormat(), Graph::setLabelsMonthFormat(), Graph::setLabelsNumericFormat(), Graph::setLabelsTextFormat(), Graph::setMajorTicksType(), Graph::setMinorTicksType(), Graph::setScale(), Graph::setTextMarkerDefaults(), Graph::setTicksLength(), Graph::setTitle(), Graph::setTitleAlignment(), Graph::setTitleColor(), Graph::setTitleFont(), CurveLayout::sSize, CurveLayout::sType, CurveLayout::symCol, table(), Graph::Time, Graph::Txt, QwtPieCurve::updateBoundingRect(), Graph::updateCurveLayout(), Graph::updateVectorsLayout(), Graph::VectXYAM, Graph::VectXYXY, and Graph::VerticalBars.
Referenced by appendProject(), openProject(), and openTemplate().
|
slot |
References d_file_version, Matrix::d_future_matrix, XmlStreamReader::hasWarnings(), future::Matrix::load(), Matrix::name(), newMatrix(), restoreWindowGeometry(), Matrix::setBirthDate(), Matrix::setCaptionPolicy(), Matrix::setCell(), Matrix::setColumnsWidth(), Matrix::setCoordinates(), Matrix::setFormula(), setListViewDate(), setListViewLabel(), Matrix::setText(), Matrix::setTextFormat(), Matrix::setWindowLabel(), and XmlStreamReader::warningStrings().
Referenced by appendProject(), and openProject().
|
slot |
References Graph3D::addMatrixData(), d_workspace, initPlot3D(), matrix(), MyWidget::setName(), and Graph3D::update().
Referenced by clone(), and openSurfacePlot().
|
slot |
References MyWidget::name(), newNote(), restoreWindowGeometry(), MyWidget::setBirthDate(), MyWidget::setCaptionPolicy(), setListViewDate(), setListViewLabel(), and MyWidget::setWindowLabel().
Referenced by appendProject(), and openProject().
|
slot |
References ApplicationWindow(), applyUserSettings(), changeFolder(), current_folder, d_file_version, executeNotes(), file, Folder::findSubfolder(), FolderListItem::folder(), Folder::folderListItem(), folders, graph, logInfo, multilayerPlot(), MyWidget::name(), openCompressedFile(), openGraph(), openMatrix(), openNote(), openSurfacePlot(), openTable(), openTableStatistics(), projectFolder(), projectname, recentProjects, renamedTables, Note::restore(), restoreWindowGeometry(), results, saved, savedProject(), scripted::scriptEnv, MultiLayer::setAlignement(), MyWidget::setBirthDate(), Folder::setBirthDate(), MyWidget::setCaptionPolicy(), MultiLayer::setCols(), Folder::setFolderListItem(), MultiLayer::setLayerCanvasSize(), setListViewDate(), setListViewLabel(), MultiLayer::setMargins(), Folder::setModificationDate(), MultiLayer::setRows(), setScriptingLang(), MultiLayer::setSpacing(), MyWidget::setWindowLabel(), and updateRecentProjectsList().
Referenced by open().
|
slot |
References open(), projectname, recentProjects, saveSettings(), and updateRecentProjectsList().
Referenced by updateRecentProjectsList().
|
slot |
References d_file_version, dataPlot3D(), dataPlotXYZ(), MyWidget::name(), newPlot3D(), openMatrixPlot3D(), restoreWindowGeometry(), Graph3D::setAxesLabels(), MyWidget::setBirthDate(), MyWidget::setCaptionPolicy(), Graph3D::setColors(), Graph3D::setGrid(), Graph3D::setIgnoreFonts(), setListViewDate(), setListViewLabel(), Graph3D::setMeshLineWidth(), Graph3D::setNumbersFont(), Graph3D::setOptions(), Graph3D::setOrtho(), Graph3D::setRotation(), Graph3D::setScale(), Graph3D::setShift(), Graph3D::setStyle(), Graph3D::setTickLengths(), Graph3D::setTicks(), Graph3D::setTitle(), MyWidget::setWindowLabel(), Graph3D::setXAxisLabelFont(), Graph3D::setYAxisLabelFont(), Graph3D::setZAxisLabelFont(), Graph3D::setZoom(), and Graph3D::update().
Referenced by appendProject(), openProject(), and openTemplate().
|
slot |
References Table::columnType(), AbstractAspect::creationTime(), d_file_version, Table::d_future_table, XmlStreamReader::hasWarnings(), Table::importV0x0001XXHeader(), future::Table::load(), Table::name(), newTable(), SciDAVis::Numeric, restoreWindowGeometry(), Table::setBirthDate(), Table::setCaptionPolicy(), Table::setCell(), Table::setColComments(), Table::setColPlotDesignation(), Table::setColumnTypes(), Table::setColWidths(), Table::setCommand(), Table::setCommands(), Table::setHeader(), setListViewDate(), setListViewLabel(), Table::setText(), Table::setWindowLabel(), XmlStreamReader::warningStrings(), SciDAVis::X, and SciDAVis::Y.
Referenced by appendProject(), and openProject().
|
slot |
References d_file_version, Table::importV0x0001XXHeader(), Table::name(), newTableStatistics(), restoreWindowGeometry(), Table::setBirthDate(), Table::setCaptionPolicy(), Table::setColComments(), Table::setColPlotDesignation(), Table::setColumnTypes(), Table::setColWidths(), Table::setCommand(), Table::setCommands(), Table::setHeader(), setListViewDate(), setListViewLabel(), Table::setWindowLabel(), TableStatistics::StatColumn, TableStatistics::StatRow, table(), SciDAVis::X, and SciDAVis::Y.
Referenced by openProject().
|
slot |
References customMenu(), customToolBars(), d_file_version, filter, generateUniqueName(), multilayerPlot(), newMatrix(), newTable(), openGraph(), openSurfacePlot(), MyWidget::restore(), restoreWindowGeometry(), and templatesDir.
Referenced by createActions().
|
slot |
References SciDAVis::copyrightString(), SciDAVis::extraVersion(), loadScript(), locales, open(), SciDAVis::releaseDateString(), saveSettings(), switchToLanguage(), versionString(), and workingDir.
Referenced by main().
|
slot |
References MultiLayer::activeGraph(), MultiLayer::addLayer(), Graph::Arrow, arrowHeadAngle, arrowHeadLength, auxMrkBkg, auxMrkBkgColor, auxMrkColor, auxMrkEnd, auxMrkFileName, auxMrkFont, auxMrkStart, auxMrkStyle, auxMrkText, auxMrkWidth, copiedLayer, copiedMarkerType, Graph::copy(), d_workspace, endArrowOn, fillArrowHead, Graph::Image, lastCopiedLayer, MultiLayer::layers(), modified(), Graph::pasteMarker(), Graph::setCopiedArrowOptions(), Graph::setCopiedImageName(), Graph::setCopiedMarkerEnds(), Graph::setCopiedMarkerType(), Graph::setCopiedTextOptions(), MultiLayer::setGraphGeometry(), setPreferences(), startArrowOn, and Graph::Text.
Referenced by connectMultilayerPlot(), createActions(), showGraphContextMenu(), showLayerButtonContextMenu(), and showWindowContextMenu().
|
slot |
References Box, Frame, grids, modified(), None, removeAxes3DPlot(), setBoxed3DPlot(), and setFramed3DPlot().
Referenced by initPlot3DToolBar().
|
slot |
References MultiLayer::activeGraph(), btnArrow, btnCursor, btnLine, btnMovePoints, btnPicker, btnRemovePoints, btnSelect, btnZoomIn, btnZoomOut, d_workspace, Graph::disableTools(), drawArrow(), drawLine(), movePoints(), removePoints(), showCursor(), showRangeSelectors(), showScreenReader(), zoomIn(), and zoomOut().
Referenced by initToolBars().
|
slot |
References floordata, flooriso, modified(), setEmptyFloor3DPlot(), setFloorData3DPlot(), and setFloorIso3DPlot().
Referenced by initPlot3DToolBar().
|
slot |
References barstyle, conestyle, crossHairStyle, filledmesh, hiddenline, modified(), pointstyle, polygon, removeGrid3DPlot(), setBars3DPlot(), setCones3DPlot(), setCrosses3DPlot(), setFilledMesh3DPlot(), setHiddenLineGrid3DPlot(), setLineGrid3DPlot(), setPoints3DPlot(), and wireframe.
Referenced by initPlot3DToolBar().
|
slot |
References btnPointer.
Referenced by connectMultilayerPlot().
|
slot |
References d_workspace, newWrksheetPlot(), and Graph::setActiveTool().
Referenced by createActions(), and showMarkerPopupMenu().
|
slot |
References defaultCurveStyle, and multilayerPlot().
Referenced by createActions().
|
slot |
References defaultCurveStyle, and multilayerPlot().
Referenced by createActions().
|
slot |
References Graph3D::Bars, Table::colName(), d_workspace, dataPlotXYZ(), TableView::firstSelectedColumn(), plot3DMatrix(), Table::selectedColumns(), table(), and validFor3DPlot().
Referenced by createActions().
|
slot |
References plot3DMatrix().
Referenced by createActions().
|
slot |
References Graph3D::addMatrixData(), customPlot3D(), Graph3D::customPlotStyle(), d_workspace, generateUniqueName(), initPlot3D(), modified(), MyWidget::setName(), and Graph3D::update().
Referenced by plot3DBars(), plot3DHiddenLine(), plot3DPolygons(), plot3DScatter(), plot3DWireframe(), and plot3DWireSurface().
|
slot |
References plot3DMatrix().
Referenced by createActions().
|
slot |
References Table::colName(), d_workspace, dataPlot3D(), TableView::firstSelectedColumn(), Table::selectedColumns(), table(), and validFor3DPlot().
Referenced by createActions().
|
slot |
References Table::colName(), d_workspace, dataPlotXYZ(), TableView::firstSelectedColumn(), plot3DMatrix(), Graph3D::Scatter, Table::selectedColumns(), table(), and validFor3DPlot().
Referenced by createActions().
|
slot |
References Table::colName(), d_workspace, dataPlotXYZ(), TableView::firstSelectedColumn(), Table::selectedColumns(), table(), Graph3D::Trajectory, and validFor3DPlot().
Referenced by createActions().
|
slot |
References plot3DMatrix().
Referenced by createActions().
|
slot |
References plot3DMatrix().
Referenced by createActions().
|
slot |
References defaultCurveStyle, and multilayerPlot().
Referenced by createActions().
|
slot |
References Graph::ColorMap, d_workspace, and plotSpectrogram().
Referenced by createActions().
|
slot |
References Graph::ColorMap, and plotSpectrogram().
|
slot |
References Graph::ContourMap, d_workspace, and plotSpectrogram().
Referenced by createActions().
|
slot |
References Graph::ContourMap, and plotSpectrogram().
|
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(), applyUserSettings(), MyWidget::Both, columnSeparator, d_ASCII_import_locale, d_convert_to_numeric, Graph::LineSymbols, multilayerPlot(), newTable(), Table::setCaptionPolicy(), simplify_spaces, strip_spaces, and Table::YColumns().
Referenced by open().
|
slot |
References d_workspace, Graph::GrayMap, and plotSpectrogram().
Referenced by createActions().
|
slot |
References Graph::GrayMap, and plotSpectrogram().
|
slot |
References d_workspace, TableView::firstSelectedRow(), TableView::lastSelectedRow(), multilayerPlot(), Table::noXColumn(), Graph::Pie, Table::selectedColumns(), and table().
Referenced by createActions().
|
slot |
Creates a new spectrogram graph.
References MultiLayer::addLayer(), generateUniqueName(), modified(), multilayerPlot(), Graph::plotSpectrogram(), and setPreferences().
Referenced by plotColorMap(), plotContour(), and plotGrayScale().
|
slot |
References Graph::Histogram, and multilayerPlot().
Referenced by createActions().
|
slot |
References defaultCurveStyle, and multilayerPlot().
Referenced by createActions().
|
slot |
References d_workspace, TableView::firstSelectedRow(), TableView::lastSelectedRow(), multilayerPlot(), Table::selectedColumns(), table(), validFor2DPlot(), and Graph::VectXYAM.
Referenced by createActions().
|
slot |
References d_workspace, TableView::firstSelectedRow(), TableView::lastSelectedRow(), multilayerPlot(), Table::selectedColumns(), table(), validFor2DPlot(), and Graph::VectXYXY.
Referenced by createActions().
|
slot |
References Graph::Histogram, Graph::HorizontalBars, ScaleDraw::Out, Graph::setAxisTitle(), Graph::setMajorTicksType(), Graph::setMinorTicksType(), and Graph::VerticalBars.
Referenced by multilayerPlot().
|
slot |
References d_workspace.
Referenced by createActions(), customEvent(), init(), printWindow(), setScriptingLang(), showGraphContextMenu(), and showLayerButtonContextMenu().
|
slot |
|
slot |
References windowsList().
Referenced by createActions().
|
slot |
References lv, print(), and WindowListItem::window().
Referenced by createActions().
|
slot |
returns a pointer to the root project folder
References folders.
Referenced by appendProject(), ImportOPJ::createProjectTree(), deleteFolder(), dropFolderItems(), executeNotes(), openProject(), renameFolder(), saveProject(), and windowsList().
|
slot |
References windowsList().
Referenced by customMenu(), and customToolBars().
|
slot |
References windowsList().
Referenced by customToolBars().
|
slot |
References windowsList().
Referenced by customToolBars().
|
slot |
pops up information about the current project
References Folder::birthDate(), current_folder, projectname, Folder::subfolders(), and windowsList().
Referenced by folderProperties().
|
slot |
References Folder::birthDate(), current_folder, Folder::folders(), Folder::modificationDate(), Table::saveToDevice(), MyWidget::saveToString(), windowGeometryInfo(), and Folder::windowsList().
Referenced by saveFolder().
|
slot |
References ActiveFolder, allAxesOn, antialiasing2DPlots, appFont, appLanguage, appStyle, asciiDirPath, autoResizeLayers, autoSave, autoSaveTime, autoscale2DPlots, autoscale3DPlots, autoScaleFonts, axesLineWidth, canvasFrameOn, canvasFrameWidth, changeAppStyle(), columnSeparator, confirmCloseFolder, confirmCloseMatrix, confirmCloseNotes, confirmClosePlot2D, confirmClosePlot3D, confirmCloseTable, d_2_linear_fit_points, d_add_curves_dialog_size, d_ASCII_file_filter, d_ASCII_import_locale, d_convert_to_numeric, d_decimal_digits, d_default_numeric_format, d_export_color, d_export_orientation, d_export_quality, d_export_resolution, d_export_transparency, d_export_vector_size, d_extended_export_dialog, d_extended_import_ASCII_dialog, d_extended_open_dialog, d_extended_plot_dialog, d_image_export_filter, d_keep_plot_aspect, d_print_cropmarks, d_project, d_scale_plots_on_print, d_show_current_folder, d_show_table_comments, defaultArrowColor, defaultArrowHeadAngle, defaultArrowHeadFill, defaultArrowHeadLength, defaultArrowLineStyle, defaultArrowLineWidth, defaultCurveLineWidth, defaultCurveStyle, defaultPlotMargin, defaultScriptingLang, defaultSymbolSize, drawBackbones, explorerSplitter, fit_output_precision, fit_scale_errors, fitFunctions, fitPluginsPath, fitPoints, generatePeakCurves, generateUniformFitPoints, Graph::getPenStyle(), guessHelpFolder(), helpFilePath, ignoredLines, imagesDirPath, legendBackground, legendFrameStyle, legendTextColor, Legend::Line, Graph::LineSymbols, majTicksLength, majTicksStyle, minTicksLength, minTicksStyle, orthogonal3DPlots, ScaleDraw::Out, panelsColor, panelsTextColor, pasteFitResultsToPlot, peakCurvesColor, plot3DAxesFont, plot3DColors, plot3DNumbersFont, plot3DResolution, plot3DTitleFont, plotAxesFont, plotLegendFont, plotNumbersFont, plotTitleFont, recentProjects, renameColumns, rFunctions, show_windows_policy, showPlot3DLegend, showPlot3DProjection, simplify_spaces, smooth3DMesh, strip_spaces, surfaceFunc, tableBkgdColor, tableHeaderColor, tableHeaderFont, tableTextColor, tableTextFont, templatesDir, thetaFunctions, titleOn, undoLimit, Project::undoStack(), updateRecentProjectsList(), workingDir, workspaceColor, writeFitResultsToLog, xFunctions, and yFunctions.
Referenced by init().
|
slot |
References d_project, and Project::undoStack().
Referenced by createActions().
|
slot |
References Graph::curves(), Spectrogram::matrix(), Graph::plotItem(), Graph::removeCurve(), and windowsList().
Referenced by removeWindowFromLists().
|
slot |
References actionShowAxisDialog, and d_workspace.
Referenced by pickCoordSystem().
|
slot |
Removes the curve identified by a key stored in the data() of actionRemoveCurve.
References actionRemoveCurve, Graph::curveIndex(), d_workspace, Graph::removeCurve(), and Graph::updatePlot().
Referenced by createActions().
|
slot |
References windowsList().
Referenced by connectTable(), and removeWindowFromLists().
|
privateslot |
References TableStatistics::base(), Table::d_future_table, d_project, AbstractAspect::removeChild(), table(), future::Table::view(), and windowsList().
Referenced by newTableStatistics().
|
slot |
References d_workspace.
Referenced by pickPlotStyle().
|
slot |
References MultiLayer::activeGraph(), btnPointer, d_status_info, d_workspace, MultiLayer::isEmpty(), Graph::isPiePlot(), DataPickerTool::Remove, Graph::setActiveTool(), and Graph::validCurvesDataSize().
Referenced by pickDataTool().
|
slot |
Does all the cleaning work before actually deleting a window!
References actionRedo, actionUndo, MultiLayer::activeGraph(), btnPointer, Table::colName(), hiddenWindows, lastModified, MyWidget::name(), Table::numCols(), outWindows, remove3DMatrixPlots(), and removeCurves().
Referenced by closeWindow(), and deleteFolder().
|
slot |
References d_workspace, and RenameWindowDialog::setWidget().
Referenced by createActions().
|
slot |
checks weather the new folder name is valid and modifies the name
References current_folder, folderItemChanged(), Folder::folderListItem(), folders, projectFolder(), and Folder::subfolders().
Referenced by init().
|
slot |
References lv.
Referenced by renameWindow().
|
slot |
Called when the user presses F2 and an item is selected in lv.
References MyWidget::name().
Referenced by RenameWindowDialog::accept(), and init().
|
slot |
Checks weather the new window name is valid and modifies the name.
References alreadyUsedName(), MyWidget::captionPolicy(), changeMatrixName(), MyWidget::name(), renameListViewItem(), MyWidget::setCaptionPolicy(), MyWidget::setName(), and updateTableNames().
|
slot |
Resets rotation of 3D plots to default values.
Resets rotation of 3D plots to default values
References d_workspace.
Referenced by initPlot3DToolBar().
|
slot |
References d_workspace, and setWindowGeometry().
Referenced by createActions().
|
slot |
References d_workspace, and setWindowGeometry().
Referenced by createActions().
|
slot |
create a new environment for the current scripting language
References executeNotes(), scripted::scriptEnv, and setScriptingLang().
Referenced by createActions().
|
slot |
References MyWidget::folder(), hideWindow(), MyWidget::Maximized, MyWidget::Minimized, MyWidget::name(), MyWidget::Normal, Folder::setActiveWindow(), setListView(), and MyWidget::setStatus().
Referenced by appendProject(), openMatrix(), openNote(), openProject(), openSurfacePlot(), openTable(), openTableStatistics(), and openTemplate().
|
slot |
References current_folder, and saveFolderAsProject().
Referenced by showFolderPopupMenu().
|
slot |
References d_workspace, filter, MyWidget::name(), MyWidget::saveAsTemplate(), SciDAVis::schemaVersion(), templatesDir, windowGeometryInfo(), and workingDir.
Referenced by createActions().
|
slot |
Set the project status to saved (not modified)
References actionSaveProject, d_project, saved, and Project::undoStack().
Referenced by createActions(), main(), newProject(), openProject(), and saveProject().
|
slot |
References fitFunctions.
Referenced by showFitDialog().
|
slot |
References logInfo, rawSaveFolder(), SciDAVis::schemaVersion(), scripted::scriptEnv, and Folder::windowCount().
Referenced by saveFolderAsProject(), and saveProject().
|
slot |
References file_compress(), filter, saveFolder(), and workingDir.
Referenced by saveAsProject().
|
slot |
References d_workspace, and Note::exportASCII().
Referenced by createActions().
|
slot |
References actionRedo, actionUndo, autoSave, autoSaveTime, file_compress(), projectFolder(), projectname, savedProject(), saveFolder(), saveProjectAs(), and savingTimerId.
Referenced by closeEvent(), createActions(), saveProjectAs(), and timerEvent().
|
slot |
References filter, FolderListItem::folder(), folders, projectname, recentProjects, saveProject(), updateRecentProjectsList(), and workingDir.
Referenced by createActions(), saveProject(), and showFolderPopupMenu().
|
slot |
References allAxesOn, antialiasing2DPlots, appFont, appLanguage, appStyle, asciiDirPath, autoResizeLayers, autoSave, autoSaveTime, autoscale2DPlots, autoscale3DPlots, autoScaleFonts, axesLineWidth, canvasFrameOn, canvasFrameWidth, columnSeparator, confirmCloseFolder, confirmCloseMatrix, confirmCloseNotes, confirmClosePlot2D, confirmClosePlot3D, confirmCloseTable, d_2_linear_fit_points, d_add_curves_dialog_size, d_ASCII_file_filter, d_ASCII_import_locale, d_convert_to_numeric, d_decimal_digits, d_default_numeric_format, d_export_color, d_export_orientation, d_export_quality, d_export_resolution, d_export_transparency, d_export_vector_size, d_extended_export_dialog, d_extended_import_ASCII_dialog, d_extended_open_dialog, d_extended_plot_dialog, d_image_export_filter, d_keep_plot_aspect, d_print_cropmarks, d_scale_plots_on_print, d_show_current_folder, d_show_table_comments, defaultArrowColor, defaultArrowHeadAngle, defaultArrowHeadFill, defaultArrowHeadLength, defaultArrowLineStyle, defaultArrowLineWidth, defaultCurveLineWidth, defaultCurveStyle, defaultPlotMargin, defaultScriptingLang, defaultSymbolSize, drawBackbones, explorerSplitter, fit_output_precision, fit_scale_errors, fitFunctions, fitPluginsPath, fitPoints, generatePeakCurves, generateUniformFitPoints, helpFilePath, ignoredLines, imagesDirPath, legendBackground, legendFrameStyle, legendTextColor, majTicksLength, majTicksStyle, minTicksLength, minTicksStyle, orthogonal3DPlots, panelsColor, panelsTextColor, pasteFitResultsToPlot, peakCurvesColor, Graph::penStyleName(), plot3DAxesFont, plot3DColors, plot3DNumbersFont, plot3DResolution, plot3DTitleFont, plotAxesFont, plotLegendFont, plotNumbersFont, plotTitleFont, recentProjects, renameColumns, rFunctions, show_windows_policy, showPlot3DLegend, showPlot3DProjection, simplify_spaces, smooth3DMesh, strip_spaces, surfaceFunc, tableBkgdColor, tableHeaderColor, tableHeaderFont, tableTextColor, tableTextFont, templatesDir, thetaFunctions, titleOn, undoLimit, workingDir, workspaceColor, writeFitResultsToLog, xFunctions, and yFunctions.
Referenced by ConfigDialog::apply(), FitDialog::applyChanges(), closeEvent(), importASCII(), newProject(), open(), openRecentProject(), parseCommandLineArguments(), setArrowDefaultSettings(), setLegendDefaultSettings(), and showHelp().
|
slot |
notify the user that an error occured in the scripting system
Referenced by customEvent(), init(), and setScriptingLang().
|
slot |
print to scripting console (if available) or to stdout
Referenced by customEvent(), init(), and setScriptingLang().
|
privateslot |
Manage plot type selection.
If the current window is a Table, generate a new graph from the selected data. If it is a Graph, change the plot type of the last curve. For everything else, do nothing.
References MultiLayer::activeGraph(), Graph::Box, Graph::curves(), d_workspace, Table::drawableColumnSelection(), TableView::firstSelectedRow(), Graph::Histogram, TableView::lastSelectedRow(), multilayerPlot(), Graph::Pie, Table::selectedColumns(), Graph::setCurveType(), table(), and validFor2DPlot().
Referenced by createActions().
|
privateslot |
Set the active window selected from the context menu's dependency list.
See also: http://doc.trolltech.com/4.3/mainwindows-recentfiles-mainwindow-cpp.html
References activateWindow(), and window().
Referenced by showWindowMenu().
|
slot |
References d_workspace, lv, panelsColor, panelsTextColor, results, and workspaceColor.
Referenced by ConfigDialog::apply().
|
slot |
References defaultArrowColor, defaultArrowHeadAngle, defaultArrowHeadFill, defaultArrowHeadLength, defaultArrowLineStyle, defaultArrowLineWidth, saveSettings(), and windowsList().
Referenced by LineDialog::setDefaultValues().
|
slot |
References MultiLayer::activeGraph(), d_workspace, MultiLayer::isEmpty(), modified(), and Graph::setAutoScale().
Referenced by createActions().
|
slot |
References d_workspace.
Referenced by initPlot3DToolBar().
|
slot |
References d_workspace.
Referenced by pickPlotStyle().
|
slot |
References actionShowAxisDialog, and d_workspace.
Referenced by pickCoordSystem().
|
slot |
References d_workspace.
Referenced by initPlot3DToolBar().
|
slot |
References d_workspace.
Referenced by pickPlotStyle().
|
slot |
References d_workspace.
Referenced by pickPlotStyle().
|
slot |
References actionCurveFullRange, Graph::curveIndex(), d_workspace, and Graph::setCurveFullRange().
Referenced by createActions().
|
slot |
References d_workspace.
Referenced by pickFloorStyle().
|
slot |
References d_workspace.
Referenced by pickPlotStyle().
|
slot |
References d_workspace.
Referenced by pickFloorStyle().
|
slot |
References d_workspace.
Referenced by initPlot3DToolBar().
|
slot |
References d_workspace.
Referenced by pickFloorStyle().
|
slot |
References actionShowAxisDialog, and d_workspace.
Referenced by pickCoordSystem().
|
slot |
References d_workspace.
Referenced by initPlot3DToolBar().
|
slot |
|
slot |
References d_workspace.
Referenced by pickPlotStyle().
|
slot |
References d_workspace.
Referenced by initPlot3DToolBar().
|
slot |
References legendBackground, legendFrameStyle, legendTextColor, plotLegendFont, saveSettings(), and windowsList().
Referenced by TextDialog::setDefaultValues().
|
slot |
References d_workspace.
Referenced by pickPlotStyle().
|
slot |
References lv.
Referenced by restoreWindowGeometry(), setShowWindowsPolicy(), updateWindowStatus(), and windowsMenuActivated().
|
slot |
References lv.
Referenced by appendProject(), openMatrix(), openNote(), openProject(), openSurfacePlot(), openTable(), and openTableStatistics().
|
slot |
References lv.
Referenced by RenameWindowDialog::accept(), appendProject(), clone(), importASCII(), loadImage(), openMatrix(), openNote(), openProject(), openSurfacePlot(), openTable(), and openTableStatistics().
|
slot |
References autoscale3DPlots, orthogonal3DPlots, Graph3D::setAutoscale(), Graph3D::setOrtho(), Graph3D::setSmoothMesh(), smooth3DMesh, and windowsList().
Referenced by ConfigDialog::apply().
|
slot |
References d_workspace.
Referenced by pickPlotStyle().
|
slot |
References allAxesOn, antialiasing2DPlots, autoResizeLayers, autoscale2DPlots, autoScaleFonts, axesLineWidth, canvasFrameOn, canvasFrameWidth, defaultArrowColor, defaultArrowHeadAngle, defaultArrowHeadFill, defaultArrowHeadLength, defaultArrowLineStyle, defaultArrowLineWidth, defaultPlotMargin, Graph::drawAxesBackbones(), drawBackbones, Graph::drawCanvasFrame(), Graph::enableAutoscaling(), Graph::enableAxes(), Graph::initFonts(), Graph::initTitle(), Graph::isPiePlot(), legendBackground, legendFrameStyle, legendTextColor, majTicksLength, majTicksStyle, minTicksLength, minTicksStyle, plotAxesFont, plotLegendFont, plotNumbersFont, plotTitleFont, Graph::plotWidget(), Graph::setAntialiasing(), Graph::setArrowDefaults(), Graph::setAutoscaleFonts(), Graph::setAxesLinewidth(), Graph::setIgnoreResizeEvents(), Graph::setMajorTicksType(), Graph::setMinorTicksType(), Graph::setTextMarkerDefaults(), Graph::setTicksLength(), titleOn, and Graph::updateSecondaryAxis().
Referenced by addLayer(), multilayerPlot(), newGraph(), pasteSelection(), plotSpectrogram(), and LayerDialog::update().
|
slot |
References d_workspace.
Referenced by initPlot3DToolBar().
|
slot |
References autoSave, autoSaveTime, and savingTimerId.
Referenced by ConfigDialog::apply().
|
slot |
switches to the given scripting language; if this is the same as the current one and force is true, restart it
References ScriptingEnv::initialize(), ScriptingLangManager::newEnv(), print(), scripted::scriptEnv, scriptError(), and scriptPrint().
Referenced by ScriptingLangDialog::accept(), applyUserSettings(), openProject(), and restartScriptingEnv().
|
slot |
hides or shows windows in the current folder and changes the view windows policy
References hiddenWindows, HideAll, MyWidget::name(), setListView(), show_windows_policy, showAllFolderWindows(), and windowsList().
Referenced by showFolderPopupMenu().
|
slot |
Changes the geometry of the active MDI window.
References d_workspace.
Referenced by resizeActiveWindow(), and resizeWindow().
|
slot |
References Graph::curves(), d_workspace, Graph::replot(), and Graph::showCurve().
Referenced by createActions().
|
slot |
forces showing all windows in the current folder and subfolders, depending on the user's viewing policy
References current_folder, FolderListItem::folder(), Folder::folderListItem(), MyWidget::Hidden, MyWidget::Maximized, MyWidget::Minimized, MyWidget::Normal, show_windows_policy, MyWidget::status(), SubFolders, updateWindowLists(), Folder::windowsList(), and windowsList().
Referenced by setShowWindowsPolicy(), and showFolderPopupMenu().
|
slot |
References d_workspace, and showScaleDialog().
Referenced by connectMultilayerPlot(), and createActions().
|
slot |
References AxesDialog::setCurrentScale(), AxesDialog::showAxesPage(), and showScaleDialog().
Referenced by connectMultilayerPlot().
|
slot |
Open bug tracking system at SF.net in external browser.
References BUGREPORT_URI.
Referenced by createActions().
|
slot |
References d_workspace, TableView::isColumnSelected(), newTableStatistics(), Table::numCols(), Table::selectedColumns(), and TableStatistics::StatColumn.
Referenced by connectTable(), and createActions().
|
slot |
References MultiLayer::activeGraph(), btnPointer, d_status_info, d_workspace, DataPickerTool::Display, MultiLayer::graphPtrs(), MultiLayer::isEmpty(), and Graph::isPiePlot().
Referenced by pickDataTool().
|
slot |
References actionCurveFullRange, actionEditCurveRange, actionEditFunction, actionHideCurve, actionHideOtherCurves, actionRemoveCurve, actionShowAllCurves, actionShowCurvePlotDialog, actionShowCurveWorksheet, Graph::curve(), Graph::curveIndex(), Graph::curves(), d_workspace, Graph::ErrorBars, DataCurve::errorBarsList(), Graph::Function, DataCurve::isFullRange(), showCurvePlotDialog(), PlotCurve::type(), and Graph::visibleCurves().
Referenced by connectMultilayerPlot().
|
slot |
References actionShowCurvePlotDialog, and showPlotDialog().
Referenced by createActions(), and showCurveContextMenu().
|
slot |
References actionEditCurveRange, Graph::curveIndex(), and d_workspace.
Referenced by createActions(), and CurvesDialog::showCurveRangeDialog().
|
slot |
References CurveRangeDialog::setCurveToModify().
|
slot |
References d_add_curves_dialog_size, d_workspace, Graph::isPiePlot(), and CurvesDialog::setGraph().
Referenced by connectMultilayerPlot(), and createActions().
|
slot |
References actionShowCurveWorksheet, Graph::curveIndex(), and d_workspace.
Referenced by createActions(), and PlotDialog::showWorksheet().
|
slot |
References Graph::createTable(), Graph::Function, Spectrogram::matrix(), Graph::plotItem(), showTable(), and type.
|
slot |
References d_workspace, DataSetDialog::setGraph(), and DataSetDialog::setOperationType().
Referenced by analysis().
|
slot |
References showExpDecayDialog().
Referenced by createActions().
|
slot |
Referenced by createActions(), showExpDecay3Dialog(), showExpGrowthDialog(), and showTwoExpDecayDialog().
|
slot |
References d_workspace, ExpDecayDialog::setGraph(), and Graph::validCurvesDataSize().
|
slot |
References showExpDecayDialog().
Referenced by createActions().
|
slot |
|
slot |
References d_workspace, FFTDialog::onGraph, FFTDialog::onTable, FFTDialog::setGraph(), FFTDialog::setTable(), and Graph::validCurvesDataSize().
Referenced by createActions().
|
slot |
References d_workspace, FilterDialog::setGraph(), and Graph::validCurvesDataSize().
Referenced by bandBlockFilterDialog(), bandPassFilterDialog(), highPassFilterDialog(), and lowPassFilterDialog().
|
slot |
Referenced by showFolderPopupMenu().
|
slot |
References MultiLayer::activeGraph(), FitDialog::addUserFunctions(), clearFitFunctionsList(), d_workspace, fitFunctions, Graph::LineSymbols, multilayerPlot(), saveFitFunctionsList(), FitDialog::setGraph(), FitDialog::setSrcTables(), tableList(), and Graph::validCurvesDataSize().
Referenced by createActions().
|
slot |
References d_workspace, PolynomFitDialog::setGraph(), and Graph::validCurvesDataSize().
Referenced by createActions().
|
slot |
creates and opens the context menu of a folder list view item
it | list view item |
p | mouse global position |
fromFolders,: | true means that the user clicked right mouse buttom on an item from QListView "folders" false means that the user clicked right mouse buttom on an item from QListView "lv" |
References actionNewFunctionPlot, actionNewGraph, actionNewMatrix, actionNewNote, actionNewSurfacePlot, actionNewTable, addFolder(), appendProject(), deleteFolder(), folderProperties(), folders, HideAll, hideAllFolderWindows(), saveAsProject(), saveProjectAs(), setShowWindowsPolicy(), show_windows_policy, showAllFolderWindows(), showFindDialogue(), startRenameFolder(), and window().
Referenced by init(), showFolderPopupMenu(), and showWindowPopupMenu().
|
slot |
connected to the SIGNAL contextMenuRequested from the list views
References showFolderPopupMenu().
|
slot |
Open forums page at SF.net in external browser.
References FORUM_URI.
Referenced by createActions().
|
slot |
References actionEditFunction, Graph::curveIndex(), and d_workspace.
Referenced by createActions(), PlotDialog::editCurve(), CurvesDialog::showFunctionDialog(), and PlotDialog::showPlotAssociations().
|
slot |
References functionDialog(), and FunctionDialog::setCurveToModify().
|
slot |
References d_workspace, showPlotDialog(), and showScaleDialog().
Referenced by createActions(), showGraphContextMenu(), and showLayerButtonContextMenu().
|
slot |
References actionAddFunctionCurve, actionBandBlockFilter, actionBandPassFilter, actionDifferentiate, actionFFT, actionFitExpGrowth, actionFitGauss, actionFitLinear, actionFitLorentz, actionFitSigmoidal, actionHighPassFilter, actionInterpolate, actionLowPassFilter, actionMultiPeakGauss, actionMultiPeakLorentz, actionShowAllCurves, actionShowCurvesDialog, actionShowExpDecay3Dialog, actionShowExpDecayDialog, actionShowFitDialog, actionShowFitPolynomDialog, actionShowIntDialog, actionShowTwoExpDecayDialog, actionSmoothAverage, actionSmoothFFT, actionSmoothSavGol, actionTranslateHor, actionTranslateVert, MultiLayer::activeGraph(), Graph::Arrow, calcul, copiedLayer, copiedMarkerType, copyActiveLayer(), Graph::curves(), d_workspace, decay, exportGraph(), exportLayer(), filter, Graph::Image, Graph::isPiePlot(), multiPeakMenu, pasteSelection(), print(), showGeneralPlotDialog(), smooth, Graph::Text, and Graph::visibleCurves().
Referenced by connectMultilayerPlot().
|
slot |
References AxesDialog::showGridPage(), and showScaleDialog().
Referenced by createActions().
|
slot |
References assistant, chooseHelpFolder(), helpFilePath, MANUAL_URI, and saveSettings().
Referenced by createActions().
|
slot |
References d_project, and Project::undoStack().
Referenced by createActions().
|
slot |
|
slot |
References d_workspace, ImageMarker::origin(), Graph::selectedMarkerPtr(), and ImageMarker::size().
Referenced by connectMultilayerPlot(), createActions(), and showMarkerPopupMenu().
|
slot |
References d_workspace, and Graph::validCurvesDataSize().
Referenced by createActions().
|
slot |
References d_workspace, and Graph::validCurvesDataSize().
Referenced by createActions().
|
slot |
References actionAddFunctionCurve, actionAddLayer, actionBandBlockFilter, actionBandPassFilter, actionDeleteLayer, actionDifferentiate, actionFFT, actionFitExpGrowth, actionFitGauss, actionFitLinear, actionFitLorentz, actionFitSigmoidal, actionHighPassFilter, actionInterpolate, actionLowPassFilter, actionMultiPeakGauss, actionMultiPeakLorentz, actionShowAllCurves, actionShowCurvesDialog, actionShowExpDecay3Dialog, actionShowExpDecayDialog, actionShowFitDialog, actionShowFitPolynomDialog, actionShowIntDialog, actionShowTwoExpDecayDialog, actionSmoothAverage, actionSmoothFFT, actionSmoothSavGol, actionTranslateHor, actionTranslateVert, MultiLayer::activeGraph(), Graph::Arrow, calcul, copiedLayer, copiedMarkerType, copyActiveLayer(), Graph::curves(), d_workspace, decay, exportGraph(), exportLayer(), filter, Graph::Image, Graph::isPiePlot(), multiPeakMenu, pasteSelection(), print(), showGeneralPlotDialog(), smooth, Graph::Text, and Graph::visibleCurves().
Referenced by connectMultilayerPlot().
|
slot |
References d_workspace, and MultiLayer::isEmpty().
Referenced by createActions().
|
slot |
References d_workspace, and Graph::selectedMarkerPtr().
Referenced by connectMultilayerPlot(), createActions(), and showMarkerPopupMenu().
|
slot |
Connected to the context menu signal from lv; it's called when there are no items selected in the list.
References actionNewFunctionPlot, actionNewGraph, actionNewMatrix, actionNewNote, actionNewSurfacePlot, actionNewTable, addFolder(), lv, and window().
Referenced by showWindowPopupMenu().
|
slot |
Connected to the context menu signal from lv; it's called when there are several items selected in the list.
References deleteSelectedItems().
Referenced by showWindowPopupMenu().
|
slot |
|
slot |
References explorerWindow.
Referenced by createActions(), and windowsMenuAboutToShow().
|
slot |
References Graph3D::axesColor(), Graph3D::axesLabels(), Graph3D::axisTickLengths(), Graph3D::barsRadius(), Graph3D::bgColor(), Graph3D::boxedCrossHair(), Graph3D::coneQuality(), Graph3D::coneRadius(), Graph3D::Cones, Graph3D::coordStyle(), Graph3D::crossHairLinewidth(), Graph3D::crossHairRadius(), Plot3DDialog::customWorksheetBtn(), d_workspace, Plot3DDialog::disableAxesOptions(), Plot3DDialog::disableGridOptions(), Plot3DDialog::disableLegend(), Plot3DDialog::disableMeshOptions(), Graph3D::Dots, Graph3D::getTable(), Graph3D::gridColor(), Graph3D::grids(), Graph3D::HairCross, Graph3D::hasData(), Plot3DDialog::initPointsOptionsStack(), Graph3D::isLegendOn(), Graph3D::isOrthogonal(), Graph3D::labelColor(), Graph3D::labelsDistance(), Graph3D::matrix(), Graph3D::maxDataColor(), Graph3D::meshColor(), Graph3D::meshLineWidth(), Graph3D::minDataColor(), Graph3D::None, Graph3D::numbersFont(), Graph3D::numColor(), Graph3D::plotStyle(), Graph3D::plotTitle(), Graph3D::pointsSize(), Graph3D::pointType(), Graph3D::resolution(), Graph3D::scaleLimits(), Plot3DDialog::setAxesFonts(), Plot3DDialog::setAxesLabels(), Plot3DDialog::setAxesTickLengths(), Plot3DDialog::setColors(), Plot3DDialog::setDataColors(), Plot3DDialog::setLabelsDistance(), Plot3DDialog::setMeshLineWidth(), Plot3DDialog::setNumbersFonts(), Plot3DDialog::setOrthogonal(), Plot3DDialog::setPlot(), Plot3DDialog::setResolution(), Plot3DDialog::setScales(), Plot3DDialog::setScaling(), Plot3DDialog::setTitle(), Plot3DDialog::setTitleFont(), Plot3DDialog::setTransparency(), Plot3DDialog::setZoom(), Plot3DDialog::showBarsTab(), Plot3DDialog::showConesTab(), Plot3DDialog::showCrossHairTab(), Plot3DDialog::showLegend(), Plot3DDialog::showPointsTab(), Graph3D::smoothCrossHair(), Graph3D::smoothPoints(), Graph3D::titleColor(), Graph3D::titleFont(), Graph3D::transparency(), Graph3D::userFunction(), Graph3D::VerticalBars, Graph3D::xAxisLabelFont(), Graph3D::xScale(), Graph3D::yAxisLabelFont(), Graph3D::yScale(), Graph3D::zAxisLabelFont(), Graph3D::zoom(), and Graph3D::zScale().
Referenced by connectSurfacePlot(), showScaleDialog(), and showTitleDialog().
|
slot |
References d_workspace, AssociationsDialog::initTablesList(), AssociationsDialog::setGraph(), and tableList().
Referenced by PlotDialog::editCurve(), CurvesDialog::showPlotAssociations(), and PlotDialog::showPlotAssociations().
|
slot |
Show plot style dialog for the active MultiLayer / activeGraph / specified curve or the activeGraph options dialog if no curve is specified (curveKey = -1).
References columnsList(), Graph::curveIndex(), d_extended_plot_dialog, d_workspace, PlotDialog::initFonts(), PlotDialog::insertColumnsList(), plotAxesFont, plotLegendFont, plotNumbersFont, plotTitleFont, PlotDialog::selectCurve(), PlotDialog::setMultiLayer(), and PlotDialog::showAll().
Referenced by connectMultilayerPlot(), showCurvePlotDialog(), and showGeneralPlotDialog().
|
slot |
References MultiLayer::activeGraph(), d_workspace, and Graph::plotWidget().
Referenced by connectMultilayerPlot(), and createActions().
|
slot |
References PlotWizard::changeColumnsList(), columnsList(), PlotWizard::insertTablesList(), multilayerPlot(), PlotWizard::setColumnsList(), and tableWindows().
Referenced by createActions().
|
slot |
References columnSeparator, and ConfigDialog::setColumnSeparator().
Referenced by createActions().
|
slot |
References MultiLayer::activeGraph(), btnPointer, Graph::curves(), d_status_info, d_workspace, Graph::enableRangeSelectors(), MultiLayer::isEmpty(), and Graph::isPiePlot().
Referenced by pickDataTool().
|
slot |
References logInfo, logWindow, and results.
Referenced by ImportOPJ::ImportOPJ(), matrixDeterminant(), showResults(), PlotDialog::showStatistics(), and updateLog().
|
slot |
References logInfo, results, and showResults().
|
slot |
|
slot |
References d_workspace, TableView::isRowSelected(), newTableStatistics(), Table::numRows(), Table::numSelectedRows(), and TableStatistics::StatRow.
Referenced by connectTable(), and createActions().
|
slot |
|
slot |
References AxesDialog::setCurrentScale(), and showScaleDialog().
Referenced by connectMultilayerPlot().
|
slot |
References btnPointer, d_status_info, d_workspace, MultiLayer::graphPtrs(), and MultiLayer::isEmpty().
Referenced by pickDataTool().
|
slot |
show scripting language selection dialog
References scripted::scriptEnv.
Referenced by createActions().
|
slot |
References SmoothFilter::Average, and showSmoothDialog().
Referenced by createActions().
|
slot |
References d_workspace, SmoothCurveDialog::setGraph(), and Graph::validCurvesDataSize().
Referenced by showSmoothAverageDialog(), showSmoothFFTDialog(), and showSmoothSavGolDialog().
|
slot |
References SmoothFilter::FFT, and showSmoothDialog().
Referenced by createActions().
|
slot |
References SmoothFilter::SavitzkyGolay, and showSmoothDialog().
Referenced by createActions().
|
staticslot |
References MANUAL_URI.
Referenced by main().
|
slot |
Show the context menu for the status bar.
References actionCopyStatusBarText, and d_status_info.
Referenced by initToolBars().
|
slot |
References Table::colIndex(), Table::d_future_table, TableView::deselectAll(), lv, modified(), Table::name(), future::Table::rowCount(), TableView::setCellsSelected(), table(), and updateWindowLists().
Referenced by showCurveWorksheet().
|
slot |
References Legend::angle(), Legend::backgroundColor(), d_workspace, Legend::font(), Legend::frameStyle(), Graph::selectedMarkerPtr(), TextDialog::setAngle(), TextDialog::setBackgroundColor(), TextDialog::setBackgroundType(), TextDialog::setFont(), TextDialog::setText(), TextDialog::setTextColor(), Legend::text(), Legend::textColor(), and TextDialog::TextMarker.
Referenced by connectMultilayerPlot(), createActions(), disableAddText(), and showMarkerPopupMenu().
|
slot |
|
slot |
|
slot |
References showExpDecayDialog().
Referenced by createActions().
|
slot |
References actionAdd3DData, actionAddLayer, actionCloseWindow, actionCopyWindow, actionDeleteLayer, actionEditSurfacePlot, actionPrint, actionRename, actionShowLayerDialog, actionShowPlotGeometryDialog, add3DMatrixPlot(), change3DData(), change3DMatrix(), clearSelection(), Matrix::columnsSelected(), copiedLayer, copySelection(), cutSelection(), d_workspace, exportGraph(), Graph3D::getTable(), Graph3D::hasData(), MultiLayer::layers(), Graph3D::matrix(), pasteSelection(), plot3D, Matrix::rowsSelected(), and Graph3D::userFunction().
Referenced by connectMultilayerPlot(), connectSurfacePlot(), and initMatrix().
|
private |
Show a context menu for the widget.
References actionActivateWindow, actionCloseWindow, actionCopyWindow, actionHideActiveWindow, actionMaximizeWindow, actionMinimizeWindow, actionPrint, actionRename, actionResizeWindow, actionSaveNote, actionSaveTemplate, actionShowExportASCIIDialog, d_workspace, depending3DPlots(), dependingPlots(), Graph3D::formula(), hidden(), Graph3D::matrix(), multilayerDependencies(), Matrix::name(), MyWidget::name(), setActiveWindowFromAction(), and windowProperties().
Referenced by showWindowPopupMenu(), and showWindowTitleBarMenu().
|
slot |
References current_folder, folders, lv, FolderListItem::RTTI, showFolderPopupMenu(), showListViewPopupMenu(), showListViewSelectionMenu(), and showWindowMenu().
Referenced by init().
|
slot |
References d_workspace, and showWindowMenu().
Referenced by connectMultilayerPlot(), connectSurfacePlot(), connectTable(), initMatrix(), and initNote().
|
slot |
|
slot |
|
slot |
starts renaming the selected folder by creating a built-in text editor
References current_folder, folderItemChanged(), Folder::folderListItem(), and folders.
Referenced by init(), and showFolderPopupMenu().
|
slot |
starts renaming the selected folder by creating a built-in text editor
References current_folder, folderItemChanged(), Folder::folderListItem(), folders, lv, and FolderListItem::RTTI.
|
slot |
References locales.
Referenced by parseCommandLineArguments(), and ConfigDialog::switchToLanguage().
|
slot |
References appLanguage, appTranslator, insertTranslatedStrings(), locales, qtTranslator, and TS_PATH.
|
slot |
References windowsList().
Referenced by PlotDialog::acceptParams(), CurvesDialog::addCurve(), change3DData(), dataPlot3D(), dataPlotXYZ(), defineErrorBars(), exportASCII(), handleAspectAboutToBeRemoved(), handleAspectAdded(), importASCII(), ImportOPJ::importGraphs(), insertNew3DData(), multilayerPlot(), openGraph(), openTableStatistics(), PlotWizard::plot3D(), plot3DBars(), PlotWizard::plot3DRibbon(), plot3DRibbon(), plot3DScatter(), plot3DTrajectory(), plotPie(), plotVectXYAM(), plotVectXYXY(), removeDependentTableStatistics(), TranslateCurveTool::selectDestination(), selectPlotType(), AxesDialog::showAxis(), showExportASCIIDialog(), and showTable().
|
slot |
References windowsList().
Referenced by addErrorBars(), showFitDialog(), and showPlotAssociations().
QStringList ApplicationWindow::tableWindows | ( | ) |
References d_project, AbstractAspect::descendantsThatInherit(), and AbstractAspect::name().
Referenced by add3DData(), customToolBars(), AxesDialog::setGraph(), showExportASCIIDialog(), and showPlotWizard().
|
slot |
References saveProject(), and savingTimerId.
|
slot |
|
slot |
Turns perspective mode on or off.
Turns perspective mode on or off
References d_workspace.
Referenced by initPlot3DToolBar().
|
slot |
References actionAbout, actionActivateWindow, actionAdd3DData, actionAddErrorBars, actionAddFunctionCurve, actionAddImage, actionAddLayer, actionAddText, actionAnimate, actionAutoCorrelate, actionAutomaticLayout, actionBandBlockFilter, actionBandPassFilter, actionBoxPlot, actionClearLogInfo, actionClearSelection, actionCloseAllWindows, actionCloseWindow, actionColorMap, actionContourMap, actionConvertMatrix, actionConvertTable, actionConvolute, actionCopySelection, actionCopyStatusBarText, actionCopyWindow, actionCorrelate, actionCurveFullRange, actionCutSelection, actionDeconvolute, actionDeleteFitTables, actionDeleteLayer, actionDifferentiate, actionEditCurveRange, actionEditFunction, actionEditSurfacePlot, actionExportAllGraphs, actionExportGraph, actionExportPDF, actionFFT, actionFitExpGrowth, actionFitFrame, actionFitGauss, actionFitLinear, actionFitLorentz, actionFitSigmoidal, actionGrayMap, actionHelpBugReports, actionHelpForums, actionHideActiveWindow, actionHideCurve, actionHideOtherCurves, actionHighPassFilter, actionHomePage, actionImportImage, actionIntensityTable, actionInterpolate, actionInvertMatrix, actionLoad, actionLoadImage, actionLowPassFilter, actionMatrixDeterminant, actionMaximizeWindow, actionMinimizeWindow, actionMultiPeakGauss, actionMultiPeakLorentz, actionNewFunctionPlot, actionNewGraph, actionNewLegend, actionNewMatrix, actionNewNote, actionNewProject, actionNewSurfacePlot, actionNewTable, actionNoteEvaluate, actionNoteExecute, actionNoteExecuteAll, actionOpen, actionOpenTemplate, actionPasteSelection, actionPerspective, actionPixelLineProfile, actionPlot2HorizontalLayers, actionPlot2VerticalLayers, actionPlot3DBars, actionPlot3DHiddenLine, actionPlot3DPolygons, actionPlot3DRibbon, actionPlot3DScatter, actionPlot3DTrajectory, actionPlot3DWireFrame, actionPlot3DWireSurface, actionPlot4Layers, actionPlotArea, actionPlotHistogram, actionPlotHorizontalBars, actionPlotHorSteps, actionPlotL, actionPlotLP, actionPlotP, actionPlotPie, actionPlotSpline, actionPlotStackedHistograms, actionPlotStackedLayers, actionPlotVectXYAM, actionPlotVectXYXY, actionPlotVerticalBars, actionPlotVerticalDropLines, actionPlotVertSteps, actionPrint, actionPrintAllPlots, actionPrintWindow, actionRedo, actionRemoveCurve, actionRename, actionResetRotation, actionResizeActiveWindow, actionResizeWindow, actionRestartScripting, actionSaveProject, actionSaveProjectAs, actionSaveTemplate, actionScriptingLang, actionShowAllCurves, actionShowAxisDialog, actionShowColStatistics, actionShowConfigureDialog, actionShowCurvePlotDialog, actionShowCurvesDialog, actionShowCurveWorksheet, actionShowExpDecay3Dialog, actionShowExpDecayDialog, actionShowExplorer, actionShowExportASCIIDialog, actionShowFitDialog, actionShowFitPolynomDialog, actionShowGridDialog, actionShowHelp, actionShowImageDialog, actionShowIntDialog, actionShowLayerDialog, actionShowLineDialog, actionShowLog, actionShowMoreWindows, actionShowPlotDialog, actionShowPlotGeometryDialog, actionShowPlotWizard, actionShowRowStatistics, actionShowScaleDialog, actionShowTextDialog, actionShowTitleDialog, actionShowTwoExpDecayDialog, actionSmoothAverage, actionSmoothFFT, actionSmoothSavGol, actionTimeStamp, actionTranslateHor, actionTranslateVert, actionUndo, actionUnzoom, 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, toolbarsMenu, and wireframe.
Referenced by insertTranslatedStrings().
|
slot |
|
slot |
References MultiLayer::activeGraph(), btnPointer, d_status_info, d_workspace, MultiLayer::isEmpty(), Graph::isPiePlot(), Graph::setActiveTool(), Graph::validCurvesDataSize(), and TranslateCurveTool::Vertical.
Referenced by createActions().
|
slot |
References d_project, and Project::undoStack().
Referenced by createActions().
|
slot |
References appFont, calcul, dataMenu, decay, edit, exportPlot, file, filter, format, graph, help, matrixMenu, multiPeakMenu, panels, plot2D, plot3D, plot3DMenu, plotDataMenu, recent, scriptingMenu, smooth, specialPlot, stat, tableMenu, translateMenu, type, view, and windowsMenu.
Referenced by applyUserSettings(), and changeAppFont().
|
slot |
References windowsList().
Referenced by connectTable().
|
slot |
References confirmCloseMatrix, confirmCloseNotes, confirmClosePlot2D, confirmClosePlot3D, confirmCloseTable, and windowsList().
Referenced by ConfigDialog::apply().
|
slot |
References Graph3D::formula(), Graph::updateCurvesData(), Graph3D::updateData(), and windowsList().
Referenced by connectTable(), DataPickerTool::end(), and TranslateCurveTool::selectDestination().
|
slot |
References rFunctions, thetaFunctions, xFunctions, and yFunctions.
Referenced by FunctionDialog::acceptFunction(), FunctionDialog::acceptParametric(), FunctionDialog::acceptPolar(), ImportOPJ::importGraphs(), and newFunctionPlot().
|
slot |
References logInfo, modified(), and showResults().
Referenced by PolynomialFit::fit(), Fit::fit(), and LinearFit::fit().
|
slot |
References Graph::curves(), Spectrogram::matrix(), Graph::plotItem(), Spectrogram::updateData(), and windowsList().
Referenced by initMatrix().
|
slot |
References MaxRecentProjects, openRecentProject(), recent, and recentProjects.
Referenced by appendProject(), openProject(), openRecentProject(), readSettings(), and saveProjectAs().
|
slot |
References surfaceFunc.
Referenced by SurfaceDialog::accept().
|
slot |
References windowsList().
Referenced by renameWindow().
|
slot |
References d_workspace, hiddenWindows, and outWindows.
Referenced by activateWindow(), maximizeWindow(), minimizeWindow(), showAllFolderWindows(), and showTable().
|
slot |
References MyWidget::aspect(), current_folder, MyWidget::Maximized, modifiedProject(), MyWidget::name(), MyWidget::Normal, setListView(), MyWidget::setStatus(), MyWidget::status(), and Folder::windowsList().
Referenced by cascade(), connectMultilayerPlot(), connectSurfacePlot(), connectTable(), initMatrix(), and initNote().
|
private |
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, TableView::selectedColumnCount(), and SciDAVis::Y.
Referenced by multilayerPlot(), plotVectXYAM(), plotVectXYXY(), and selectPlotType().
|
private |
Check whether a table is valid for a 3D plot and display an appropriate error if not.
References Table::colPlotDesignation(), TableView::firstSelectedColumn(), Table::noXColumn(), Table::noYColumn(), Table::numCols(), and SciDAVis::Z.
Referenced by plot3DBars(), plot3DRibbon(), plot3DScatter(), and plot3DTrajectory().
|
staticslot |
Return a version string ("SciDAVis x.y.z")
Referenced by parseCommandLineArguments().
|
slot |
Returns a pointer to the window named "name".
References MyWidget::name(), and windowsList().
Referenced by setActiveWindowFromAction(), showFolderPopupMenu(), and showListViewPopupMenu().
|
slot |
References customMenu(), customToolBars(), modified(), and Folder::setActiveWindow().
Referenced by init().
|
slot |
References Folder::activeWindow(), MyWidget::folder(), hidden(), MyWidget::Maximized, MyWidget::Minimized, and MyWidget::status().
Referenced by rawSaveFolder(), and saveAsTemplate().
|
slot |
pops up information about the selected window item
References MyWidget::birthDate(), current_folder, lv, MyWidget::name(), Folder::path(), and WindowListItem::window().
Referenced by showWindowMenu().
|
slot |
References FolderListItem::folder(), Folder::folderListItem(), hiddenWindows, outWindows, projectFolder(), and Folder::windowsList().
Referenced by alreadyUsedName(), ConfigDialog::apply(), changeFolder(), changeMatrixName(), columnsList(), customizeTables(), deleteFitTables(), depending3DPlots(), dependingPlots(), exportAllGraphs(), exportAllTables(), generateUniqueName(), matrix(), matrixNames(), printAllPlots(), projectHas2DPlots(), projectHas3DPlots(), projectHasMatrices(), projectProperties(), remove3DMatrixPlots(), removeCurves(), removeDependentTableStatistics(), setArrowDefaultSettings(), setGraphDefaultSettings(), setLegendDefaultSettings(), setPlot3DOptions(), setShowWindowsPolicy(), showAllFolderWindows(), table(), tableList(), updateColNames(), updateConfirmOptions(), updateCurves(), updateMatrixPlots(), updateTableNames(), and window().
|
slot |
References actionCopyWindow, actionNextWindow, actionPrevWindow, actionRename, actionResizeActiveWindow, cascade(), closeActiveWindow(), d_workspace, hideActiveWindow(), MyWidget::name(), showMoreWindows(), windowsMenu, and windowsMenuActivated().
Referenced by initMainMenu().
|
slot |
References d_workspace, hidden(), hiddenWindows, MyWidget::name(), and setListView().
Referenced by windowsMenuAboutToShow().
|
slot |
References MultiLayer::activeGraph(), btnPointer, btnZoomIn, d_workspace, MultiLayer::graphPtrs(), MultiLayer::isEmpty(), Graph::isPiePlot(), and Graph::zoom().
Referenced by pickDataTool().
|
slot |
References MultiLayer::activeGraph(), btnPointer, d_workspace, MultiLayer::isEmpty(), and Graph::isPiePlot().
Referenced by pickDataTool().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), showWindowMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), showWindowContextMenu(), and translateActionsStrings().
|
private |
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
|
private |
Referenced by addText(), disableAddText(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), and translateActionsStrings().
|
private |
Referenced by createActions(), initTableAnalysisMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customToolBars(), initPlotMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), disableActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), showWindowContextMenu(), showWindowMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initTableAnalysisMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), disableActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), showStatusBarContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), showWindowContextMenu(), showWindowMenu(), translateActionsStrings(), and windowsMenuAboutToShow().
|
private |
Referenced by createActions(), initTableAnalysisMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), setCurveFullRange(), showCurveContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), disableActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initTableAnalysisMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
|
private |
Referenced by createActions(), initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), showCurveContextMenu(), showCurveRangeDialog(), and translateActionsStrings().
|
private |
Referenced by createActions(), showCurveContextMenu(), showFunctionDialog(), and translateActionsStrings().
|
private |
Referenced by createActions(), showWindowContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initToolBars(), and translateActionsStrings().
|
private |
|
private |
Referenced by createActions(), initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), and translateActionsStrings().
|
private |
Referenced by initPlot3DToolBar(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), and translateActionsStrings().
|
private |
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), showWindowMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), hideCurve(), showCurveContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), hideOtherCurves(), showCurveContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), showWindowMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), showWindowMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), showFolderPopupMenu(), showListViewPopupMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), showFolderPopupMenu(), showListViewPopupMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), showFolderPopupMenu(), showListViewPopupMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), showFolderPopupMenu(), showListViewPopupMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), showFolderPopupMenu(), showListViewPopupMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), showFolderPopupMenu(), showListViewPopupMenu(), and translateActionsStrings().
|
private |
Referenced by init(), and windowsMenuAboutToShow().
|
private |
Referenced by createActions(), customMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), disableActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), and translateActionsStrings().
|
private |
Referenced by createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), initPlotMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initPlotMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customToolBars(), initMainMenu(), initPlotMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), customToolBars(), initPlotMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), customToolBars(), initMainMenu(), initPlotMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), customToolBars(), initPlotMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initPlotMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initPlotMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initPlotMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initPlotMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initPlotMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initPlotMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initPlotMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initPlotMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), customToolBars(), initPlotMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initPlotMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initPlotMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initPlotMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customToolBars(), initPlotMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), customToolBars(), initPlotMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initPlotMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initPlotMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initPlotMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by init(), and windowsMenuAboutToShow().
|
private |
|
private |
Referenced by createActions(), customMenu(), disableActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), disableActions(), init(), initMainMenu(), initToolBars(), removeWindowFromLists(), saveProject(), and translateActionsStrings().
|
private |
Referenced by createActions(), removeCurve(), showCurveContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), showWindowContextMenu(), showWindowMenu(), translateActionsStrings(), and windowsMenuAboutToShow().
|
private |
Referenced by initPlot3DToolBar(), and translateActionsStrings().
|
private |
Referenced by createActions(), translateActionsStrings(), and windowsMenuAboutToShow().
|
private |
Referenced by createActions(), showWindowMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), and showWindowMenu().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), modifiedProject(), savedProject(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), disableActions(), initMainMenu(), initToolBars(), showWindowMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), and translateActionsStrings().
|
private |
|
private |
Referenced by createActions(), customMenu(), removeAxes3DPlot(), setBoxed3DPlot(), setFramed3DPlot(), and translateActionsStrings().
|
private |
Referenced by createActions(), initTableAnalysisMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), showCurveContextMenu(), showCurvePlotDialog(), and translateActionsStrings().
|
private |
|
private |
Referenced by createActions(), showCurveContextMenu(), showCurveWorksheet(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), disableActions(), initMainMenu(), showWindowMenu(), and translateActionsStrings().
|
private |
|
private |
Referenced by createActions(), initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), and initMainMenu().
|
private |
Referenced by createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), 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(), customMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), showWindowContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initTableAnalysisMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), and translateActionsStrings().
|
private |
Referenced by createActions(), customMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), initToolBars(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), and translateActionsStrings().
|
private |
Referenced by createActions(), initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), and translateActionsStrings().
|
private |
|
private |
Referenced by createActions(), initPlotDataMenu(), initToolBars(), and translateActionsStrings().
bool ApplicationWindow::allAxesOn |
Referenced by ConfigDialog::apply(), ConfigDialog::initPlotsPage(), readSettings(), saveSettings(), and setPreferences().
bool ApplicationWindow::antialiasing2DPlots |
Referenced by ConfigDialog::initPlotsPage(), readSettings(), saveSettings(), setGraphDefaultSettings(), and setPreferences().
QFont ApplicationWindow::appFont |
QString ApplicationWindow::appLanguage |
QString ApplicationWindow::appStyle |
Referenced by changeAppStyle(), ConfigDialog::initAppPage(), initGlobalConstants(), readSettings(), and saveSettings().
QTranslator* ApplicationWindow::appTranslator |
Referenced by createLanguagesList(), and switchToLanguage().
int ApplicationWindow::arrowHeadAngle |
Referenced by copyMarker(), and pasteSelection().
int ApplicationWindow::arrowHeadLength |
Referenced by copyMarker(), and pasteSelection().
QString ApplicationWindow::asciiDirPath |
Referenced by exportASCII(), importASCII(), readSettings(), and saveSettings().
int ApplicationWindow::asciiID |
QAssistantClient* ApplicationWindow::assistant |
Referenced by init(), and showHelp().
bool ApplicationWindow::autoResizeLayers |
bool ApplicationWindow::autoSave |
Referenced by ConfigDialog::initAppPage(), readSettings(), saveProject(), saveSettings(), and setSaveSettings().
int ApplicationWindow::autoSaveTime |
Referenced by ConfigDialog::initAppPage(), readSettings(), saveProject(), saveSettings(), and setSaveSettings().
bool ApplicationWindow::autoscale2DPlots |
Referenced by ConfigDialog::initPlotsPage(), openGraph(), readSettings(), saveSettings(), setGraphDefaultSettings(), and setPreferences().
bool ApplicationWindow::autoscale3DPlots |
Referenced by ConfigDialog::apply(), ConfigDialog::initPlots3DPage(), readSettings(), saveSettings(), and setPlot3DOptions().
bool ApplicationWindow::autoScaleFonts |
int ApplicationWindow::auxMrkBkg |
Referenced by copyMarker(), and pasteSelection().
QColor ApplicationWindow::auxMrkBkgColor |
Referenced by copyMarker(), and pasteSelection().
QColor ApplicationWindow::auxMrkColor |
Referenced by copyMarker(), and pasteSelection().
QPoint ApplicationWindow::auxMrkEnd |
Referenced by copyMarker(), and pasteSelection().
QString ApplicationWindow::auxMrkFileName |
Referenced by copyMarker(), and pasteSelection().
QFont ApplicationWindow::auxMrkFont |
Referenced by copyMarker(), and pasteSelection().
QPoint ApplicationWindow::auxMrkStart |
Referenced by copyMarker(), and pasteSelection().
Qt::PenStyle ApplicationWindow::auxMrkStyle |
Referenced by copyMarker(), and pasteSelection().
QString ApplicationWindow::auxMrkText |
Referenced by copyMarker(), and pasteSelection().
int ApplicationWindow::auxMrkWidth |
Referenced by copyMarker(), and pasteSelection().
int ApplicationWindow::axesLineWidth |
Referenced by ConfigDialog::apply(), ConfigDialog::initPlotsPage(), readSettings(), saveSettings(), and setPreferences().
|
private |
Referenced by custom3DGrids(), initPlot3DToolBar(), and translateActionsStrings().
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), pickPlotStyle(), and translateActionsStrings().
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), openGraph(), pickCoordSystem(), and translateActionsStrings().
|
private |
Referenced by customToolBars(), initMainMenu(), initToolBars(), pickDataTool(), and translateActionsStrings().
|
private |
Referenced by customToolBars(), initPlotDataMenu(), initToolBars(), pickDataTool(), and translateActionsStrings().
|
private |
Referenced by customToolBars(), initMainMenu(), initToolBars(), pickDataTool(), and translateActionsStrings().
|
private |
Referenced by customToolBars(), initPlotDataMenu(), initToolBars(), pickDataTool(), and translateActionsStrings().
|
private |
Referenced by customToolBars(), initPlotDataMenu(), initToolBars(), pickDataTool(), and translateActionsStrings().
|
private |
Referenced by addText(), connectMultilayerPlot(), customToolBars(), drawArrow(), drawLine(), fitMultiPeak(), initPlotDataMenu(), initToolBars(), movePoints(), pickPointerCursor(), removePoints(), removeWindowFromLists(), showCursor(), showRangeSelectors(), showScreenReader(), translateActionsStrings(), translateCurveHor(), translateCurveVert(), zoomIn(), and zoomOut().
|
private |
Referenced by customToolBars(), initPlotDataMenu(), initToolBars(), pickDataTool(), and translateActionsStrings().
QToolButton* ApplicationWindow::btnResults |
|
private |
Referenced by customToolBars(), initPlotDataMenu(), initToolBars(), pickDataTool(), and translateActionsStrings().
|
private |
Referenced by customToolBars(), initPlotDataMenu(), initToolBars(), pickDataTool(), translateActionsStrings(), and zoomIn().
|
private |
Referenced by initPlotDataMenu(), initToolBars(), pickDataTool(), and translateActionsStrings().
|
private |
bool ApplicationWindow::canvasFrameOn |
Referenced by ConfigDialog::apply(), ConfigDialog::initPlotsPage(), readSettings(), saveSettings(), and setPreferences().
int ApplicationWindow::canvasFrameWidth |
Referenced by ConfigDialog::apply(), ConfigDialog::initPlotsPage(), readSettings(), saveSettings(), and setPreferences().
|
private |
Referenced by custom3DGrids(), initPlot3DToolBar(), and translateActionsStrings().
int ApplicationWindow::closeID |
Referenced by customMenu(), and disableActions().
QString ApplicationWindow::columnSeparator |
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), pickPlotStyle(), and translateActionsStrings().
QString ApplicationWindow::configFilePath |
bool ApplicationWindow::confirmCloseFolder |
Referenced by ConfigDialog::apply(), deleteFolder(), ConfigDialog::initConfirmationsPage(), readSettings(), and saveSettings().
bool ApplicationWindow::confirmCloseMatrix |
Referenced by ConfigDialog::initConfirmationsPage(), initMatrix(), readSettings(), saveSettings(), and updateConfirmOptions().
bool ApplicationWindow::confirmCloseNotes |
Referenced by ConfigDialog::initConfirmationsPage(), initNote(), readSettings(), saveSettings(), and updateConfirmOptions().
bool ApplicationWindow::confirmClosePlot2D |
bool ApplicationWindow::confirmClosePlot3D |
Referenced by connectSurfacePlot(), ConfigDialog::initConfirmationsPage(), readSettings(), saveSettings(), and updateConfirmOptions().
bool ApplicationWindow::confirmCloseTable |
Referenced by connectTable(), ConfigDialog::initConfirmationsPage(), readSettings(), saveSettings(), and updateConfirmOptions().
|
private |
Referenced by initPlot3DToolBar().
bool ApplicationWindow::copiedLayer |
Graph::MarkerType ApplicationWindow::copiedMarkerType |
Referenced by copyMarker(), initGlobalConstants(), pasteSelection(), showGraphContextMenu(), and showLayerButtonContextMenu().
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), pickPlotStyle(), and translateActionsStrings().
Folder* ApplicationWindow::current_folder |
pointer to the current folder in the project
Referenced by addFolder(), appendProject(), changeFolder(), ImportOPJ::createProjectTree(), currentFolder(), deleteFolder(), dropFolderItems(), find(), folderProperties(), hideAllFolderWindows(), init(), initMatrix(), initMultilayerPlot(), initNote(), initPlot3D(), initTable(), openProject(), projectProperties(), rawSaveFolder(), renameFolder(), saveAsProject(), FindDialog::setStartPath(), showAllFolderWindows(), showWindowPopupMenu(), startRenameFolder(), updateWindowStatus(), and windowProperties().
bool ApplicationWindow::d_2_linear_fit_points |
Calculate only 2 points in a generated linear fit function curve.
Referenced by analyzeCurve(), ConfigDialog::apply(), ConfigDialog::initFittingPage(), readSettings(), and saveSettings().
QSize ApplicationWindow::d_add_curves_dialog_size |
User defined size for the Add/Remove curves dialog.
Referenced by CurvesDialog::closeEvent(), readSettings(), saveSettings(), and showCurvesDialog().
QString ApplicationWindow::d_ASCII_file_filter |
Last selected filter in import ASCII dialog.
Referenced by ImportASCIIDialog::closeEvent(), importASCII(), readSettings(), and saveSettings().
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(), and saveSettings().
bool ApplicationWindow::d_convert_to_numeric |
Referenced by dropEvent(), importASCII(), ImportASCIIDialog::ImportASCIIDialog(), plotFile(), readSettings(), and saveSettings().
int ApplicationWindow::d_decimal_digits |
default precision to be used for all other operations than fitting
Referenced by InterpolationDialog::activateCurve(), IntDialog::activateCurve(), ConfigDialog::apply(), InterpolationDialog::changeDataRange(), IntDialog::changeDataRange(), ConfigDialog::initAppPage(), initMatrix(), Integration::logInfo(), DataPickerTool::move(), readSettings(), saveSettings(), and DataPickerTool::setSelection().
char ApplicationWindow::d_default_numeric_format |
Referenced by ConfigDialog::apply(), initMatrix(), ConfigDialog::languageChange(), readSettings(), and saveSettings().
bool ApplicationWindow::d_export_color |
Referenced by ImageExportDialog::closeEvent(), ImageExportDialog::initAdvancedOptions(), readSettings(), and saveSettings().
int ApplicationWindow::d_export_orientation |
Default paper orientation for image exports.
Referenced by ImageExportDialog::closeEvent(), ImageExportDialog::initAdvancedOptions(), readSettings(), and saveSettings().
int ApplicationWindow::d_export_quality |
Referenced by ImageExportDialog::closeEvent(), ImageExportDialog::initAdvancedOptions(), readSettings(), and saveSettings().
int ApplicationWindow::d_export_resolution |
Referenced by ImageExportDialog::closeEvent(), ImageExportDialog::initAdvancedOptions(), readSettings(), and saveSettings().
bool ApplicationWindow::d_export_transparency |
Referenced by ImageExportDialog::closeEvent(), ImageExportDialog::initAdvancedOptions(), readSettings(), and saveSettings().
int ApplicationWindow::d_export_vector_size |
Referenced by ImageExportDialog::closeEvent(), ImageExportDialog::initAdvancedOptions(), readSettings(), and saveSettings().
bool ApplicationWindow::d_extended_export_dialog |
Referenced by ImageExportDialog::closeEvent(), exportAllGraphs(), exportGraph(), exportLayer(), readSettings(), and saveSettings().
bool ApplicationWindow::d_extended_import_ASCII_dialog |
Referenced by ImportASCIIDialog::closeEvent(), importASCII(), readSettings(), and saveSettings().
bool ApplicationWindow::d_extended_open_dialog |
Referenced by OpenProjectDialog::closeEvent(), open(), readSettings(), and saveSettings().
bool ApplicationWindow::d_extended_plot_dialog |
Referenced by PlotDialog::closeEvent(), readSettings(), saveSettings(), and showPlotDialog().
int ApplicationWindow::d_file_version |
File version code used when opening project files (= maj * 100 + min * 10 + patch)
Referenced by appendProject(), openGraph(), openMatrix(), openProject(), openSurfacePlot(), openTable(), openTableStatistics(), and openTemplate().
QString ApplicationWindow::d_image_export_filter |
Last selected filter in export image dialog.
Referenced by ImageExportDialog::closeEvent(), exportAllGraphs(), exportGraph(), exportLayer(), readSettings(), and saveSettings().
bool ApplicationWindow::d_keep_plot_aspect |
Referenced by ImageExportDialog::closeEvent(), ImageExportDialog::initAdvancedOptions(), readSettings(), and saveSettings().
|
private |
Manages connection between plot actions and Graph::CurveType values (not used by all plot actions).
Referenced by createActions(), and customToolBars().
bool ApplicationWindow::d_print_cropmarks |
Referenced by ConfigDialog::apply(), initMultilayerPlot(), ConfigDialog::initPlotsPage(), readSettings(), and saveSettings().
|
private |
|
private |
Referenced by initMainMenu().
bool ApplicationWindow::d_scale_plots_on_print |
Referenced by ConfigDialog::apply(), initMultilayerPlot(), ConfigDialog::initPlotsPage(), readSettings(), and saveSettings().
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(), and CurvesDialog::showCurrentFolder().
bool ApplicationWindow::d_show_table_comments |
Referenced by customizeTables(), customTable(), ConfigDialog::initTablesPage(), readSettings(), and saveSettings().
|
private |
QWorkspace* ApplicationWindow::d_workspace |
Referenced by activateWindow(), addColToTable(), addErrorBars(), addFunctionCurve(), addImage(), addLayer(), addText(), addTimeStamp(), analysis(), applyUserSettings(), autoArrangeLayers(), autoCorrelate(), cascade(), change3DData(), change3DMatrix(), changeFolder(), clearSelection(), clearTable(), clone(), closeActiveWindow(), convertMatrixToTable(), convertTableToMatrix(), convolute(), copyActiveLayer(), copyMarker(), copySelection(), correlate(), cutSelection(), dataPlot3D(), dataPlotXYZ(), deconvolute(), defineErrorBars(), deleteLayer(), drawArrow(), drawLine(), editSurfacePlot(), exportGraph(), exportLayer(), exportPDF(), fitFrameToLayer(), fitMultiPeak(), hideActiveWindow(), hideCurve(), hideOtherCurves(), importASCII(), init(), initMatrix(), initMultilayerPlot(), initNote(), initPlot3D(), initTable(), insert3DMatrixPlot(), insertNew3DData(), insertTranslatedStrings(), intensityTable(), invertMatrix(), matrixDeterminant(), maximizeWindow(), minimizeWindow(), movePoints(), multilayerPlot(), newLegend(), newNote(), newPlot3D(), newTable(), newTableStatistics(), openMatrixPlot3D(), pasteSelection(), pickDataTool(), pixelLineProfile(), plot3DBars(), plot3DMatrix(), plot3DRibbon(), plot3DScatter(), plot3DTrajectory(), plotColorMap(), plotContour(), plotGrayScale(), plotPie(), plotVectXYAM(), plotVectXYXY(), print(), removeAxes3DPlot(), removeCurve(), removeGrid3DPlot(), removePoints(), renameActiveWindow(), resetRotation(), resizeActiveWindow(), resizeWindow(), saveAsTemplate(), saveNoteAs(), selectPlotType(), setAppColors(), setAutoScale(), setBackGrid3DPlot(), setBars3DPlot(), setBoxed3DPlot(), setCeilGrid3DPlot(), setCones3DPlot(), setCrosses3DPlot(), setCurveFullRange(), setEmptyFloor3DPlot(), setFilledMesh3DPlot(), setFloorData3DPlot(), setFloorGrid3DPlot(), setFloorIso3DPlot(), setFramed3DPlot(), setFrontGrid3DPlot(), setHiddenLineGrid3DPlot(), setLeftGrid3DPlot(), setLineGrid3DPlot(), setPoints3DPlot(), setRightGrid3DPlot(), setWindowGeometry(), showAllCurves(), showAxisDialog(), showColStatistics(), showCursor(), showCurveContextMenu(), showCurveRangeDialog(), showCurvesDialog(), showCurveWorksheet(), showDataSetDialog(), showExpDecayDialog(), showExportASCIIDialog(), showFFTDialog(), showFilterDialog(), showFitDialog(), showFitPolynomDialog(), showFunctionDialog(), showGeneralPlotDialog(), showGraphContextMenu(), showImageDialog(), showIntegrationDialog(), showInterpolationDialog(), showLayerButtonContextMenu(), showLayerDialog(), showLineDialog(), showMarkerPopupMenu(), showPlot3dDialog(), showPlotAssociations(), showPlotDialog(), showPlotGeometryDialog(), showRangeSelectors(), showRightAxisTitleDialog(), showRowStatistics(), showScaleDialog(), showScreenReader(), showSmoothDialog(), showTextDialog(), showTitleDialog(), showTopAxisTitleDialog(), showWindowContextMenu(), showWindowMenu(), showWindowTitleBarMenu(), showXAxisTitleDialog(), showYAxisTitleDialog(), toggle3DAnimation(), togglePerspective(), translateCurveHor(), translateCurveVert(), updateWindowLists(), windowsMenuAboutToShow(), windowsMenuActivated(), zoomIn(), and zoomOut().
|
private |
Referenced by customMenu(), initTableAnalysisMenu(), and updateAppFonts().
|
private |
Referenced by customToolBars(), and initToolBars().
|
private |
Referenced by initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), and updateAppFonts().
QColor ApplicationWindow::defaultArrowColor |
Referenced by openGraph(), readSettings(), saveSettings(), setArrowDefaultSettings(), and setPreferences().
int ApplicationWindow::defaultArrowHeadAngle |
Referenced by openGraph(), readSettings(), saveSettings(), setArrowDefaultSettings(), and setPreferences().
bool ApplicationWindow::defaultArrowHeadFill |
Referenced by openGraph(), readSettings(), saveSettings(), setArrowDefaultSettings(), and setPreferences().
int ApplicationWindow::defaultArrowHeadLength |
Referenced by openGraph(), readSettings(), saveSettings(), setArrowDefaultSettings(), and setPreferences().
Qt::PenStyle ApplicationWindow::defaultArrowLineStyle |
Referenced by openGraph(), readSettings(), saveSettings(), setArrowDefaultSettings(), and setPreferences().
int ApplicationWindow::defaultArrowLineWidth |
Referenced by openGraph(), readSettings(), saveSettings(), setArrowDefaultSettings(), and setPreferences().
int ApplicationWindow::defaultCurveLineWidth |
int ApplicationWindow::defaultCurveStyle |
int ApplicationWindow::defaultPlotMargin |
Referenced by ConfigDialog::apply(), ConfigDialog::initPlotsPage(), readSettings(), saveSettings(), and setPreferences().
QString ApplicationWindow::defaultScriptingLang |
The scripting language to use for new projects.
Referenced by ConfigDialog::apply(), applyUserSettings(), ConfigDialog::initAppPage(), readSettings(), and saveSettings().
int ApplicationWindow::defaultSymbolSize |
|
private |
Stores the pointers to the dragged items from the FolderListViews objects.
Referenced by dragFolderItems(), and dropFolderItems().
bool ApplicationWindow::drawBackbones |
Referenced by ConfigDialog::apply(), ConfigDialog::initPlotsPage(), readSettings(), saveSettings(), and setPreferences().
|
private |
Referenced by customMenu(), initMainMenu(), and updateAppFonts().
QToolBar * ApplicationWindow::edit_tools |
Referenced by initToolBars(), and insertTranslatedStrings().
bool ApplicationWindow::endArrowOn |
Referenced by copyMarker(), and pasteSelection().
|
private |
Referenced by init(), readSettings(), and saveSettings().
QDockWidget * ApplicationWindow::explorerWindow |
Referenced by createActions(), init(), insertTranslatedStrings(), and showMoreWindows().
int ApplicationWindow::exportID |
Referenced by customMenu(), disableActions(), initMainMenu(), and insertTranslatedStrings().
|
private |
Referenced by initMainMenu(), and updateAppFonts().
|
private |
QToolBar* ApplicationWindow::file_tools |
Referenced by initToolBars(), and insertTranslatedStrings().
bool ApplicationWindow::fillArrowHead |
Referenced by copyMarker(), and pasteSelection().
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), pickPlotStyle(), and translateActionsStrings().
int ApplicationWindow::fillMenuID |
|
private |
int ApplicationWindow::filterMenuID |
Referenced by initMainMenu(), and insertTranslatedStrings().
int ApplicationWindow::fit_output_precision |
precision used for the output of the fit operations
Referenced by ExpDecayDialog::activateCurve(), analyzeCurve(), ConfigDialog::apply(), FitDialog::applyChanges(), PolynomFitDialog::fit(), ExpDecayDialog::fit(), Fit::Fit(), FitDialog::initAdvancedPage(), ConfigDialog::initFittingPage(), readSettings(), and saveSettings().
bool ApplicationWindow::fit_scale_errors |
Scale the errors output in fit operations with reduced chi^2.
Referenced by analyzeCurve(), ConfigDialog::apply(), FitDialog::applyChanges(), PolynomFitDialog::fit(), ExpDecayDialog::fit(), FitDialog::initAdvancedPage(), ConfigDialog::initFittingPage(), readSettings(), and saveSettings().
int ApplicationWindow::fitExpMenuID |
Referenced by initMainMenu(), and insertTranslatedStrings().
QStringList ApplicationWindow::fitFunctions |
Referenced by clearFitFunctionsList(), readSettings(), saveFitFunctionsList(), saveSettings(), and showFitDialog().
QString ApplicationWindow::fitPluginsPath |
Referenced by FitDialog::choosePluginsFolder(), FitDialog::loadPlugins(), readSettings(), and saveSettings().
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(), and saveSettings().
|
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(), ImportOPJ::createProjectTree(), deactivateFolders(), deleteFolder(), deleteSelectedItems(), dropFolderItems(), find(), folderItemChanged(), folderItemDoubleClicked(), init(), moveFolder(), openProject(), projectFolder(), renameFolder(), saveProjectAs(), showFolderPopupMenu(), showWindowPopupMenu(), and startRenameFolder().
|
private |
Referenced by customMenu(), initMainMenu(), openGraph(), and updateAppFonts().
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), pickCoordSystem(), and translateActionsStrings().
|
private |
Referenced by custom3DGrids(), initPlot3DToolBar(), and translateActionsStrings().
QStringList ApplicationWindow::functions |
bool ApplicationWindow::generatePeakCurves |
bool ApplicationWindow::generateUniformFitPoints |
|
private |
Referenced by appendProject(), customMenu(), initMainMenu(), openProject(), and updateAppFonts().
QToolBar * ApplicationWindow::graph_3D_tools |
Referenced by customToolBars(), hideToolbars(), initPlot3D(), initPlot3DToolBar(), and insertTranslatedStrings().
QToolBar * ApplicationWindow::graph_tools |
Referenced by customToolBars(), hideToolbars(), initToolBars(), and insertTranslatedStrings().
|
private |
Referenced by initPlot3DToolBar(), and pickCoordSystem().
|
private |
Referenced by customMenu(), initMainMenu(), and updateAppFonts().
QString ApplicationWindow::helpFilePath |
Referenced by chooseHelpFolder(), readSettings(), saveSettings(), and showHelp().
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), pickPlotStyle(), and translateActionsStrings().
QWidgetList* ApplicationWindow::hiddenWindows |
int ApplicationWindow::ignoredLines |
Referenced by dropEvent(), importASCII(), ImportASCIIDialog::ImportASCIIDialog(), readSettings(), and saveSettings().
QString ApplicationWindow::imagesDirPath |
Referenced by addImage(), importImage(), loadImage(), readSettings(), and saveSettings().
|
private |
Referenced by copyActiveLayer(), initGlobalConstants(), pasteSelection(), and ~ApplicationWindow().
QWidget* ApplicationWindow::lastModified |
Referenced by initGlobalConstants(), modifiedProject(), and removeWindowFromLists().
|
private |
Referenced by custom3DGrids(), initPlot3DToolBar(), openGraph(), and translateActionsStrings().
QColor ApplicationWindow::legendBackground |
Referenced by addText(), openGraph(), readSettings(), saveSettings(), setLegendDefaultSettings(), and setPreferences().
int ApplicationWindow::legendFrameStyle |
Referenced by addText(), openGraph(), readSettings(), saveSettings(), setLegendDefaultSettings(), and setPreferences().
QColor ApplicationWindow::legendTextColor |
Referenced by addText(), openGraph(), readSettings(), saveSettings(), setLegendDefaultSettings(), and setPreferences().
QStringList ApplicationWindow::locales |
int ApplicationWindow::logID |
QString ApplicationWindow::logInfo |
Referenced by clearLogInfo(), initGlobalConstants(), matrixDeterminant(), openProject(), saveFolder(), showResults(), PlotDialog::showStatistics(), and updateLog().
QDockWidget* ApplicationWindow::logWindow |
Referenced by createActions(), ImportOPJ::ImportOPJ(), init(), insertTranslatedStrings(), and showResults().
FolderListView* ApplicationWindow::lv |
Referenced by activateWindow(), addFolderListViewItem(), addListViewItem(), applyUserSettings(), changeFolder(), clearSelection(), closeWindow(), deleteSelectedItems(), init(), insertTranslatedStrings(), listViewDate(), printWindow(), renameListViewItem(), setAppColors(), setListView(), setListViewDate(), setListViewLabel(), showListViewPopupMenu(), showTable(), showWindowPopupMenu(), startRenameFolder(), and windowProperties().
int ApplicationWindow::majTicksLength |
Referenced by ConfigDialog::apply(), ConfigDialog::initPlotsPage(), readSettings(), saveSettings(), and setPreferences().
int ApplicationWindow::majTicksStyle |
Referenced by ConfigDialog::apply(), ConfigDialog::languageChange(), readSettings(), saveSettings(), and setPreferences().
QToolBar * ApplicationWindow::matrix_plot_tools |
Referenced by customToolBars(), hideToolbars(), initToolBars(), and insertTranslatedStrings().
|
private |
Referenced by customMenu(), initMainMenu(), and updateAppFonts().
int ApplicationWindow::minTicksLength |
Referenced by ConfigDialog::apply(), ConfigDialog::initPlotsPage(), readSettings(), saveSettings(), and setPreferences().
int ApplicationWindow::minTicksStyle |
Referenced by ConfigDialog::apply(), ConfigDialog::languageChange(), readSettings(), saveSettings(), and setPreferences().
|
private |
Referenced by initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), and updateAppFonts().
int ApplicationWindow::multiPeakMenuID |
Referenced by initMainMenu(), and insertTranslatedStrings().
int ApplicationWindow::newMenuID |
Referenced by initMainMenu(), and insertTranslatedStrings().
|
private |
Referenced by custom3DActions(), initGlobalConstants(), initPlot3DToolBar(), pickCoordSystem(), and translateActionsStrings().
bool ApplicationWindow::orthogonal3DPlots |
QWidgetList * ApplicationWindow::outWindows |
Referenced by changeFolder(), hidden(), init(), removeWindowFromLists(), updateWindowLists(), windowsList(), and ~ApplicationWindow().
int ApplicationWindow::panelMenuID |
Referenced by initPlotMenu(), and insertTranslatedStrings().
|
private |
Referenced by initPlotMenu(), and updateAppFonts().
QColor ApplicationWindow::panelsColor |
QColor ApplicationWindow::panelsTextColor |
Referenced by applyUserSettings(), ConfigDialog::initAppPage(), readSettings(), saveSettings(), and setAppColors().
bool ApplicationWindow::pasteFitResultsToPlot |
int ApplicationWindow::peakCurvesColor |
|
private |
Referenced by customMenu(), exportAllGraphs(), exportGraph(), initPlotMenu(), initTable(), insertTranslatedStrings(), and updateAppFonts().
|
private |
Referenced by exportAllGraphs(), exportGraph(), initPlotMenu(), showWindowContextMenu(), and updateAppFonts().
QFont ApplicationWindow::plot3DAxesFont |
Referenced by ConfigDialog::apply(), ConfigDialog::ConfigDialog(), customPlot3D(), initGlobalConstants(), readSettings(), and saveSettings().
QStringList ApplicationWindow::plot3DColors |
Referenced by ConfigDialog::apply(), ConfigDialog::ConfigDialog(), customPlot3D(), readSettings(), and saveSettings().
int ApplicationWindow::plot3dID |
Referenced by initPlotMenu(), and insertTranslatedStrings().
|
private |
Referenced by customMenu(), initMainMenu(), and updateAppFonts().
QFont ApplicationWindow::plot3DNumbersFont |
Referenced by ConfigDialog::apply(), ConfigDialog::ConfigDialog(), customPlot3D(), initGlobalConstants(), readSettings(), and saveSettings().
int ApplicationWindow::plot3DResolution |
Referenced by ConfigDialog::apply(), customPlot3D(), ConfigDialog::initPlots3DPage(), readSettings(), and saveSettings().
QFont ApplicationWindow::plot3DTitleFont |
Referenced by ConfigDialog::apply(), ConfigDialog::ConfigDialog(), customPlot3D(), initGlobalConstants(), readSettings(), and saveSettings().
QToolBar * ApplicationWindow::plot_tools |
Referenced by customToolBars(), hideToolbars(), initToolBars(), and insertTranslatedStrings().
QFont ApplicationWindow::plotAxesFont |
|
private |
Referenced by customMenu(), initPlotDataMenu(), and updateAppFonts().
QFont ApplicationWindow::plotLegendFont |
int ApplicationWindow::plotMenuID |
QFont ApplicationWindow::plotNumbersFont |
|
private |
Referenced by initPlot3DToolBar().
QFont ApplicationWindow::plotTitleFont |
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), pickPlotStyle(), and translateActionsStrings().
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), pickPlotStyle(), and translateActionsStrings().
int ApplicationWindow::printAllID |
QString ApplicationWindow::projectname |
QTranslator * ApplicationWindow::qtTranslator |
Referenced by createLanguagesList(), and switchToLanguage().
|
private |
Referenced by initMainMenu(), updateAppFonts(), and updateRecentProjectsList().
int ApplicationWindow::recentMenuID |
Referenced by initMainMenu(), and insertTranslatedStrings().
QStringList ApplicationWindow::recentProjects |
Referenced by appendProject(), openProject(), openRecentProject(), readSettings(), saveProjectAs(), saveSettings(), and updateRecentProjectsList().
bool ApplicationWindow::renameColumns |
Referenced by dropEvent(), importASCII(), ImportASCIIDialog::ImportASCIIDialog(), readSettings(), and saveSettings().
QStringList ApplicationWindow::renamedTables |
List of tables and matrices renamed in order to avoid conflicts when appending a project to a folder.
Referenced by appendProject(), init(), matrix(), newMatrix(), newTable(), openGraph(), and openProject().
QTextEdit* ApplicationWindow::results |
Referenced by applyUserSettings(), clearLogInfo(), copySelection(), init(), openProject(), setAppColors(), and showResults().
QStringList ApplicationWindow::rFunctions |
Referenced by clearPolarFunctionsList(), functionDialog(), readSettings(), saveSettings(), and updateFunctionLists().
|
private |
Referenced by custom3DGrids(), initPlot3DToolBar(), and translateActionsStrings().
bool ApplicationWindow::saved |
Referenced by closeEvent(), modifiedProject(), openProject(), and savedProject().
int ApplicationWindow::savingTimerId |
Referenced by initGlobalConstants(), saveProject(), setSaveSettings(), and timerEvent().
|
private |
Referenced by customMenu(), initMainMenu(), and updateAppFonts().
int ApplicationWindow::setAsMenuID |
ShowWindowsPolicy ApplicationWindow::show_windows_policy |
Describes which windows are shown when the folder becomes the current folder.
Referenced by changeFolder(), hideAllFolderWindows(), initGlobalConstants(), readSettings(), saveSettings(), setShowWindowsPolicy(), showAllFolderWindows(), and showFolderPopupMenu().
bool ApplicationWindow::showPlot3DLegend |
Referenced by ConfigDialog::apply(), customPlot3D(), ConfigDialog::initPlots3DPage(), readSettings(), and saveSettings().
bool ApplicationWindow::showPlot3DProjection |
Referenced by ConfigDialog::apply(), customPlot3D(), ConfigDialog::initPlots3DPage(), readSettings(), and saveSettings().
bool ApplicationWindow::simplify_spaces |
Referenced by dropEvent(), importASCII(), ImportASCIIDialog::ImportASCIIDialog(), plotFile(), readSettings(), and saveSettings().
|
private |
Referenced by initMainMenu(), showGraphContextMenu(), showLayerButtonContextMenu(), and updateAppFonts().
bool ApplicationWindow::smooth3DMesh |
Referenced by ConfigDialog::apply(), customPlot3D(), ConfigDialog::initPlots3DPage(), readSettings(), saveSettings(), and setPlot3DOptions().
int ApplicationWindow::smoothMenuID |
Referenced by initMainMenu(), and insertTranslatedStrings().
|
private |
Referenced by initPlotMenu(), and updateAppFonts().
int ApplicationWindow::specialPlotMenuID |
Referenced by initPlotMenu(), and insertTranslatedStrings().
bool ApplicationWindow::startArrowOn |
Referenced by copyMarker(), and pasteSelection().
|
private |
Referenced by initPlotMenu(), and updateAppFonts().
int ApplicationWindow::statMenuID |
Referenced by initPlotMenu(), and insertTranslatedStrings().
bool ApplicationWindow::strip_spaces |
Referenced by dropEvent(), importASCII(), ImportASCIIDialog::ImportASCIIDialog(), plotFile(), readSettings(), and saveSettings().
QStringList ApplicationWindow::surfaceFunc |
Referenced by clearSurfaceFunctionsList(), editSurfacePlot(), newSurfacePlot(), readSettings(), saveSettings(), and updateSurfaceFuncList().
QToolBar * ApplicationWindow::table_tools |
Referenced by customToolBars(), hideToolbars(), initToolBars(), and insertTranslatedStrings().
QColor ApplicationWindow::tableBkgdColor |
Referenced by customizeTables(), customTable(), ConfigDialog::initTablesPage(), readSettings(), and saveSettings().
QColor ApplicationWindow::tableHeaderColor |
Referenced by customizeTables(), customTable(), ConfigDialog::initTablesPage(), readSettings(), and saveSettings().
QFont ApplicationWindow::tableHeaderFont |
Referenced by ConfigDialog::ConfigDialog(), customizeTables(), customTable(), initGlobalConstants(), readSettings(), and saveSettings().
|
private |
Referenced by customMenu(), initMainMenu(), and updateAppFonts().
QColor ApplicationWindow::tableTextColor |
Referenced by customizeTables(), customTable(), ConfigDialog::initTablesPage(), readSettings(), and saveSettings().
QFont ApplicationWindow::tableTextFont |
Referenced by ConfigDialog::ConfigDialog(), customizeTables(), customTable(), initGlobalConstants(), readSettings(), and saveSettings().
QString ApplicationWindow::templatesDir |
Path to the folder where the last template file was opened/saved.
Referenced by openTemplate(), readSettings(), saveAsTemplate(), and saveSettings().
QStringList ApplicationWindow::thetaFunctions |
Referenced by clearPolarFunctionsList(), functionDialog(), readSettings(), saveSettings(), and updateFunctionLists().
bool ApplicationWindow::titleOn |
Referenced by ConfigDialog::apply(), ConfigDialog::initPlotsPage(), readSettings(), saveSettings(), and setPreferences().
|
private |
Referenced by initMainMenu(), and translateActionsStrings().
|
private |
Referenced by initMainMenu(), and updateAppFonts().
int ApplicationWindow::translateMenuID |
Referenced by initMainMenu(), and insertTranslatedStrings().
|
private |
Referenced by deleteFitTables(), initMainMenu(), showCurveWorksheet(), and updateAppFonts().
int ApplicationWindow::undoLimit |
Referenced by ConfigDialog::apply(), ConfigDialog::initAppPage(), readSettings(), and saveSettings().
|
private |
Referenced by customMenu(), initMainMenu(), and updateAppFonts().
|
private |
Referenced by customMenu(), initMainMenu(), updateAppFonts(), and windowsMenuAboutToShow().
|
private |
Referenced by custom3DActions(), initPlot3DToolBar(), pickPlotStyle(), and translateActionsStrings().
QString ApplicationWindow::workingDir |
QColor ApplicationWindow::workspaceColor |
Referenced by applyUserSettings(), ConfigDialog::initAppPage(), readSettings(), saveSettings(), and setAppColors().
bool ApplicationWindow::writeFitResultsToLog |
Write fit output information to Result Log.
Referenced by ConfigDialog::apply(), FitDialog::applyChanges(), PolynomialFit::fit(), Fit::fit(), LinearFit::fit(), FitDialog::initAdvancedPage(), ConfigDialog::initFittingPage(), readSettings(), and saveSettings().
QStringList ApplicationWindow::xFunctions |
Referenced by clearParamFunctionsList(), functionDialog(), readSettings(), saveSettings(), and updateFunctionLists().
QStringList ApplicationWindow::yFunctions |
Referenced by clearParamFunctionsList(), functionDialog(), readSettings(), saveSettings(), and updateFunctionLists().