BALL
1.4.2
|
#include <BALL/VIEW/DIALOGS/networkPreferences.h>
Public Slots | |
void | proxyModeChanged (int proxy_mode) |
Public Member Functions | |
NetworkPreferences (QWidget *parent=NULL, const char *name="NetworkPreferences", Qt::WFlags fl=0) | |
Default Constructor. More... | |
virtual | ~NetworkPreferences () |
Destructor. More... | |
void | applySettings () |
void | getSettings () |
bool | proxyEnabled () |
Public Member Functions inherited from BALL::VIEW::PreferencesEntry | |
PreferencesEntry () | |
virtual | ~PreferencesEntry () |
virtual void | writePreferenceEntries (INIFile &inifile) |
Store the settings of all registered objects. More... | |
virtual void | readPreferenceEntries (const INIFile &inifile) |
Restore the settings of all registered objects. More... | |
void | setINIFileSectionName (const String &name) |
Set the name for the section in the INIFile. More... | |
const String & | getINIFileSectionName () const |
Get the name for the section in the INIFile. More... | |
void | setWidgetStackName (const String &name) |
StackPages & | getStackPages () |
Return all pages, that are to be shown in a parent QStackedWidget. More... | |
void | setWidgetStack (QStackedWidget *stack) |
virtual void | showStackPage (Position nr) |
Show the specified page in the QStackedWidget. More... | |
virtual void | showStackPage (QWidget *widget) |
Show the specified page in the QStackedWidget. More... | |
virtual Position | currentStackPage () const |
Get the currently shown page in the QStackedWidget. More... | |
virtual void | restoreDefaultValues (bool all=false) |
Set all registered objects to their default values. More... | |
virtual void | storeValues () |
virtual void | restoreValues (bool all=false) |
virtual void | dump (std::ostream &s=std::cout, Size depth=0) const |
NeworkPreferences is a widget that will be inserted into the tab dialog Preferences.
Definition at line 29 of file networkPreferences.h.
BALL::VIEW::NetworkPreferences::NetworkPreferences | ( | QWidget * | parent = NULL , |
const char * | name = "NetworkPreferences" , |
||
Qt::WFlags | fl = 0 |
||
) |
Default Constructor.
|
virtual |
Destructor.
void BALL::VIEW::NetworkPreferences::applySettings | ( | ) |
void BALL::VIEW::NetworkPreferences::getSettings | ( | ) |
bool BALL::VIEW::NetworkPreferences::proxyEnabled | ( | ) |
|
slot |