kstars
main.cpp File Reference
#include <kcmdlineargs.h>
#include <kaboutdata.h>
#include <dcopclient.h>
#include <klocale.h>
#include <kdebug.h>
#include "kstars.h"
#include "kstarsdata.h"
#include "kstarsdatetime.h"
#include "skymap.h"
#include "simclock.h"
#include "ksnumbers.h"
#include "Options.h"
Include dependency graph for main.cpp:

Go to the source code of this file.
Defines | |
#define | KSTARS_VERSION "1.2.9" |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
static const char | description [] |
static const char | notice [] |
static KCmdLineOptions | options [] |
Define Documentation
Function Documentation
Variable Documentation
const char description[] [static] |
const char notice[] [static] |
KCmdLineOptions options[] [static] |
Initial value:
{ { "!dump", I18N_NOOP( "Dump sky image to file" ), 0 }, { "script ", I18N_NOOP( "Script to execute" ), 0 }, { "width ", I18N_NOOP( "Width of sky image" ), "640" }, { "height ", I18N_NOOP( "Height of sky image" ), "480" }, { "filename ", I18N_NOOP( "Filename for sky image" ), "kstars.png" }, { "date ", I18N_NOOP( "Date and time" ), "" }, { "!paused", I18N_NOOP( "Start with clock paused" ), 0 }, KCmdLineLastOption }