KUrlNavigatorProtocolCombo Class Reference
A combobox listing available protocols. More...
#include <kurlnavigatorprotocolcombo_p.h>
Inheritance diagram for KUrlNavigatorProtocolCombo:

Public Slots | |
| void | setProtocol (const QString &protocol) |
Signals | |
| void | activated (const QString &protocol) |
Public Member Functions | |
| KUrlNavigatorProtocolCombo (const QString &protocol, QWidget *parent=0) | |
| QString | currentProtocol () const |
| void | setCustomProtocols (const QStringList &protocols) |
| virtual QSize | sizeHint () const |
Protected Member Functions | |
| virtual void | paintEvent (QPaintEvent *event) |
| virtual void | showEvent (QShowEvent *event) |
Detailed Description
A combobox listing available protocols.
The widget is used by the URL navigator for offering the available protocols for non-local URLs.
- See also:
- KUrlNavigator
Definition at line 38 of file kurlnavigatorprotocolcombo_p.h.
Constructor & Destructor Documentation
| KUrlNavigatorProtocolCombo::KUrlNavigatorProtocolCombo | ( | const QString & | protocol, |
| QWidget * | parent = 0 |
||
| ) | [explicit] |
Definition at line 38 of file kurlnavigatorprotocolcombo.cpp.
Member Function Documentation
| void KUrlNavigatorProtocolCombo::activated | ( | const QString & | protocol | ) | [signal] |
| QString KUrlNavigatorProtocolCombo::currentProtocol | ( | ) | const |
Definition at line 77 of file kurlnavigatorprotocolcombo.cpp.
| void KUrlNavigatorProtocolCombo::paintEvent | ( | QPaintEvent * | event | ) | [protected, virtual] |
Definition at line 103 of file kurlnavigatorprotocolcombo.cpp.
| void KUrlNavigatorProtocolCombo::setCustomProtocols | ( | const QStringList & | protocols | ) |
Definition at line 50 of file kurlnavigatorprotocolcombo.cpp.
| void KUrlNavigatorProtocolCombo::setProtocol | ( | const QString & | protocol | ) | [slot] |
Definition at line 72 of file kurlnavigatorprotocolcombo.cpp.
| void KUrlNavigatorProtocolCombo::showEvent | ( | QShowEvent * | event | ) | [protected, virtual] |
Definition at line 82 of file kurlnavigatorprotocolcombo.cpp.
| QSize KUrlNavigatorProtocolCombo::sizeHint | ( | void | ) | const [virtual] |
Definition at line 61 of file kurlnavigatorprotocolcombo.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference