#include "../FCConfig.h"
#include <stdio.h>
#include <sstream>
#include <Base/Console.h>
#include <Base/Interpreter.h>
#include <Base/Parameter.h>
#include <Base/Exception.h>
#include <Base/Factory.h>
#include <App/Application.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Variables | |
const char | sBanner [] |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 66 of file MainCmd.cpp.
References App::Application::closeAllDocuments(), App::Application::Config(), Base::Console(), App::GetApplication(), App::Application::init(), draftTools::msg(), sBanner, and Base::Exception::what().
const char sBanner[] |
"(c) Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2011\n" " ##### #### ### #### \n" " # # # # # # \n" " # ## #### #### # # # # # \n" " #### # # # # # # # ##### # # \n" " # # #### #### # # # # # \n" " # # # # # # # # # ## ## ##\n" " # # #### #### ### # # #### ## ## ##\n\n"
Definition at line 55 of file MainCmd.cpp.
Referenced by main().