Navigator2Go
2.0
Manage your local Ocean Navigator installation.
|
Contains the loaded and modified settings. More...
#include <preferences.h>
Public Member Functions | |
Preferences (QObject *parent=nullptr) | |
Public Attributes | |
QString | ONInstallDir |
Ocean Navigator installation directory. | |
QString | RemoteURL |
URL of remote Navigator server. | |
QString | THREDDSCatalogLocation |
Location on disk of THREDDS datasets. | |
QString | DataDownloadFormat {QStringLiteral("NETCDF4")} |
Format to download netCDF files: same values as on Ocean Navigator web gui. | |
bool | UpdateRemoteListOnStart {true} |
Should we update dataset list from dory when starting. | |
bool | CheckForUpdatesOnStart {true} |
Check for program updates on start. | |
bool | FirstRun {true} |
First time Navigator2Go is run? | |
bool | AdvancedUI {false} |
Enable advanced UI features? | |
BoundingBox | DataOrderArea |
Private Member Functions | |
void | readSettings () |
Read settings from disk into member vars. | |
void | writeSettings () |
Write settings from member vars to disk. | |
Contains the loaded and modified settings.