SettingsImpl Class Reference

#include <settingsimpl.h>

List of all members.

Public Member Functions

 SettingsImpl (QWidget *parent, Git *git, int defTab=0)

Protected Slots

void checkBoxNumbers_toggled (bool b)
void checkBoxSign_toggled (bool b)
void checkBoxRangeSelectDialog_toggled (bool b)
void checkBoxRelativeDate_toggled (bool b)
void checkBoxDiffCache_toggled (bool b)
void checkBoxCommitSign_toggled (bool b)
void checkBoxCommitVerify_toggled (bool b)
void lineEditExternalDiffViewer_textChanged (const QString &s)
void lineEditExtraOptions_textChanged (const QString &s)
void lineEditExcludeFile_textChanged (const QString &s)
void lineEditExcludePerDir_textChanged (const QString &s)
void lineEditTemplate_textChanged (const QString &s)
void lineEditCommitExtraOptions_textChanged (const QString &s)
void comboBoxCodecs_activated (int i)
void comboBoxUserSrc_activated (int i)
void pushButtonExtDiff_clicked ()
void pushButtonFont_clicked ()

Private Member Functions

void setupCodecList (QStringList &list)
void setupCodecsCombo ()
void userInfo ()

Private Attributes

Gitgit
QStringList _uInfo

Static Private Attributes

static const char * en []


Detailed Description

Definition at line 14 of file settingsimpl.h.


Constructor & Destructor Documentation

SettingsImpl ( QWidget *  parent,
Git git,
int  defTab = 0 
)

Definition at line 47 of file settingsimpl.cpp.


Member Function Documentation

void checkBoxNumbers_toggled ( bool  b  )  [protected, slot]

Definition at line 186 of file settingsimpl.cpp.

void checkBoxSign_toggled ( bool  b  )  [protected, slot]

Definition at line 191 of file settingsimpl.cpp.

void checkBoxRangeSelectDialog_toggled ( bool  b  )  [protected, slot]

Definition at line 196 of file settingsimpl.cpp.

void checkBoxRelativeDate_toggled ( bool  b  )  [protected, slot]

Definition at line 201 of file settingsimpl.cpp.

void checkBoxDiffCache_toggled ( bool  b  )  [protected, slot]

Definition at line 179 of file settingsimpl.cpp.

Referenced by SettingsImpl().

void checkBoxCommitSign_toggled ( bool  b  )  [protected, slot]

Definition at line 206 of file settingsimpl.cpp.

void checkBoxCommitVerify_toggled ( bool  b  )  [protected, slot]

Definition at line 211 of file settingsimpl.cpp.

void lineEditExternalDiffViewer_textChanged ( const QString &  s  )  [protected, slot]

Definition at line 216 of file settingsimpl.cpp.

void lineEditExtraOptions_textChanged ( const QString &  s  )  [protected, slot]

Definition at line 221 of file settingsimpl.cpp.

void lineEditExcludeFile_textChanged ( const QString &  s  )  [protected, slot]

Definition at line 226 of file settingsimpl.cpp.

void lineEditExcludePerDir_textChanged ( const QString &  s  )  [protected, slot]

Definition at line 231 of file settingsimpl.cpp.

void lineEditTemplate_textChanged ( const QString &  s  )  [protected, slot]

Definition at line 236 of file settingsimpl.cpp.

void lineEditCommitExtraOptions_textChanged ( const QString &  s  )  [protected, slot]

Definition at line 241 of file settingsimpl.cpp.

void comboBoxCodecs_activated ( int  i  )  [protected, slot]

Definition at line 151 of file settingsimpl.cpp.

Referenced by setupCodecsCombo().

void comboBoxUserSrc_activated ( int  i  )  [protected, slot]

Definition at line 109 of file settingsimpl.cpp.

Referenced by userInfo().

void pushButtonExtDiff_clicked (  )  [protected, slot]

Definition at line 160 of file settingsimpl.cpp.

void pushButtonFont_clicked (  )  [protected, slot]

Definition at line 168 of file settingsimpl.cpp.

void setupCodecList ( QStringList &  list  )  [private]

Definition at line 115 of file settingsimpl.cpp.

Referenced by setupCodecsCombo().

void setupCodecsCombo (  )  [private]

Definition at line 122 of file settingsimpl.cpp.

Referenced by SettingsImpl().

void userInfo (  )  [private]

Definition at line 81 of file settingsimpl.cpp.

Referenced by SettingsImpl().


Member Data Documentation

Git* git [private]

Definition at line 43 of file settingsimpl.h.

Referenced by comboBoxCodecs_activated(), setupCodecsCombo(), and userInfo().

const char * en [static, private]

Initial value:

 {"Latin1", "Big5 -- Chinese", "EUC-JP -- Japanese",
        "EUC-KR -- Korean", "GB2312 -- Chinese", "GBK -- Chinese",
        "ISO-2022-JP -- Japanese", "Shift_JIS -- Japanese", "UTF-8 -- Unicode, 8-bit",
        "KOI8-R -- Russian", "KOI8-U -- Ukrainian", "ISO-8859-1 -- Western",
        "ISO-8859-2 -- Central European", "ISO-8859-3 -- Central European",
        "ISO-8859-4 -- Baltic", "ISO-8859-5 -- Cyrillic", "ISO-8859-6 -- Arabic",
        "ISO-8859-7 -- Greek", "ISO-8859-8 -- Hebrew, visually ordered",
        "ISO-8859-8-i -- Hebrew, logically ordered", "ISO-8859-9 -- Turkish",
        "ISO-8859-10", "ISO-8859-13", "ISO-8859-14", "ISO-8859-15 -- Western", "CP 850",
        "IBM 866", "CP 874", "windows-1250 -- Central European", "windows-1251 -- Cyrillic",
        "windows-1252 -- Western", "windows-1253 -- Greek", "windows-1254 -- Turkish",
        "windows-1255 -- Hebrew", "windows-1256 -- Arabic", "windows-1257 -- Baltic",
        "windows-1258", 0}

Definition at line 44 of file settingsimpl.h.

Referenced by setupCodecList().

QStringList _uInfo [private]

Definition at line 45 of file settingsimpl.h.

Referenced by comboBoxUserSrc_activated(), and userInfo().


The documentation for this class was generated from the following files:
Generated on Fri Dec 7 21:57:40 2007 for QGit by  doxygen 1.5.3