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

kget

  • sources
  • kde-4.12
  • kdenetwork
  • kget
  • transfer-plugins
  • contentfetch
dlgscriptediting.h
Go to the documentation of this file.
1 /* This file is part of the KDE project
2 
3  Copyright (C) 2008 Ningyu Shi <shiningyu@gmail.com>
4 
5  This program is free software; you can redistribute it and/or
6  modify it under the terms of the GNU General Public
7  License as published by the Free Software Foundation; either
8  version 2 of the License, or (at your option) any later version.
9 */
10 
11 #ifndef DLG_SCRIPT_EDITING_H
12 #define DLG_SCRIPT_EDITING_H
13 
14 #include "ui_dlgscriptediting.h"
15 
16 #include <QStringList>
17 
18 class DlgScriptEditing : public KDialog
19 {
20  Q_OBJECT
21 
22  public:
23  DlgScriptEditing(QWidget *p_parent);
24  DlgScriptEditing(QWidget *p_parent, const QStringList &script);
25  ~DlgScriptEditing();
26  void init();
27  QString scriptPath() const;
28  QString scriptUrlRegexp() const;
29  QString scriptDescription() const;
30  private slots:
31  void slotChangeText();
32  private:
33  Ui::DlgScriptEditing ui;
34 };
35 
36 #endif // DLG_SCRIPT_EDITING_H
DlgScriptEditing
Definition: dlgscriptediting.h:18
DlgScriptEditing::scriptPath
QString scriptPath() const
Definition: dlgscriptediting.cpp:77
DlgScriptEditing::scriptUrlRegexp
QString scriptUrlRegexp() const
Definition: dlgscriptediting.cpp:82
QWidget
DlgScriptEditing::~DlgScriptEditing
~DlgScriptEditing()
Definition: dlgscriptediting.cpp:67
KDialog
DlgScriptEditing::scriptDescription
QString scriptDescription() const
Definition: dlgscriptediting.cpp:87
DlgScriptEditing::DlgScriptEditing
DlgScriptEditing(QWidget *p_parent)
Definition: dlgscriptediting.cpp:18
DlgScriptEditing::init
void init()
Definition: dlgscriptediting.cpp:45
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:17 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kget

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

kdenetwork API Reference

Skip menu "kdenetwork API Reference"
  • kget
  • kopete
  •   kopete
  •   libkopete
  • krdc
  • krfb

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