OGS
GeoTabWidget.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2
// SPDX-License-Identifier: BSD-3-Clause
3
4
#pragma once
5
6
// ** INCLUDES **
7
#include "ui_GeoTabWidgetBase.h"
8
12
class
GeoTabWidget
:
public
QWidget,
public
Ui_GeoTabWidgetBase
13
{
14
Q_OBJECT
15
16
public
:
17
explicit
GeoTabWidget
(QWidget* parent =
nullptr
);
18
19
private
:
20
21
private
slots:
22
void
enableSaveButton
(
bool
enable) { this->saveGeoPushButton->setEnabled(enable); };
23
void
enableRemoveButton
(
bool
enable) { this->removeGeoPushButton->setEnabled(enable); };
24
25
};
GeoTabWidget::enableSaveButton
void enableSaveButton(bool enable)
Definition
GeoTabWidget.h:22
GeoTabWidget::enableRemoveButton
void enableRemoveButton(bool enable)
Definition
GeoTabWidget.h:23
GeoTabWidget::GeoTabWidget
GeoTabWidget(QWidget *parent=nullptr)
Definition
GeoTabWidget.cpp:7
Applications
DataExplorer
DataView
GeoTabWidget.h
Generated by
1.14.0