kio
main.cpp File Reference
#include <config.h>
#include <unistd.h>
#include <stdlib.h>
#include <sys/stat.h>
#include <qfile.h>
#include <kapplication.h>
#include <kstandarddirs.h>
#include <kdebug.h>
#include <kmessagebox.h>
#include <kio/job.h>
#include <krun.h>
#include <kio/netaccess.h>
#include <kprocess.h>
#include <kservice.h>
#include <klocale.h>
#include <kcmdlineargs.h>
#include <kaboutdata.h>
#include <kstartupinfo.h>
#include <kshell.h>
#include <kde_file.h>
#include "main.h"
#include "main.moc"
Include dependency graph for kioexec/main.cpp:
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Variables | |
static const char | description [] |
int | jobCounter = 0 |
QPtrList< KIO::Job > * | jobList = 0L |
static KCmdLineOptions | options [] |
Function Documentation
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 272 of file kioexec/main.cpp.
Variable Documentation
const char description[] [static] |
Initial value:
I18N_NOOP("KIO Exec - Opens remote files, watches modifications, asks for upload")
Definition at line 49 of file kioexec/main.cpp.
int jobCounter = 0 |
Definition at line 62 of file kioexec/main.cpp.
Definition at line 64 of file kioexec/main.cpp.
KCmdLineOptions options[] [static] |
Initial value:
{ { "tempfiles", I18N_NOOP("Treat URLs as local files and delete them afterwards"), 0 }, { "suggestedfilename <file name>", I18N_NOOP("Suggested file name for the downloaded file"), 0 }, { "+command", I18N_NOOP("Command to execute"), 0 }, { "+[URLs]", I18N_NOOP("URL(s) or local file(s) used for 'command'"), 0 }, KCmdLineLastOption }
Definition at line 52 of file kioexec/main.cpp.