BALL
1.5.0
Loading...
Searching...
No Matches
include
BALL
VIEW
DIALOGS
networkPreferences.h
Go to the documentation of this file.
1
// -*- Mode: C++; tab-width: 2; -*-
2
// vi: set ts=2:
3
//
4
5
#ifndef BALL_VIEW_DIALOGS_NETWORKPREFERENCES_H
6
#define BALL_VIEW_DIALOGS_NETWORKPREFERENCES_H
7
8
#ifndef BALL_COMMON_GLOBAL_H
9
# include <
BALL/COMMON/global.h
>
10
#endif
11
12
#ifndef BALL_VIEW_KERNEL_PREFERENCESENTRY
13
# include <
BALL/VIEW/KERNEL/preferencesEntry.h
>
14
#endif
15
16
#include <BALL/VIEW/UIC/ui_networkPreferences.h>
17
18
#include <QtWidgets/QWidget>
19
20
namespace
BALL
21
{
22
namespace
VIEW
23
{
24
29
class
BALL_VIEW_EXPORT
NetworkPreferences
30
:
public
QWidget
,
31
public
Ui_NetworkPreferencesData,
32
public
PreferencesEntry
33
{
34
Q_OBJECT
35
36
public
:
37
39
NetworkPreferences
(
QWidget
*parent = NULL,
const
char
*name =
"NetworkPreferences"
, Qt::WindowFlags fl=0);
40
42
virtual
~NetworkPreferences
();
43
45
void
applySettings
();
46
48
void
getSettings
();
49
51
bool
proxyEnabled
();
52
53
public
Q_SLOTS:
54
56
void
proxyModeChanged
(
int
proxy_mode);
57
58
};
59
60
}
61
}
// namespace
62
63
#endif
// BALL_VIEW_DIALOGS_NETWORKPREFERENCES_H
preferencesEntry.h
BALL
Definition
constants.h:13
BALL::VIEW::NetworkPreferences
Definition
networkPreferences.h:33
BALL::VIEW::NetworkPreferences::proxyEnabled
bool proxyEnabled()
BALL::VIEW::NetworkPreferences::applySettings
void applySettings()
BALL::VIEW::NetworkPreferences::getSettings
void getSettings()
BALL::VIEW::NetworkPreferences::~NetworkPreferences
virtual ~NetworkPreferences()
Destructor.
BALL::VIEW::NetworkPreferences::proxyModeChanged
void proxyModeChanged(int proxy_mode)
BALL::VIEW::NetworkPreferences::NetworkPreferences
NetworkPreferences(QWidget *parent=NULL, const char *name="NetworkPreferences", Qt::WindowFlags fl=0)
Default Constructor.
BALL::VIEW::PreferencesEntry
Definition
preferencesEntry.h:69
QWidget
global.h
BALL_VIEW_EXPORT
#define BALL_VIEW_EXPORT
Definition
COMMON/global.h:52
Generated by
1.12.0