KURLComboRequester Class Reference
#include <kurlrequester.h>
Inheritance diagram for KURLComboRequester:
Public Member Functions | |
KURLComboRequester (TQWidget *parent=0, const char *name=0) | |
Public Member Functions inherited from KURLRequester | |
KURLRequester (TQWidget *parent=0, const char *name=0) | |
KURLRequester (const TQString &url, TQWidget *parent=0, const char *name=0) | |
KURLRequester (TQWidget *editWidget, TQWidget *parent, const char *name=0) | |
~KURLRequester () | |
TQString | url () const |
void | setShowLocalProtocol (bool b) |
void | setMode (uint m) |
uint | mode () const |
void | setFilter (const TQString &filter) |
TQString | filter () const |
bool | showLocalProtocol () const |
virtual KFileDialog * | fileDialog () const |
KLineEdit * | lineEdit () const |
KComboBox * | comboBox () const |
KPushButton * | button () const |
KURLCompletion * | completionObject () const |
KEditListBox::CustomEditor | customEditor () |
Additional Inherited Members | |
Public Slots inherited from KURLRequester | |
void | setURL (const TQString &url) |
void | setKURL (const KURL &url) |
virtual void | setCaption (const TQString &caption) |
void | clear () |
Signals inherited from KURLRequester | |
void | textChanged (const TQString &) |
void | returnPressed () |
void | returnPressed (const TQString &) |
void | openFileDialog (KURLRequester *) |
void | urlSelected (const TQString &) |
Protected Slots inherited from KURLRequester | |
void | slotOpenDialog () |
Protected Member Functions inherited from KURLRequester | |
void | init () |
virtual void | virtual_hook (int id, void *data) |
bool | eventFilter (TQObject *obj, TQEvent *ev) |
Protected Attributes inherited from KURLRequester | |
KURLCompletion * | myCompletion |
Detailed Description
URL requester with a combo box, for use in Designer.
Definition at line 290 of file kurlrequester.h.
Constructor & Destructor Documentation
◆ KURLComboRequester()
KURLComboRequester::KURLComboRequester | ( | TQWidget * | parent = 0 , |
const char * | name = 0 |
||
) |
Constructs a KURLRequester widget with a combobox.
Definition at line 424 of file kurlrequester.cpp.
The documentation for this class was generated from the following files: