kjots
KJotsLinkDialog Class Reference
#include <kjotslinkdialog.h>
Inheritance diagram for KJotsLinkDialog:
Public Slots | |
void | trySetEntry (const QString &text) |
Public Member Functions | |
KJotsLinkDialog (QAbstractItemModel *kjotsModel, QWidget *parent=0) | |
QString | linkText () const |
QString | linkUrl () const |
void | setLinkText (const QString &linkText) |
void | setLinkUrl (const QString &linkUrl) |
Detailed Description
Definition at line 35 of file kjotslinkdialog.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 40 of file kjotslinkdialog.cpp.
Member Function Documentation
QString KJotsLinkDialog::linkText | ( | ) | const |
Returns the link text entered by the user.
- Returns
- The link text
Definition at line 149 of file kjotslinkdialog.cpp.
QString KJotsLinkDialog::linkUrl | ( | ) | const |
Returns the target link url entered by the user.
- Returns
- The link url
Definition at line 167 of file kjotslinkdialog.cpp.
void KJotsLinkDialog::setLinkText | ( | const QString & | linkText | ) |
Returns the link text shown in the dialog.
- Parameters
-
linkText The initial text
Definition at line 110 of file kjotslinkdialog.cpp.
void KJotsLinkDialog::setLinkUrl | ( | const QString & | linkUrl | ) |
Sets the target link url shown in the dialog.
- Parameters
-
linkUrl The initial link target url
Definition at line 117 of file kjotslinkdialog.cpp.
|
slot |
Definition at line 154 of file kjotslinkdialog.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.