BALL::VIEW::PythonSettings Class Reference
[QT Dialogs]
#include <BALL/VIEW/DIALOGS/pythonSettings.h>
List of all members.
Detailed Description
Dialog for setting the Python preferences. Currently only a startup script can be selected, that will be called, when the application has loaded and a PyWidget instance is added.
Constructor & Destructor Documentation
BALL::VIEW::PythonSettings::PythonSettings |
( |
QWidget * |
parent = 0 , |
|
|
const char * |
name = 0 | |
|
) |
| | |
BALL::VIEW::PythonSettings::~PythonSettings |
( |
|
) |
[inline] |
Member Function Documentation
void BALL::VIEW::PythonSettings::clearStartupScript |
( |
|
) |
[slot] |
void BALL::VIEW::PythonSettings::fileSelected |
( |
|
) |
[slot] |
Open a filedialog to select the startup script.
const List<Hotkey> BALL::VIEW::PythonSettings::getContent |
( |
|
) |
const |
QFont BALL::VIEW::PythonSettings::getEditorFont |
( |
|
) |
const [inline] |
String BALL::VIEW::PythonSettings::getFilename |
( |
|
) |
const |
Get the filename of the startup script.
void BALL::VIEW::PythonSettings::readPreferenceEntries |
( |
const INIFile & |
inifile |
) |
[virtual] |
virtual void BALL::VIEW::PythonSettings::rowSelected |
( |
|
) |
[virtual, slot] |
void BALL::VIEW::PythonSettings::selectFont |
( |
|
) |
[slot] |
void BALL::VIEW::PythonSettings::setContent |
( |
const List< Hotkey > & |
hotkeys |
) |
|
void BALL::VIEW::PythonSettings::setFilename |
( |
const String & |
filename |
) |
|
Set the filename of the startup script.
void BALL::VIEW::PythonSettings::writePreferenceEntries |
( |
INIFile & |
inifile |
) |
[virtual] |
Member Data Documentation