Navigator2Go
2.0
Manage your local Ocean Navigator installation.
|
Local data widget in the Local Data tab. More...
#include <widgetlocaldata.h>
Signals | |
void | refreshRequested () |
Signal emitted to MainWindow to refresh the Ocean Navigator servers and cache. | |
Public Member Functions | |
WidgetLocalData (const QString *m_ONInstallDir, QWidget *parent=nullptr) | |
void | updateTreeWidget () |
Reads the offline dataset config file and updates the tree widget with dataset names and variables. | |
Private Slots | |
void | buttonHandler () |
Delete button callback. | |
Private Member Functions | |
void | deleteDataset (const QString &datasetName) |
Removes a dataset from the Ocean Navigator given a dataset name. | |
Private Attributes | |
Ui::WidgetLocalData * | m_ui {nullptr} |
Pointer to UI widgets. | |
const QString *const | m_ONInstallDir {nullptr} |
Pointer to Navigator installation directory in User settings. | |
Local data widget in the Local Data tab.