• 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
  • komparepart
komparesaveoptionswidget.h
Go to the documentation of this file.
1 /***************************************************************************
2  komparesaveoptionswidget.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 ****************************************************************************/
8 
9 /***************************************************************************
10 **
11 ** This program is free software; you can redistribute it and/or modify
12 ** it under the terms of the GNU General Public License as published by
13 ** the Free Software Foundation; either version 2 of the License, or
14 ** (at your option) any later version.
15 **
16 ***************************************************************************/
17 
18 #ifndef KOMPARESAVEOPTIONSWIDGET_H
19 #define KOMPARESAVEOPTIONSWIDGET_H
20 
21 #include <kurl.h>
22 #include <kompare.h>
23 
24 #include "komparesaveoptionsbase.h"
25 
26 class DiffSettings;
27 class QButtonGroup;
28 
29 class KompareSaveOptionsWidget : public KompareSaveOptionsBase, public KompareFunctions
30 {
31 Q_OBJECT
32 public:
33  KompareSaveOptionsWidget( QString source, QString destination, DiffSettings* settings, QWidget* parent );
34  ~KompareSaveOptionsWidget();
35 
36  void saveOptions();
37  QString directory() const;
38 
39 protected slots:
40  void updateCommandLine();
41 
42 private:
43  void loadOptions();
44 
45  DiffSettings* m_settings;
46  QString m_source;
47  QString m_destination;
48  QButtonGroup* m_FormatBG;
49 };
50 
51 #endif
KompareSaveOptionsWidget::directory
QString directory() const
Definition: komparesaveoptionswidget.cpp:97
QWidget
KompareSaveOptionsWidget::KompareSaveOptionsWidget
KompareSaveOptionsWidget(QString source, QString destination, DiffSettings *settings, QWidget *parent)
Definition: komparesaveoptionswidget.cpp:32
QButtonGroup
KompareSaveOptionsWidget::saveOptions
void saveOptions()
Definition: komparesaveoptionswidget.cpp:206
KompareSaveOptionsWidget::~KompareSaveOptionsWidget
~KompareSaveOptionsWidget()
Definition: komparesaveoptionswidget.cpp:92
KompareFunctions
komparesaveoptionsbase.h
QString
KompareSaveOptionsWidget::updateCommandLine
void updateCommandLine()
Definition: komparesaveoptionswidget.cpp:102
KompareSaveOptionsBase
Definition: komparesaveoptionsbase.h:24
QObject::parent
QObject * parent() const
KompareSaveOptionsWidget
Definition: komparesaveoptionswidget.h:29
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