okteta
Kasten2::BookmarkEditPopup Class Reference
#include <bookmarkeditpopup.h>
Inheritance diagram for Kasten2::BookmarkEditPopup:

Public Member Functions | |
| BookmarkEditPopup (QWidget *parent=0) | |
| virtual | ~BookmarkEditPopup () |
| QString | name () const |
| void | setName (const QString &name) |
Public Member Functions inherited from Kasten2::AbstractLinePopup | |
| AbstractLinePopup (QWidget *parent=0) | |
| virtual | ~AbstractLinePopup () |
| int | exec () |
| void | setIcon (const KIcon &icon) |
| void | setPosition (const QPoint &globalPosition) |
| void | setWidget (QWidget *widget) |
Protected Slots | |
| void | onReturnPressed () |
Additional Inherited Members | |
Protected Member Functions inherited from Kasten2::AbstractLinePopup | |
| virtual bool | eventFilter (QObject *object, QEvent *event) |
| void | setResult (int result) |
| virtual void | setVisible (bool visible) |
Detailed Description
Definition at line 36 of file bookmarkeditpopup.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 35 of file bookmarkeditpopup.cpp.
|
virtual |
Definition at line 60 of file bookmarkeditpopup.cpp.
Member Function Documentation
| QString Kasten2::BookmarkEditPopup::name | ( | ) | const |
Definition at line 46 of file bookmarkeditpopup.cpp.
|
protectedslot |
Definition at line 54 of file bookmarkeditpopup.cpp.
| void Kasten2::BookmarkEditPopup::setName | ( | const QString & | name | ) |
Definition at line 48 of file bookmarkeditpopup.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 23:04:12 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 23:04:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from