kompare
#include <viewsettings.h>

Public Member Functions | |
ViewSettings (QWidget *parent) | |
~ViewSettings () | |
QColor | colorForDifferenceType (int type, bool selected=false, bool applied=false) |
virtual void | loadSettings (KConfig *config) |
virtual void | saveSettings (KConfig *config) |
Public Attributes | |
QColor | m_addColor |
QColor | m_appliedColor |
QColor | m_changeColor |
QFont | m_font |
QColor | m_removeColor |
int | m_scrollNoOfLines |
QColor | m_selectedAddColor |
QColor | m_selectedAppliedColor |
QColor | m_selectedChangeColor |
QColor | m_selectedRemoveColor |
int | m_tabToNumberOfSpaces |
Static Public Attributes | |
static const QColor | default_addColor |
static const QColor | default_appliedColor |
static const QColor | default_changeColor |
static const QColor | default_removeColor |
Detailed Description
Definition at line 28 of file viewsettings.h.
Constructor & Destructor Documentation
ViewSettings::ViewSettings | ( | QWidget * | parent | ) |
Definition at line 34 of file viewsettings.cpp.
ViewSettings::~ViewSettings | ( | ) |
Definition at line 45 of file viewsettings.cpp.
Member Function Documentation
QColor ViewSettings::colorForDifferenceType | ( | int | type, |
bool | selected = false , |
||
bool | applied = false |
||
) |
Definition at line 77 of file viewsettings.cpp.
|
virtual |
Definition at line 49 of file viewsettings.cpp.
|
virtual |
Definition at line 64 of file viewsettings.cpp.
Member Data Documentation
|
static |
Definition at line 34 of file viewsettings.h.
|
static |
Definition at line 35 of file viewsettings.h.
|
static |
Definition at line 33 of file viewsettings.h.
|
static |
Definition at line 32 of file viewsettings.h.
QColor ViewSettings::m_addColor |
Definition at line 48 of file viewsettings.h.
QColor ViewSettings::m_appliedColor |
Definition at line 49 of file viewsettings.h.
QColor ViewSettings::m_changeColor |
Definition at line 47 of file viewsettings.h.
QFont ViewSettings::m_font |
Definition at line 57 of file viewsettings.h.
QColor ViewSettings::m_removeColor |
Definition at line 46 of file viewsettings.h.
int ViewSettings::m_scrollNoOfLines |
Definition at line 54 of file viewsettings.h.
QColor ViewSettings::m_selectedAddColor |
Definition at line 52 of file viewsettings.h.
QColor ViewSettings::m_selectedAppliedColor |
Definition at line 53 of file viewsettings.h.
QColor ViewSettings::m_selectedChangeColor |
Definition at line 51 of file viewsettings.h.
QColor ViewSettings::m_selectedRemoveColor |
Definition at line 50 of file viewsettings.h.
int ViewSettings::m_tabToNumberOfSpaces |
Definition at line 55 of file viewsettings.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:03:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.