KDECore
kcmdlineargs.cpp File Reference
#include <config.h>
#include <sys/param.h>
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <qdir.h>
#include <qfile.h>
#include <qasciidict.h>
#include <qstrlist.h>
#include "kcmdlineargs.h"
#include <kaboutdata.h>
#include <klocale.h>
#include <kapplication.h>
#include <kglobal.h>
#include <kstringhandler.h>
#include <kstaticdeleter.h>
Include dependency graph for kcmdlineargs.cpp:
Go to the source code of this file.
Functions | |
static int | findOption (const KCmdLineOptions *options, QCString &opt, const char *&opt_name, const char *&def, bool &enabled) |
Variables | |
static const KCmdLineOptions | kde_tempfile_option [] |
static KStaticDeleter< char > | mCwdd |
Function Documentation
static int findOption | ( | const KCmdLineOptions * | options, | |
QCString & | opt, | |||
const char *& | opt_name, | |||
const char *& | def, | |||
bool & | enabled | |||
) | [static] |
Definition at line 355 of file kcmdlineargs.cpp.
Variable Documentation
const KCmdLineOptions kde_tempfile_option[] [static] |
Initial value:
{ { "tempfile", I18N_NOOP("The files/URLs opened by the application will be deleted after use"), 0}, KCmdLineLastOption }
Definition at line 1280 of file kcmdlineargs.cpp.
KStaticDeleter<char> mCwdd [static] |
Definition at line 117 of file kcmdlineargs.cpp.