KIO
KRun::KRunPrivate Class Reference
#include <krun_p.h>
Public Member Functions | |
KRunPrivate (KRun *parent) | |
void | init (const KUrl &url, QWidget *window, mode_t mode, bool isLocalFile, bool showProgressInfo, const QByteArray &asn) |
bool | runExecutable (const QString &_exec) |
void | startTimer () |
Static Public Member Functions | |
static bool | displayNativeOpenWithDialog (const KUrl::List &lst, QWidget *window, bool tempFiles, const QString &suggestedFileName, const QByteArray &asn) |
Public Attributes | |
QByteArray | m_asn |
bool | m_bAutoDelete |
bool | m_bFault |
bool | m_bFinished |
bool | m_bInit |
bool | m_bIsDirectory |
bool | m_bIsLocalFile |
bool | m_bProgressInfo |
bool | m_bScanFile |
QString | m_externalBrowser |
KIO::Job * | m_job |
QString | m_localPath |
mode_t | m_mode |
QString | m_preferredService |
bool | m_runExecutables |
bool | m_showingDialog |
KUrl | m_strURL |
QString | m_suggestedFileName |
QTimer | m_timer |
QPointer< QWidget > | m_window |
KRun * | q |
Detailed Description
Constructor & Destructor Documentation
§ KRunPrivate()
Member Function Documentation
§ displayNativeOpenWithDialog()
|
static |
Definition at line 82 of file krun_win.cpp.
§ init()
§ runExecutable()
bool KRun::KRunPrivate::runExecutable | ( | const QString & | _exec | ) |
§ startTimer()
Member Data Documentation
§ m_asn
§ m_bAutoDelete
§ m_bFault
§ m_bFinished
§ m_bInit
bool KRun::KRunPrivate::m_bInit |
§ m_bIsDirectory
§ m_bIsLocalFile
§ m_bProgressInfo
§ m_bScanFile
bool KRun::KRunPrivate::m_bScanFile |
§ m_externalBrowser
§ m_job
§ m_localPath
§ m_mode
§ m_preferredService
§ m_runExecutables
§ m_showingDialog
§ m_strURL
§ m_suggestedFileName
§ m_timer
§ m_window
§ q
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Wed Oct 19 2016 23:27:59 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2016 The KDE developers.
Generated on Wed Oct 19 2016 23:27:59 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.