OpenStudio:shared_gui_components
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | Static Public Member Functions | List of all members
openstudio::NetworkProxyDialog Class Reference

#include <NetworkProxyDialog.hpp>

Public Member Functions

QNetworkProxy createProxy ()
 
 NetworkProxyDialog (QSettings &t_settings,*t_parent)
 
void setSettings (QSettings &t_settings) const
 
bool testProxy (QNetworkProxy &t_proxy)
 
virtual ~NetworkProxyDialog ()
 

Static Public Member Functions

static QNetworkProxy createProxy (const QSettings &t_settings)
 
static bool testProxy (QNetworkProxy &t_proxy,*t_parent)
 

Constructor & Destructor Documentation

openstudio::NetworkProxyDialog::NetworkProxyDialog ( QSettings &  t_settings,
t_parent 
)
virtual openstudio::NetworkProxyDialog::~NetworkProxyDialog ( )
inlinevirtual

Member Function Documentation

QNetworkProxy openstudio::NetworkProxyDialog::createProxy ( )
static QNetworkProxy openstudio::NetworkProxyDialog::createProxy ( const QSettings &  t_settings)
static
void openstudio::NetworkProxyDialog::setSettings ( QSettings &  t_settings) const
bool openstudio::NetworkProxyDialog::testProxy ( QNetworkProxy &  t_proxy)
static bool openstudio::NetworkProxyDialog::testProxy ( QNetworkProxy &  t_proxy,
t_parent 
)
static