#include <preferences.h>

Signals | |
| void | prefsChanged () |
Public Member Functions | |
| Preferences (QObject *parent=0) | |
| ~Preferences () | |
| bool | checkQtVersion () |
| bool | nullHighlight () |
| void | setNullHighlight (bool v) |
| bool | blobHighlight () |
| void | setBlobHighlight (bool v) |
| QString | nullHighlightText () |
| void | setNullHighlightText (const QString &v) |
| QString | blobHighlightText () |
| void | setBlobHighlightText (const QString &v) |
| QColor | nullHighlightColor () |
| void | setNullHighlightColor (const QColor &v) |
| QColor | blobHighlightColor () |
| void | setBlobHighlightColor (const QColor &v) |
| int | recentlyUsedCount () |
| void | setRecentlyUsedCount (int v) |
| bool | openLastDB () |
| bool | openLastSqlFile () |
| void | setOpenLastDB (bool v) |
| void | setOpenLastSqlFile (bool v) |
| QString | lastDB () |
| int | GUItranslator () |
| void | setGUItranslator (int v) |
| int | GUIstyle () |
| void | setGUIstyle (int v) |
| bool | cropColumns () |
| void | setCropColumns (bool v) |
| QFont | sqlFont () |
| void | setSqlFont (QFont v) |
| int | sqlFontSize () |
| void | setSqlFontSize (int v) |
| bool | activeHighlighting () |
| void | setActiveHighlighting (bool v) |
| QColor | activeHighlightColor () |
| void | setActiveHighlightColor (const QColor &v) |
| bool | textWidthMark () |
| void | setTextWidthMark (bool v) |
| int | textWidthMarkSize () |
| void | setTextWidthMarkSize (int v) |
| bool | codeCompletion () |
| void | setCodeCompletion (bool v) |
| int | codeCompletionLength () |
| void | setCodeCompletionLength (int v) |
| bool | useShortcuts () |
| void | setUseShortcuts (bool v) |
| QMap< QString, QVariant > | shortcuts () |
| void | setShortcuts (QMap< QString, QVariant > v) |
| QString | dateTimeFormat () |
| void | setDateTimeFormat (const QString &v) |
| int | exportFormat () |
| void | setExportFormat (int v) |
| int | exportDestination () |
| void | setExportDestination (int v) |
| bool | exportHeaders () |
| void | setExportHeaders (bool v) |
| QString | exportEncoding () |
| void | setExportEncoding (const QString &v) |
| int | exportEol () |
| void | setExportEol (int v) |
| QColor | syDefaultColor () |
| void | setSyDefaultColor (const QColor &v) |
| QColor | syKeywordColor () |
| void | setSyKeywordColor (const QColor &v) |
| QColor | syNumberColor () |
| void | setSyNumberColor (const QColor &v) |
| QColor | syStringColor () |
| void | setSyStringColor (const QColor &v) |
| QColor | syCommentColor () |
| void | setSyCommentColor (const QColor &v) |
Static Public Member Functions | |
| static Preferences * | instance () |
| static void | deleteInstance () |
| static QColor | stdLightColor () |
| static QColor | stdDarkColor () |
| Preferences::Preferences | ( | QObject * | parent = 0 |
) |
| Preferences::~Preferences | ( | ) |
| Preferences * Preferences::instance | ( | ) | [static] |
References Preferences().
Referenced by MultiEditDialog::data(), DataExportDialog::DataExportDialog(), ArgsParser::fileToOpen(), LiteManWindow::LiteManWindow(), ArgsParser::localeCode(), main(), PreferencesDialog::PreferencesDialog(), PreferencesDialog::saveSettings(), ShortcutModel::saveValues(), MultiEditDialog::setData(), ShortcutModel::ShortcutModel(), SqlEditorWidget::SqlEditorWidget(), SqlQueryModel::SqlQueryModel(), and SqlTableModel::SqlTableModel().
| void Preferences::deleteInstance | ( | ) | [static] |
Referenced by LiteManWindow::~LiteManWindow().
| static QColor Preferences::stdLightColor | ( | ) | [inline, static] |
Referenced by Preferences().
| static QColor Preferences::stdDarkColor | ( | ) | [inline, static] |
Referenced by Preferences().
| bool Preferences::checkQtVersion | ( | ) | [inline] |
| bool Preferences::nullHighlight | ( | ) | [inline] |
| void Preferences::setNullHighlight | ( | bool | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| bool Preferences::blobHighlight | ( | ) | [inline] |
| void Preferences::setBlobHighlight | ( | bool | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| QString Preferences::nullHighlightText | ( | ) | [inline] |
| void Preferences::setNullHighlightText | ( | const QString & | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| QString Preferences::blobHighlightText | ( | ) | [inline] |
| void Preferences::setBlobHighlightText | ( | const QString & | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| QColor Preferences::nullHighlightColor | ( | ) | [inline] |
| void Preferences::setNullHighlightColor | ( | const QColor & | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| QColor Preferences::blobHighlightColor | ( | ) | [inline] |
| void Preferences::setBlobHighlightColor | ( | const QColor & | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| int Preferences::recentlyUsedCount | ( | ) | [inline] |
Referenced by PreferencesDialog::PreferencesDialog().
| void Preferences::setRecentlyUsedCount | ( | int | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| bool Preferences::openLastDB | ( | ) | [inline] |
Referenced by ArgsParser::fileToOpen(), and PreferencesDialog::PreferencesDialog().
| bool Preferences::openLastSqlFile | ( | ) | [inline] |
Referenced by PreferencesDialog::PreferencesDialog().
| void Preferences::setOpenLastDB | ( | bool | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| void Preferences::setOpenLastSqlFile | ( | bool | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| QString Preferences::lastDB | ( | ) | [inline] |
Referenced by ArgsParser::fileToOpen().
| int Preferences::GUItranslator | ( | ) | [inline] |
Referenced by ArgsParser::localeCode(), and PreferencesDialog::PreferencesDialog().
| void Preferences::setGUItranslator | ( | int | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| int Preferences::GUIstyle | ( | ) | [inline] |
Referenced by main(), and PreferencesDialog::PreferencesDialog().
| void Preferences::setGUIstyle | ( | int | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| bool Preferences::cropColumns | ( | ) | [inline] |
| void Preferences::setCropColumns | ( | bool | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| QFont Preferences::sqlFont | ( | ) | [inline] |
Referenced by PreferencesDialog::PreferencesDialog(), and SqlEditorWidget::prefsChanged().
| void Preferences::setSqlFont | ( | QFont | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| int Preferences::sqlFontSize | ( | ) | [inline] |
Referenced by PreferencesDialog::PreferencesDialog(), and SqlEditorWidget::prefsChanged().
| void Preferences::setSqlFontSize | ( | int | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| bool Preferences::activeHighlighting | ( | ) | [inline] |
Referenced by PreferencesDialog::PreferencesDialog(), and SqlEditorWidget::prefsChanged().
| void Preferences::setActiveHighlighting | ( | bool | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| QColor Preferences::activeHighlightColor | ( | ) | [inline] |
Referenced by PreferencesDialog::PreferencesDialog(), and SqlEditorWidget::prefsChanged().
| void Preferences::setActiveHighlightColor | ( | const QColor & | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| bool Preferences::textWidthMark | ( | ) | [inline] |
Referenced by PreferencesDialog::PreferencesDialog(), and SqlEditorWidget::prefsChanged().
| void Preferences::setTextWidthMark | ( | bool | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| int Preferences::textWidthMarkSize | ( | ) | [inline] |
Referenced by PreferencesDialog::PreferencesDialog(), and SqlEditorWidget::prefsChanged().
| void Preferences::setTextWidthMarkSize | ( | int | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| bool Preferences::codeCompletion | ( | ) | [inline] |
Referenced by PreferencesDialog::PreferencesDialog(), and SqlEditorWidget::prefsChanged().
| void Preferences::setCodeCompletion | ( | bool | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| int Preferences::codeCompletionLength | ( | ) | [inline] |
Referenced by PreferencesDialog::PreferencesDialog(), and SqlEditorWidget::prefsChanged().
| void Preferences::setCodeCompletionLength | ( | int | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| bool Preferences::useShortcuts | ( | ) | [inline] |
Referenced by PreferencesDialog::PreferencesDialog().
| void Preferences::setUseShortcuts | ( | bool | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| QMap<QString,QVariant> Preferences::shortcuts | ( | ) | [inline] |
Referenced by ShortcutModel::ShortcutModel().
| void Preferences::setShortcuts | ( | QMap< QString, QVariant > | v | ) | [inline] |
Referenced by ShortcutModel::saveValues().
| QString Preferences::dateTimeFormat | ( | ) | [inline] |
| void Preferences::setDateTimeFormat | ( | const QString & | v | ) | [inline] |
Referenced by MultiEditDialog::data().
| int Preferences::exportFormat | ( | ) | [inline] |
Referenced by DataExportDialog::DataExportDialog().
| void Preferences::setExportFormat | ( | int | v | ) | [inline] |
| int Preferences::exportDestination | ( | ) | [inline] |
Referenced by DataExportDialog::DataExportDialog().
| void Preferences::setExportDestination | ( | int | v | ) | [inline] |
| bool Preferences::exportHeaders | ( | ) | [inline] |
Referenced by DataExportDialog::DataExportDialog().
| void Preferences::setExportHeaders | ( | bool | v | ) | [inline] |
| QString Preferences::exportEncoding | ( | ) | [inline] |
Referenced by DataExportDialog::DataExportDialog().
| void Preferences::setExportEncoding | ( | const QString & | v | ) | [inline] |
| int Preferences::exportEol | ( | ) | [inline] |
Referenced by DataExportDialog::DataExportDialog().
| void Preferences::setExportEol | ( | int | v | ) | [inline] |
| QColor Preferences::syDefaultColor | ( | ) | [inline] |
Referenced by PreferencesDialog::PreferencesDialog(), and SqlEditorWidget::prefsChanged().
| void Preferences::setSyDefaultColor | ( | const QColor & | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| QColor Preferences::syKeywordColor | ( | ) | [inline] |
Referenced by PreferencesDialog::PreferencesDialog(), and SqlEditorWidget::prefsChanged().
| void Preferences::setSyKeywordColor | ( | const QColor & | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| QColor Preferences::syNumberColor | ( | ) | [inline] |
Referenced by PreferencesDialog::PreferencesDialog(), and SqlEditorWidget::prefsChanged().
| void Preferences::setSyNumberColor | ( | const QColor & | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| QColor Preferences::syStringColor | ( | ) | [inline] |
Referenced by PreferencesDialog::PreferencesDialog(), and SqlEditorWidget::prefsChanged().
| void Preferences::setSyStringColor | ( | const QColor & | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| QColor Preferences::syCommentColor | ( | ) | [inline] |
Referenced by PreferencesDialog::PreferencesDialog(), and SqlEditorWidget::prefsChanged().
| void Preferences::setSyCommentColor | ( | const QColor & | v | ) | [inline] |
Referenced by PreferencesDialog::saveSettings().
| void Preferences::prefsChanged | ( | ) | [signal] |
1.5.5