#include <BALL/VIEW/DIALOGS/mainControlPreferences.h>
List of all members.
Detailed Description
MainControlPreferences is a widget that will be inserted into the tab dialog Preferences. It contains the following settings:
- the used QT style
- if DockWidget 's contain a label with their name
- if logging to a file is enabled
Constructor & Destructor Documentation
BALL::VIEW::MainControlPreferences::MainControlPreferences |
( |
QWidget * |
parent = NULL , |
|
|
const char * |
name = "MainControlPreferences" , |
|
|
Qt::WFlags |
fl = 0 |
|
) |
| |
virtual BALL::VIEW::MainControlPreferences::~MainControlPreferences |
( |
| ) |
[virtual] |
Member Function Documentation
void BALL::VIEW::MainControlPreferences::enableLoggingToFile |
( |
bool |
state | ) |
|
QFont BALL::VIEW::MainControlPreferences::getFont |
( |
| ) |
|
QStyle* BALL::VIEW::MainControlPreferences::getStyle |
( |
| ) |
|
Inspection of the selected style. This method will be called from MainControl::applyPreferences().
- Returns:
- QStyle* a pointer to the selected style. (See documentation of QT-library for information concerning styles)
bool BALL::VIEW::MainControlPreferences::loggingToFileEnabled |
( |
| ) |
const |
void BALL::VIEW::MainControlPreferences::readPreferenceEntries |
( |
const INIFile & |
inifile | ) |
[virtual] |
void BALL::VIEW::MainControlPreferences::selectFont |
( |
| ) |
[slot] |
Get the application's default font.
void BALL::VIEW::MainControlPreferences::setFont |
( |
QFont |
font | ) |
[slot] |
Set the application's default font.
void BALL::VIEW::MainControlPreferences::writePreferenceEntries |
( |
INIFile & |
inifile | ) |
[virtual] |
Member Data Documentation