API Documentation
Loading...
Searching...
No Matches
ConnectionSetupWidget.h
Go to the documentation of this file.
1#pragma once
2#include "DLLInfo.h"
3#include <NDEVR/QCustomTabWidget.h>
4#include <NDEVR/WidgetOptions.h>
5#include <NDEVR/Button.h>
6namespace NDEVR
7{
8 class ConnectionDialog;
9 class ConnectionDialogFactory;
10 struct ConnectionInfo;
11 /**--------------------------------------------------------------------------------------------------
12 \brief A dialog with many different ConnectionDialog objects that allow the user to specify a particular
13 Connection.
14 **/
32}
#define HARDWARE_WIDGETS_API
Definition DLLInfo.h:56
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:56
A dialog with many different ConnectionDialog objects that allow the user to specify a particular Con...
Definition ConnectionSetupWidget.h:16
ConnectionSetupWidget(QWidget *parent=nullptr)
void setConnectionInfo(const ConnectionInfo &connection)
Buffer< ConnectionDialogFactory * > m_connection_dialog_factories
Definition ConnectionSetupWidget.h:30
ConnectionInfo connectionInfo() const
Buffer< ConnectionDialog * > m_connection_dialogs
Definition ConnectionSetupWidget.h:29
A tab widget provides a tab area and a "page area" that is used to display pages related to each tab....
Definition QCustomTabWidget.h:45
Definition ACIColor.h:37
A structure designed to store information about a specific Connection.
Definition Connection.h:97