kio Library API Documentation

KURLRequesterDlg Class Reference

Dialog in which a user can enter a filename or url. Simple dialog to enter a filename/url. More...

#include <kurlrequesterdlg.h>

Inheritance diagram for KURLRequesterDlg:

KDialogBase KDialog QDialog List of all members.

Public Member Functions

 KURLRequesterDlg (const QString &url, QWidget *parent, const char *name, bool modal=true)
 Constructs a KURLRequesterDlg.

 KURLRequesterDlg (const QString &url, const QString &text, QWidget *parent, const char *name, bool modal=true)
 Constructs a KURLRequesterDlg.

 ~KURLRequesterDlg ()
 Destructs the dialog.

KURL selectedURL () const
 Returns the fully qualified filename.

KFileDialogfileDialog ()
 Returns a pointer to the file dialog used by the KURLRequester.

KURLRequesterurlRequester ()
 Returns a pointer to the KURLRequester.


Static Public Member Functions

KURL getURL (const QString &url=QString::null, QWidget *parent=0, const QString &caption=QString::null)
 Creates a modal dialog, executes it and returns the selected URL.


Detailed Description

Dialog in which a user can enter a filename or url. Simple dialog to enter a filename/url.

It is a dialog encapsulating KURLRequester. The API is derived from KFileDialog.

Author:
Wilco Greven <j.w.greven@student.utwente.nl>

Definition at line 38 of file kurlrequesterdlg.h.


Constructor & Destructor Documentation

KURLRequesterDlg::KURLRequesterDlg const QString url,
QWidget parent,
const char *  name,
bool  modal = true
 

Constructs a KURLRequesterDlg.

Parameters:
url The url of the directory to start in. Use QString::null to start in the current working directory, or the last directory where a file has been selected.
modal Specifies whether the dialog should be opened as modal or not.

Definition at line 42 of file kurlrequesterdlg.cpp.

References KStdAccel::name().

KURLRequesterDlg::KURLRequesterDlg const QString url,
const QString text,
QWidget parent,
const char *  name,
bool  modal = true
 

Constructs a KURLRequesterDlg.

Parameters:
url The url of the directory to start in. Use QString::null to start in the current working directory, or the last directory where a file has been selected.
text Text of the label
modal Specifies whether the dialog should be opened as modal or not.

Definition at line 50 of file kurlrequesterdlg.cpp.

References KStdAccel::name().

KURLRequesterDlg::~KURLRequesterDlg  ) 
 

Destructs the dialog.

Definition at line 57 of file kurlrequesterdlg.cpp.


Member Function Documentation

KURL KURLRequesterDlg::selectedURL  )  const
 

Returns the fully qualified filename.

Definition at line 98 of file kurlrequesterdlg.cpp.

References KURL::fromPathOrURL(), QDialog::result(), and KURLRequester::url().

Referenced by getURL().

KURL KURLRequesterDlg::getURL const QString url = QString::null,
QWidget parent = 0,
const QString caption = QString::null
[static]
 

Creates a modal dialog, executes it and returns the selected URL.

Parameters:
url This specifies the initial path of the input line.
parent The widget the dialog will be centered on initially.

Definition at line 107 of file kurlrequesterdlg.cpp.

References KRecentDocument::add(), QDialog::exec(), KURL::isMalformed(), QString::isNull(), selectedURL(), and KDialog::setCaption().

KFileDialog * KURLRequesterDlg::fileDialog  ) 
 

Returns a pointer to the file dialog used by the KURLRequester.

Definition at line 123 of file kurlrequesterdlg.cpp.

References KURLRequester::fileDialog().

KURLRequester * KURLRequesterDlg::urlRequester  ) 
 

Returns a pointer to the KURLRequester.

Definition at line 128 of file kurlrequesterdlg.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.4.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sun Feb 27 22:15:38 2005 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001