kviewshell
main.cpp File Reference
#include <config.h>
#include <dcopclient.h>
#include <dcopref.h>
#include <kapplication.h>
#include <kcmdlineargs.h>
#include <kdebug.h>
#include <kmimetype.h>
#include <kurl.h>
#include <klocale.h>
#include <kaboutdata.h>
#include <qdir.h>
#include <stdlib.h>
#include "kviewshell.h"
Include dependency graph for main.cpp:
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Variables | |
static const char | description [] = I18N_NOOP("Generic framework for viewer applications") |
static KCmdLineOptions | options [] |
Function Documentation
Variable Documentation
const char description[] = I18N_NOOP("Generic framework for viewer applications") [static] |
KCmdLineOptions options[] [static] |
Initial value:
{ { "u", 0, 0}, { "unique", I18N_NOOP("Check if the file is loaded in another kviewshell.\nIf it is, bring up the other kviewshell. Otherwise, load the file."), 0 }, { "m", 0, 0}, { "mimetype <mimetype>", I18N_NOOP("Loads a plugin which supports files of type <mimetype>,\nif one is installed."), 0 }, { "g", 0, 0}, { "goto <pagenumber>", I18N_NOOP("Navigate to this page"), 0 }, { "+file(s)", I18N_NOOP("Files to load"), 0 }, KCmdLineLastOption }