• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdesdk API Reference
  • KDE Home
  • Contact Us
 

kompare

  • sources
  • kde-4.14
  • kdesdk
  • kompare
  • libdialogpages
viewpage.h
Go to the documentation of this file.
1 /***************************************************************************
2  generalprefs.h
3  --------------
4  begin : Sun Mar 4 2001
5  Copyright 2001-2003 Otto Bruggeman <otto.bruggeman@home.nl>
6  Copyright 2001-2003 John Firebaugh <jfirebaugh@kde.org>
7  Copyright 2007 Kevin Kofler <kevin.kofler@chello.at>
8 ****************************************************************************/
9 
10 /***************************************************************************
11 **
12 ** This program is free software; you can redistribute it and/or modify
13 ** it under the terms of the GNU General Public License as published by
14 ** the Free Software Foundation; either version 2 of the License, or
15 ** (at your option) any later version.
16 **
17 ***************************************************************************/
18 
19 #ifndef VIEWPAGE_H
20 #define VIEWPAGE_H
21 
22 #include "pagebase.h"
23 #include "dialogpagesexport.h"
24 
25 class QFontComboBox;
26 class QSpinBox;
27 
28 class KColorButton;
29 class KTabWidget;
30 
31 class ViewSettings;
32 
33 class DIALOGPAGES_EXPORT ViewPage : public PageBase
34 {
35 Q_OBJECT
36 public:
37  ViewPage();
38  ~ViewPage();
39 
40 public:
41  void setSettings( ViewSettings* );
42  ViewSettings* settings( void );
43 
44 public:
45  ViewSettings* m_settings;
46 
47 public:
48  virtual void restore();
49  virtual void apply();
50  virtual void setDefaults();
51 
52 public:
53  KColorButton* m_removedColorButton;
54  KColorButton* m_changedColorButton;
55  KColorButton* m_addedColorButton;
56  KColorButton* m_appliedColorButton;
57  // snol == scroll number of lines
58  QSpinBox* m_snolSpinBox;
59  QSpinBox* m_tabSpinBox;
60  QFontComboBox* m_fontCombo;
61  QSpinBox* m_fontSizeSpinBox;
62  KTabWidget* m_tabWidget;
63 };
64 
65 #endif
QFontComboBox
ViewPage::m_fontSizeSpinBox
QSpinBox * m_fontSizeSpinBox
Definition: viewpage.h:61
pagebase.h
ViewPage
Definition: viewpage.h:33
ViewPage::m_appliedColorButton
KColorButton * m_appliedColorButton
Definition: viewpage.h:56
PageBase::setDefaults
virtual void setDefaults()
No descriptions.
Definition: pagebase.cpp:100
ViewPage::m_tabSpinBox
QSpinBox * m_tabSpinBox
Definition: viewpage.h:59
ViewPage::m_removedColorButton
KColorButton * m_removedColorButton
Definition: viewpage.h:53
PageBase::apply
virtual void apply()
No descriptions.
Definition: pagebase.cpp:88
ViewPage::m_fontCombo
QFontComboBox * m_fontCombo
Definition: viewpage.h:60
ViewPage::m_snolSpinBox
QSpinBox * m_snolSpinBox
Definition: viewpage.h:58
QSpinBox
PageBase
Definition: pagebase.h:27
ViewSettings
Definition: viewsettings.h:29
dialogpagesexport.h
ViewPage::m_settings
ViewSettings * m_settings
Definition: viewpage.h:45
ViewPage::m_addedColorButton
KColorButton * m_addedColorButton
Definition: viewpage.h:55
DIALOGPAGES_EXPORT
#define DIALOGPAGES_EXPORT
Definition: dialogpagesexport.h:32
PageBase::restore
virtual void restore()
No descriptions.
Definition: pagebase.cpp:94
ViewPage::m_tabWidget
KTabWidget * m_tabWidget
Definition: viewpage.h:62
ViewPage::m_changedColorButton
KColorButton * m_changedColorButton
Definition: viewpage.h:54
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:40:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kompare

Skip menu "kompare"
  • Main Page
  • Namespace List
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdesdk API Reference

Skip menu "kdesdk API Reference"
  • kapptemplate
  • kcachegrind
  • kompare
  • lokalize
  • umbrello
  •   umbrello

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal