SciDAVis
1.D4
|
Definition of global constants and enums. More...
#include <globals.h>
Public Types | |
enum | ColumnDataType { TypeDouble = 1, TypeQString = 2, TypeQDateTime = 3 } |
Column data type. More... | |
enum | ColumnMode { Numeric = 0, Text = 1, Month = 4, Day = 5, DateTime = 6 } |
The column mode (defines output and input filter for table columns) More... | |
enum | PlotDesignation { noDesignation = 0, X = 1, Y = 2, Z = 3, xErr = 4, yErr = 5 } |
Types of plot designations. More... |
Public Member Functions | |
virtual | ~SciDAVis () |
Static Public Member Functions | |
static void | about () |
Show about dialog. | |
static QString | copyrightString () |
Return the copyright string. | |
static int | enumStringToValue (const QString &string, const QString &enum_name) |
static QString | enumValueToString (int key, const QString &enum_name) |
static QString | extraVersion () |
Return the extra version as a string. | |
static QString | releaseDateString () |
Return the release date as a string. | |
static QString | schemaVersion () |
Return the SciDAVis version string ("SciDAVis x.y.z" without extra version) used in the project file. | |
static int | version () |
Return the SciDAVis version number. | |
static QString | versionString () |
the user visible release version string (x.Dy usually) |
Private Member Functions | |
SciDAVis () |
Static Private Attributes | |
static const char * | copyright_string |
Copyright string containing the author names etc. | |
static const char * | extra_version = "" |
Extra version information string (like "-alpha", "-beta", "-rc1", etc...) | |
static const char * | release_date = "Jan 25, 2014" |
Release date as a string. | |
static const char * | scidavis_version = "1.D004" |
static const int | scidavis_versionNo = 65540 |
SciDAVis version number. |
Definition of global constants and enums.
This class must not be instanced. All members are static.
Column data type.
enum SciDAVis::ColumnMode |
|
inlineprivate |
|
inlinevirtual |
|
static |
Show about dialog.
References copyright_string, extraVersion(), release_date, and versionString().
|
static |
Return the copyright string.
References copyright_string.
Referenced by ApplicationWindow::parseCommandLineArguments().
|
static |
Referenced by Column::load(), and Column::XmlReadRow().
|
static |
Referenced by Column::save().
|
static |
Return the extra version as a string.
References extra_version.
Referenced by about(), and ApplicationWindow::parseCommandLineArguments().
|
static |
Return the release date as a string.
References release_date.
Referenced by ApplicationWindow::parseCommandLineArguments().
|
static |
Return the SciDAVis version string ("SciDAVis x.y.z" without extra version) used in the project file.
References version().
Referenced by ApplicationWindow::saveAsTemplate(), and ApplicationWindow::saveFolder().
|
static |
Return the SciDAVis version number.
References scidavis_versionNo.
Referenced by ApplicationWindow::guessHelpFolder(), Project::save(), and schemaVersion().
|
static |
the user visible release version string (x.Dy usually)
References scidavis_version.
Referenced by about().
|
staticprivate |
Copyright string containing the author names etc.
Referenced by about(), and copyrightString().
|
staticprivate |
Extra version information string (like "-alpha", "-beta", "-rc1", etc...)
Referenced by extraVersion().
|
staticprivate |
Release date as a string.
Referenced by about(), and releaseDateString().
|
staticprivate |
Referenced by versionString().
|
staticprivate |