KFile
#include <kurlnavigatorprotocolcombo_p.h>
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 |
| Public Member Functions inherited from KDEPrivate::KUrlNavigatorButtonBase | |
| KUrlNavigatorButtonBase (QWidget *parent) | |
| virtual | ~KUrlNavigatorButtonBase () |
| bool | isActive () const |
| void | setActive (bool active) |
Protected Member Functions | |
| virtual void | paintEvent (QPaintEvent *event) |
| virtual void | showEvent (QShowEvent *event) |
| Protected Member Functions inherited from KDEPrivate::KUrlNavigatorButtonBase | |
| void | drawHoverBackground (QPainter *painter) |
| virtual void | enterEvent (QEvent *event) |
| virtual void | focusInEvent (QFocusEvent *event) |
| virtual void | focusOutEvent (QFocusEvent *event) |
| QColor | foregroundColor () const |
| bool | isDisplayHintEnabled (DisplayHint hint) const |
| virtual void | leaveEvent (QEvent *event) |
| void | setDisplayHintEnabled (DisplayHint hint, bool enable) |
Additional Inherited Members | |
| Protected Types inherited from KDEPrivate::KUrlNavigatorButtonBase | |
| enum | { BorderWidth = 2 } |
| enum | DisplayHint { EnteredHint = 1 , DraggedHint = 2 , PopupActiveHint = 4 } |
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 41 of file kurlnavigatorprotocolcombo_p.h.
Constructor & Destructor Documentation
◆ KUrlNavigatorProtocolCombo()
|
explicit |
Definition at line 42 of file kurlnavigatorprotocolcombo.cpp.
Member Function Documentation
◆ activated
|
signal |
◆ currentProtocol()
| QString KDEPrivate::KUrlNavigatorProtocolCombo::currentProtocol | ( | ) | const |
Definition at line 81 of file kurlnavigatorprotocolcombo.cpp.
◆ paintEvent()
|
protectedvirtual |
Definition at line 107 of file kurlnavigatorprotocolcombo.cpp.
◆ setCustomProtocols()
| void KDEPrivate::KUrlNavigatorProtocolCombo::setCustomProtocols | ( | const QStringList & | protocols | ) |
Definition at line 54 of file kurlnavigatorprotocolcombo.cpp.
◆ setProtocol
|
slot |
Definition at line 76 of file kurlnavigatorprotocolcombo.cpp.
◆ showEvent()
|
protectedvirtual |
Definition at line 86 of file kurlnavigatorprotocolcombo.cpp.
◆ sizeHint()
|
virtual |
Definition at line 65 of file kurlnavigatorprotocolcombo.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.