#include <mainControlPreferences.h>
Public Slots |
|
void | selectFont () |
Get the application's default
font. |
|
void | setFont (QFont font) |
Set the application's default
font. |
|
Public Member Functions |
|
MainControlPreferences (QWidget *parent=NULL, const char *name="MainControlPreferences", Qt::WFlags fl=0) | |
Default Constructor. |
|
QStyle * | getStyle () |
Inspection of the selected style.
|
|
void | enableLoggingToFile (bool state) |
Enable logging to file. |
|
bool | loggingToFileEnabled () const |
QFont | getFont () |
void | writePreferenceEntries (INIFile &inifile) |
Store the settings of all registered
objects. |
|
void | readPreferenceEntries (const INIFile &inifile) |
Restore the settings of all
registered objects. |
|
Protected Attributes |
|
QFont | font_ |
It contains the following settings:
QStyle* BALL::VIEW::MainControlPreferences::getStyle | ( | ) |
Inspection of the selected style.
This method will be called from MainControl::applyPreferences().